Synopsis
HxImageRep HxInfVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxInfVal takes the infimum of HxValue `val' and every pixel value in the input image (for every pixel again) and stores the result in the corresponding pixel of the output image. The dimensionality of `val' and the pixeldimensionality of the input image must be the same. If `val' is a vector and the pixels of the input image are vectors, the infimum is taken component wise.
Remarks
See also
Keywords
Binary value, Arithmetic,