Table of Contents

Method FilterByBlob

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FilterByBlob(Mat, Mat, Blob)

Filter a image with the specified blob object.

public void FilterByBlob(Mat src, Mat dst, ConnectedComponents.Blob blob)

Parameters

src Mat

Source image.

dst Mat

Destination image.

blob ConnectedComponents.Blob

Blob value.