Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Segments each HSV image in an observable sequence using the specified color range.

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

Parameters

source IObservable<IplImage>

A sequence of color images in the hue-saturation-value (HSV) color space.

Returns

IObservable<IplImage>

A sequence of binary images where each pixel is non-zero only if the corresponding HSV pixel in the color image lies between the specified lower and upper bounds of the range.