Usage: equal in1.pgm in2.pgm
Description: This function returns 1 (no error) if for each pixel x, in1[x] == in2[x]; otherwise it returns 0. Images must be of the same dimensions.
Types supported: byte 2d, byte 3d, long 2d, long 3d, float 2d, float 3d
Category: arith