Draws or prints information about blobs. (cvRenderBlobs)
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void RenderBlobs( CvBlobs blobs, IplImage imgSource, IplImage imgDest, RenderBlobsMode mode )
Parameters
- blobs
- Type: OpenCvSharp.BlobCvBlobs
List of blobs. - imgSource
- Type: OpenCvSharpIplImage
Input image (depth=IPL_DEPTH_8U and num. channels=3). - imgDest
- Type: OpenCvSharpIplImage
Output image (depth=IPL_DEPTH_8U and num. channels=3). - mode
- Type: OpenCvSharp.BlobRenderBlobsMode
Render mode. By default is CV_BLOB_RENDER_COLOR|CV_BLOB_RENDER_CENTROID|CV_BLOB_RENDER_BOUNDING_BOX|CV_BLOB_RENDER_ANGLE.
See Also