Synopsis
HxImageRep HxLessEqualVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxLessEqualVal compares the pixel values of the input image with the value `val'. When the value of the pixel is less or equal than the value, the corresponding pixel in the output image has value 1, otherwise the value of the pixel is 0. This operation is only defined for scalar images (and values).
Remarks
See also
HxLessThanVal, HxGreaterThanVal, HxGreaterEqualVal, HxEqualVal, HxLessEqual,
Keywords
Comparison,