Class LoadImage
Represents an operator that loads an image from the specified file.
public class LoadImage : Source<IplImage>
- Inheritance
-
LoadImage
- Inherited Members
Properties
- FileName
Gets or sets the name of the image file.
- Mode
Gets or sets a value specifying optional conversions applied to the loaded image.
Methods
- Generate()
Generates an observable sequence that contains the image loaded from the specified file.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of images loaded from the specified file, and where each image is loaded only when an observable sequence raises a notification.