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)
x | An |
---|
A matrix (or a list of matrices for multi-channels images).
Simon Garnier, garnier@njit.edu
# TODO