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

HxMax

Synopsis

HxImageRep HxMax(HxImageRep im1, HxImageRep im2)

Input

HxImageRep im1
The first input image

HxImageRep im2
The second input image

Return value

HxImageRep
The pixelwise maximum of the input images

Description

The function HxMax takes the maximum of two images on a pixel-by-pixel basis, i.e. the value of a pixel in the output image is the maximum 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

HxSup, HxInf, HxMin,

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