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