ImageOutput

Base class for different types of output sources for images.

Summary
ImageOutputBase class for different types of output sources for images.
Functions
writePass image to output object (abstract method).
status?Indicates whether output still is possible (abstract method).

Functions

write

def write(image)

Pass image to output object (abstract method).

Parameters

imageimage of type Frame_ or Sequence_

status?

def status?

Indicates whether output still is possible (abstract method).

def write(image)
Pass image to output object (abstract method).
def status?
Indicates whether output still is possible (abstract method).
This class provides fast (multi-dimensional) Ruby arrays where all elements are of the same type.
Close