Click or drag to resize

ConnectedComponentsFilterByLabel Method

Filter a image with the specified label value.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat FilterByLabel(
	Mat src,
	Mat dst,
	int labelValue
)

Parameters

src
Type: OpenCvSharpMat
Source image.
dst
Type: OpenCvSharpMat
Destination image.
labelValue
Type: SystemInt32
Label value.

Return Value

Type: Mat
Filtered image.
See Also