Pink 0.9

equal.c File Reference

equality test More...


Detailed Description

equality test

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, int32_t 2d, int32_t 3d, float 2d, float 3d

Category: arith

Author:
Michel Couprie