R/ImageClass.R
as.array.Rcpp_Image.Rd
Attempts to turn its argument into a matrix or an array.
# S3 method for Rcpp_Image as.array(x, ...)
An Image object.
Image
Ignored.
A matrix or array of the same dimensions as the Image object.
Image, matrix, array
matrix
array
Simon Garnier, garnier@njit.edu
# TODO