Click or drag to resize

CvBlobLibRenderContourChainCode Method (CvContourChainCode, Mat)

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
)

Parameters

contour
Type: OpenCvSharp.BlobCvContourChainCode
Chain code contour.
img
Type: OpenCvSharpMat
Image to draw on.
See Also