Retrieve the dimensions an Image object.

# S3 method for Rcpp_Image
dim(x)

Arguments

x

An Image object.

Value

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

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO