Click or drag to resize

ConnectedComponentsRenderBlobs Method

Draws all blobs to the specified image.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void RenderBlobs(
	Mat img
)

Parameters

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