Synopsis
HxImageRep HxGreaterEqual(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxGreaterEqual compares the corresponding pixels from the input images, which must be scalar. If the value of the pixel of the first input image is greater than or equal to the value of the pixel of the second input pixel, the corresponding pixel in the result image will be 1, otherwise it will be 0.
The dimensions of the input images must equal, but the pixel types can be anything, as long as they are scalar. The resulting images is an image with the same dimensions as the input images, with integer pixel values.
Remarks
See also
HxLessThan, HxGreaterThan, HxLessEqual, HxEqual, HxGreaterEqualVal,
Keywords
Comparison, Binary,