Class StoreImage
Represents an operator that writes each image in the sequence to a texture object.
public class StoreImage : Combinator<IplImage, Texture>
- Inheritance
-
StoreImage
- 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.
- 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 image in an observable sequence to a texture object.