[mmConcat] [Up] [mmFind] Image Information and Manipulation

mmLimits
Get the possible minimum and maximum of an image.

Synopsis

Image mmLimits ( const Image& f );

Input

f Image [ Unsigned gray-scale (uint8 or uint16), signed (int32) or binary image ]

Output

y Image

Vector, the first element is the infimum, the second, the supremum.

Description

The possible minimum and the possible maximum of an image depend on its data type. These values are important to compute many morphological operators (for instance, negate of an image). The output is a vector, where the first element is the possible minimum and the second, the possible maximum.

See also

mmNeg Negate an image.
mmDatatype Return the image datatype string
[mmConcat] [Up] [mmFind]