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