| CvBlobsRenderBlobs Method (Mat, Mat) |
Draws or prints information about blobs. (cvRenderBlobs)
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public void RenderBlobs(
Mat imgSource,
Mat imgDest
)
Public Sub RenderBlobs (
imgSource As Mat,
imgDest As Mat
)
public:
void RenderBlobs(
Mat^ imgSource,
Mat^ imgDest
)
member RenderBlobs :
imgSource : Mat *
imgDest : Mat -> unit
Parameters
- imgSource
- Type: OpenCvSharpMat
Input image (depth=IPL_DEPTH_8U and num. channels=3). - imgDest
- Type: OpenCvSharpMat
Output image (depth=IPL_DEPTH_8U and num. channels=3).
See Also