Synopsis
HxImageRep HxNotEqual(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxEqual compares the corresponding pixels from the input images. If the value of the pixel of the first input image is equal to the value of the pixel of the second input pixel, the corresponding pixel in the result image is 0, otherwise it is 1. The function is equivalently defined for vector images.
The dimensionality, sizes and pixel dimensionality of the input images must equal. The resulting images is an image with the same dimensions as the input images, with integer pixel values.
Remarks
See also
HxEqual, HxEqualVal, HxNotEqualVal,
Keywords
Comparison, Binary,