[mmIsequal] [Up] [mmNeg] Relations

mmIslesseq
Verify if one image is less or equal another (is beneath)

Synopsis

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

Input

f1 Image [ Gray-scale (uint8 or uint16) or binary image ]

f2 Image [ Gray-scale (uint8 or uint16) or binary image ]

Output

boo Boolean

Description

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

Equation

See also

[mmIsequal] [Up] [mmNeg]