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

HxMin

Synopsis

HxImageRep HxMin(HxImageRep im1, HxImageRep im2)

Input

HxImageRep im1
The first input image

HxImageRep im2
The second input image

Return value

HxImageRep
The pixelwise minimum of the input images

Description

The function HxMin takes the minimum of two images on a pixel-by-pixel basis, i.e. the value of a pixel in the output image is the minimum of the corresponding pixels of the input images. This function is only defined for scalar images that have the same dimensionality and size.

Remarks

Admissable image types
The two input images should be scalar and should have the same dimensionality and size.

See also

HxInf, HxSup, HxMax,

Keywords

Binary, Arithmetic,


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