Class CCheckerDraw
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
CCheckerThe checker which will be drawn by this object.
color
MCvScalarThe color by with which the squares of the checker will be drawn
thickness
intThe 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
IInputOutputArrayimage in color space BGR