Class SaveImage
Represents an operator that writes each image in the sequence to a file.
public class SaveImage : Sink<IplImage>
- Inheritance
-
SaveImage
- Inherited Members
Properties
- FileName
Gets or sets the name of the file on which to write the images.
- Suffix
Gets or sets the optional suffix used to generate file names.
Methods
- Process(IObservable<IplImage>)
Writes each image in an observable sequence to a file.