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.
x | An |
---|---|
... | Unused at the moment. |
A numeric value for single-channel images; a matrix for multi-channels images.
Simon Garnier, garnier@njit.edu
# TODO