Click or drag to resize

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
)

Parameters

img
Type: OpenCvSharpMat
The target image to be drawn.
See Also