Read a specific frame of a Video object and returns it as an Image object.

readFrame(x, pos)

Arguments

x

A Video object.

pos

An integer corresponding to the number of the frame to read.

Value

An Image object.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO