Synopsis
HxImageRep HxMax(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
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
See also
Keywords
Binary, Arithmetic,