R/ImageClass.R
nrow.Rcpp_Image.Rd
nrow, ncol and nchan return the number of rows, columns or channels present in an Image object.
Image
nrow.Rcpp_Image(x) ncol.Rcpp_Image(x) nchan(x)
An Image object.
A numeric value.
dim which returns all dimensions.
dim
Simon Garnier, garnier@njit.edu
# TODO