min.Rcpp_Image: Maxima and Minima of an Image
Description
Returns the maximum and minimum pixel values of an
 Image object. If the Image object has more than
 one channel, it returns the maximum and minimum of each channel.
Usage
# S3 method for Rcpp_Image
min(x, ...)# S3 method for Rcpp_Image
max(x, ...)
Value
A numeric value for single-channel images; a matrix for multi-channels
 images.