Draw a polygon.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
public static void RenderContourPolygon(
CvContourPolygon contour,
IplImage img
)
Public Shared Sub RenderContourPolygon (
contour As CvContourPolygon,
img As IplImage
)
public:
static void RenderContourPolygon(
CvContourPolygon^ contour,
IplImage^ img
)
static member RenderContourPolygon :
contour : CvContourPolygon *
img : IplImage -> unit
Parameters
- contour
- Type: OpenCvSharp.BlobCvContourPolygon
Polygon contour. - img
- Type: OpenCvSharpIplImage
Image to draw on.
Reference