Draw a contour.
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void RenderContourChainCode( CvContourChainCode contour, IplImage img, CvScalar color )
Parameters
- contour
- Type: OpenCvSharp.BlobCvContourChainCode
Chain code contour. - img
- Type: OpenCvSharpIplImage
Image to draw on. - color
- Type: OpenCvSharpCvScalar
Color to draw (default, white).
See Also