Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

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

public override IObservable<IplImage> Process(IObservable<IplImage> source)

Parameters

source IObservable<IplImage>

The sequence of images to threshold. Each channel in a color image is tested independently according to the specified scalar range.

Returns

IObservable<IplImage>

A sequence of binary images where each pixel is non-zero if the corresponding value in the original image is within the allowable range.