Class UpdateTexture
Represents an operator that updates the pixel store of the specified texture target from a sequence of images.
public class UpdateTexture : Sink<IplImage>
- Inheritance
-
UpdateTexture
- Inherited Members
Properties
- InternalFormat
Gets or sets a value specifying the internal storage format of the texture target.
- TextureName
Gets or sets the name of the texture to update.
- TextureTarget
Gets or sets a value specifying the texture target to update.
Methods
- Process(IObservable<IplImage>)
Updates the pixel store of the specified texture target from an observable sequence of images.