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.

# S3 method for Rcpp_Image
min(x, ...)

# S3 method for Rcpp_Image
max(x, ...)

Arguments

x

An Image object.

...

Unused at the moment.

Value

A numeric value for single-channel images; a matrix for multi-channels images.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO