Table of Contents

Class CCheckerDraw

Namespace
Emgu.CV.Mcc
Assembly
Emgu.CV.dll

This class contains the functions for drawing a detected chart.

public class CCheckerDraw : SharedPtrObject, IDisposable
Inheritance
CCheckerDraw
Implements
Inherited Members

Constructors

CCheckerDraw(CChecker, MCvScalar, int)

Create a new CCheckerDraw object.

public CCheckerDraw(CChecker cchecker, MCvScalar color, int thickness = 2)

Parameters

cchecker CChecker

The checker which will be drawn by this object.

color MCvScalar

The color by with which the squares of the checker will be drawn

thickness int

The thickness with which the squares will be drawn

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()

Draw(IInputOutputArray)

Draws the checker to the given image.

public void Draw(IInputOutputArray img)

Parameters

img IInputOutputArray

image in color space BGR