Table of Contents

Class StoreImageSequence

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that writes a sequence of images to a texture array.

public class StoreImageSequence : Combinator<IplImage[], Texture>
Inheritance
StoreImageSequence
Inherited Members

Properties

InternalFormat

Gets or sets a value specifying the internal pixel format of the texture.

MagFilter

Gets or sets a value specifying the texture magnification filter.

MinFilter

Gets or sets a value specifying the texture minification filter.

PlaybackRate

Gets or sets the default rate at which to playback the stored image sequence.

WrapS

Gets or sets a value specifying wrapping parameters for the column coordinates of the texture sampler.

WrapT

Gets or sets a value specifying wrapping parameters for the row coordinates of the texture sampler.

Methods

Process(IObservable<IplImage[]>)

Writes each array of images in an observable sequence into a new texture array.

Process(IObservable<IplImage>)

Writes an observable sequence of images to a texture array.