Horus Doc || Global Function Guide || General documentation   | Function documentation  

HxPixSup

Synopsis

HxValue HxPixSup (HxImageRep img)

Input

HxImageRep img
The image you want to determine the supremum of.

Return value

HxValue
The supremum of the pixel values of the input image.

Description

The function HxPixSup determines the pixel-wise maximum of the input image. For scalar image, this results in the maximum over all pixel values. For vector images, this function returns a vector with components equal to the maximum value for each component of the pixel value vectors.

Remarks

No possible errors
This function can not result in any errors.

See also

HxPixInf, HxPixMax, HxPixMin,

Keywords

Reduction,


Generated on Mon Jan 27 15:45:01 2003 for GlobalFunctionGuide by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001