Table of Contents

Method Process

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Process(IObservable<Texture>)

Reads the pixel data from each texture in an observable sequence to an image.

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

Parameters

source IObservable<Texture>

The sequence of texture objects from which to retrieve the pixel data.

Returns

IObservable<IplImage>

A sequence of IplImage objects containing the pixel data for each texture in the source sequence.