Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Converts pixels from one color space to another for all images in an observable sequence.

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

Parameters

source IObservable<IplImage>

The sequence of images in the original color space.

Returns

IObservable<IplImage>

A sequence of images where every pixel is specified in the new color space.