Searched defs:CV_MAX2 (Results 1 - 1 of 1) sorted by path

/external/opencv/cvaux/src/
H A Dcvcreatehandmask.cpp43 #define CV_MAX2( a, b ) ((a)>(b) ? (a) : (b)) macro
86 i_max = CV_MAX2( i_max, pt.y );
88 j_max = CV_MAX2( j_max, pt.x );

Completed in 155 milliseconds