Click or drag to resize

ConnectedComponents.FilterBlobs Method

Filter a image with the specified blob objects.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat FilterBlobs(
	Mat src,
	Mat dst,
	IEnumerable<ConnectedComponents.Blob> blobs
)

Parameters

src
Type: OpenCvSharp.Mat
Source image.
dst
Type: OpenCvSharp.Mat
Destination image.
blobs
Type: System.Collections.Generic.IEnumerable<ConnectedComponents.Blob>
Blob values.

Return Value

Type: Mat
Filtered image.
See Also