Class ImageWriter
Represents an operator that writes each image in the sequence to the specified stream.
public class ImageWriter : StreamSink<IplImage, BinaryWriter>
  - Inheritance
 - 
      
      
      
      ImageWriter
 
- Inherited Members
 
Methods
- CreateWriter(Stream)
 Creates the BinaryWriter object that will be responsible for writing the image data to the specified Stream.
- Write(BinaryWriter, IplImage)
 Writes a new image to the binary output stream.