Synopsis
HxImageRep HxSupVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxSupVal takes the supremum 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 pixel dimensionality of the input image must be the same. If `val' is a vector and the pixels of the input image are vectors, the supremum is taken component wise.
Remarks
See also
Keywords
Binary value, Arithmetic,