Synopsis
HxImageRep HxMinVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxMinVal takes the minimum of the input image and the input value on a pixel-by-pixel basis, i.e. the value of a pixel in the output image is the minimum of the corresponding pixel in the input images and the input value. This function is only defined for scalar images and values.
Remarks
See also
Keywords
Binary value, Arithmetic,