Method RenderBlobs
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RenderBlobs(Mat)
Draws all blobs to the specified image.
public void RenderBlobs(Mat img)
Parameters
imgMatThe target image to be drawn.
Draws all blobs to the specified image.
public void RenderBlobs(Mat img)
img MatThe target image to be drawn.