R/ImageClass.R
dim.Rcpp_Image.Rd
Retrieve the dimensions an Image object.
Image
# S3 method for Rcpp_Image dim(x)
An Image object.
A vector with 3 values corresponding to the number of rows, columns and channels of the image (in this order).
Image, image
image
Simon Garnier, garnier@njit.edu
# TODO