Click or drag to resize

ConnectedComponentsFilterByBlobs Method

Filter a image with the specified blob objects.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void FilterByBlobs(
	Mat src,
	Mat dst,
	IEnumerable<ConnectedComponentsBlob> blobs
)

Parameters

src
Type: OpenCvSharpMat
Source image.
dst
Type: OpenCvSharpMat
Destination image.
blobs
Type: System.Collections.GenericIEnumerableConnectedComponentsBlob
Blob values.

Return Value

Type: 
Filtered image.
See Also