Table of Contents

Method FilterByLabel

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FilterByLabel(Mat, Mat, int)

Filter a image with the specified label value.

public void FilterByLabel(Mat src, Mat dst, int labelValue)

Parameters

src Mat

Source image.

dst Mat

Destination image.

labelValue int

Label value.