nrow, ncol and nframes return the number of rows, columns or frames present in a Video object.

nrow.Rcpp_Video(x)

ncol.Rcpp_Video(x)

nframes(x)

Arguments

x

A Video object.

Value

A numeric value.

See also

dim which returns all dimensions.

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO