Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Applies an independent scale to the color channels of every image in an observable sequence.

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

Parameters

source IObservable<IplImage>

A sequence of multi-channel images.

Returns

IObservable<IplImage>

A sequence of IplImage objects where every channel has been multiplied by the corresponding scale factor.