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