Class CChecker
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
Cost
Cost
public float Cost { get; set; }
Property Value
Target
Target
public CChecker.TypeChart Target { get; set; }
Property Value
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
IOutputArrayThe RGB charts
SetChartsRGB(Mat)
Set the RGB charts
public void SetChartsRGB(Mat chartsRgb)
Parameters
chartsRgb
MatThe RGB charts