| 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
)
Public Shared Sub RenderContourChainCode (
contour As CvContourChainCode,
img As Mat
)
public:
static void RenderContourChainCode(
CvContourChainCode^ contour,
Mat^ img
)
static member RenderContourChainCode :
contour : CvContourChainCode *
img : Mat -> unit
Parameters
- contour
- Type: OpenCvSharp.BlobCvContourChainCode
Chain code contour. - img
- Type: OpenCvSharpMat
Image to draw on.
See Also