Class Threshold
Represents an operator that applies a fixed threshold to each element in the sequence.
public class Threshold : Transform<Mat, Mat>
- Inheritance
-
Threshold
- Inherited Members
Properties
- MaxValue
Gets or sets the value assigned to samples determined to be above the threshold.
- ThresholdType
Gets or sets a value specifying the type of threshold to apply to individual samples.
- ThresholdValue
Gets or sets the threshold value used to test individual samples.
Methods
- Process(IObservable<Mat>)
Applies a fixed threshold to each element in an observable sequence.