as.array.Rcpp_Image: Convert Image to Array or Matrix
Description
Attempts to turn its argument into a matrix or an array.
Usage
# S3 method for Rcpp_Image
as.array(x, ...)
Arguments
...
additional arguments to be passed to or from methods.
Value
A matrix or array of the same dimensions as the Image
object.