[mmIsbinary] [Up] [mmIslesseq] Relations

mmIsequal
Verify if two images are equal

Synopsis

Boolean mmIsequal ( const Image& f1 , const Image& f2 );

Input

f1 Image [ Unsigned gray-scale (uint8 or uint16), signed (int32) or binary image ]

f2 Image [ Unsigned gray-scale (uint8 or uint16), signed (int32) or binary image ]

Output

boo Boolean

Description

mmIsequal compares the images f1 and f2 and returns true (1), if f1(x)=f2(x) , for all pixel x, and false (0), otherwise.

Equation

See also

[mmIsbinary] [Up] [mmIslesseq]