Class RetrieveImage
Represents an operator that reads the pixel data from each texture in the sequence to an image.
public class RetrieveImage : Transform<Texture, IplImage>
- Inheritance
-
RetrieveImage
- Inherited Members
Properties
- Channels
Gets or sets the number of channels in the retrieved image.
- Depth
Gets or sets the bit depth of each pixel in the retrieved image.
- FlipMode
Gets or sets a value specifying the flip mode applied to the retrieved image.
Methods
- Process(IObservable<Texture>)
Reads the pixel data from each texture in an observable sequence to an image.