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
srcMatSource image.
dstMatDestination image.
blobConnectedComponents.BlobBlob value.