Table of Contents

Class RangeThreshold

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that tests which pixels lie within the specified range for each image in the sequence.

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

Properties

Lower

Gets or sets the inclusive lower boundary of the range.

Upper

Gets or sets the exclusive upper boundary of the range.

Methods

Process(IObservable<IplImage>)

Tests which pixels lie within the specified range for each image in an observable sequence.