minMaxLoc returns the maximum and minimum pixel values of an Image object, as well as their coordinates in the image. If the Image object has more than one channel, it returns the values for each channel.

minMaxLoc(x)

Arguments

x

An Image object.

Value

A matrix (or a list of matrices for multi-channels images).

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO