Compare grey values in two images
dip_Error dip_Equal ( in1, in2, out )
binary, integer, float
This function sets each pixel in out to "true" when corresponding pixels in in1 and in2 are equal. This is the same as Compare with the DIP_SELECT_EQUAL selector flag.
in2 can be a 0D image for comparison of pixel values with a single scalar value. This leads to a functionality similar to SelectValue.
Data type | Name | Description |
dip_Image | in1 | First input |
dip_Image | in2 | Second input |
dip_Image | out | Output |
Compare, Threshold, Greater, Lesser, NotEqual, NotGreater, NotLesser, SelectValue, NotZero