| CvBlobLibRenderContourChainCode Method (CvContourChainCode, Mat, Scalar) |
Draw a contour.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public static void RenderContourChainCode(
CvContourChainCode contour,
Mat img,
Scalar color
)
Public Shared Sub RenderContourChainCode (
contour As CvContourChainCode,
img As Mat,
color As Scalar
)
public:
static void RenderContourChainCode(
CvContourChainCode^ contour,
Mat^ img,
Scalar color
)
static member RenderContourChainCode :
contour : CvContourChainCode *
img : Mat *
color : Scalar -> unit
Parameters
- contour
- Type: OpenCvSharp.BlobCvContourChainCode
Chain code contour. - img
- Type: OpenCvSharpMat
Image to draw on. - color
- Type: OpenCvSharpScalar
Color to draw (default, white).
See Also