Synopsis
HxImageRep HxGreaterThanVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxLessThanVal compares the pixel values of the input image with the value `val'. When the value of the pixel is greater 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
HxGreaterEqualVal, HxLessThanVal, HxLessEqualVal, HxEqualVal, HxGreaterThan,
Keywords
Binary value, Comparison,