Retrieve the dimensions a Video object.

# S3 method for Rcpp_Video
dim(x)

Arguments

x

A Video object.

Value

A vector with 3 values corresponding to the number of rows, columns and frames of the video (in this order).

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO