Write an Image object to an output video using a VideoWriter object.

writeFrame(x, frame)

Arguments

x

A VideoWriter object.

frame

An Image object.

Value

This function does not return anything.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO