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

HxPixInf

Synopsis

HxValue HxPixInf (HxImageRep img)

Input

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

Return value

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

Description

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

Remarks

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

See also

HxPixSup, 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