Synopsis
HxImageRep HxLessEqual(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxLessEqual compares the corresponding pixels from the input images, which must be scalar. If the value of the pixel of the first input image is less 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, HxGreaterEqual, HxEqual, HxLessEqualVal,
Keywords
Comparison, Binary,