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