Method Write
Write(BinaryWriter, IplImage)
Writes a new image to the binary output stream.
protected override void Write(BinaryWriter writer, IplImage input)
Parameters
writerBinaryWriterA BinaryWriter object used to write raw image data to the output stream.
inputIplImageThe image frame containing the raw binary data to write into the output stream.