Class AdaptiveThreshold
Represents an operator that applies an adaptive threshold to every grayscale image in the sequence.
public class AdaptiveThreshold : Transform<IplImage, IplImage>
- Inheritance
-
AdaptiveThreshold
- Inherited Members
Properties
- AdaptiveMethod
Gets or sets a value specifying the adaptive threshold algorithm used to process the image.
- BlockSize
Gets or sets the size of the pixel neighborhood used to calculate the threshold for a pixel.
- MaxValue
Gets or sets the value assigned to pixels determined to be above the threshold.
- Parameter
Gets or sets an algorithm dependent constant subtracted from the mean or weighted mean.
- ThresholdType
Gets or sets the a value specifying the type of binary threshold to apply to individual pixels.
Methods
- Process(IObservable<IplImage>)
Applies an adaptive threshold to every grayscale image in an observable sequence.