Table of Contents

Method Write

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Write(BinaryWriter, IplImage)

Writes a new image to the binary output stream.

protected override void Write(BinaryWriter writer, IplImage input)

Parameters

writer BinaryWriter

A BinaryWriter object used to write raw image data to the output stream.

input IplImage

The image frame containing the raw binary data to write into the output stream.