Table of Contents

Class CChecker

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

This class contains the information about the detected checkers,i.e, their type, the corners of the chart, the color profile, the cost, centers chart, etc.

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

Constructors

CChecker()

Create a new CChecker

public CChecker()

Properties

Box

Get or Set the points that forms a box for the CChecker.

public PointF[] Box { get; set; }

Property Value

PointF[]

Center

Get or Set the center of the CChecker

public PointF Center { get; set; }

Property Value

PointF

Cost

Cost

public float Cost { get; set; }

Property Value

float

Target

Target

public CChecker.TypeChart Target { get; set; }

Property Value

CChecker.TypeChart

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()

GetChartsRGB(IOutputArray)

Get the RGB charts

public void GetChartsRGB(IOutputArray chartsRgb)

Parameters

chartsRgb IOutputArray

The RGB charts

SetChartsRGB(Mat)

Set the RGB charts

public void SetChartsRGB(Mat chartsRgb)

Parameters

chartsRgb Mat

The RGB charts