Table of Contents

Class Threshold

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that applies a fixed threshold to each image in the sequence.

public class Threshold : Transform<IplImage, IplImage>
Inheritance
Threshold
Inherited Members

Properties

MaxValue

Gets or sets the value assigned to pixels determined to be above the threshold.

ThresholdType

Gets or sets the type of threshold to apply to individual pixels.

ThresholdValue

Gets or sets the threshold value used to test individual pixels.

Methods

Process(IObservable<IplImage>)

Applies a fixed threshold to each image in an observable sequence.