| ConnectedComponentsRenderBlobs Method |
Draws all blobs to the specified image.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void RenderBlobs(
Mat img
)
Public Sub RenderBlobs (
img As Mat
)
public:
void RenderBlobs(
Mat^ img
)
member RenderBlobs :
img : Mat -> unit
Parameters
- img
- Type: OpenCvSharpMat
The target image to be drawn.
See Also