Searched refs:cvCmpGreater (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvthresh.cpp423 type == CV_THRESH_BINARY ? cvCmpGreater : cvCmpLessEq ));
/external/opencv/cxcore/src/
H A Dcxcmp.cpp659 ipp_cmp_op = cmp_op == CV_CMP_EQ ? cvCmpEq : cvCmpGreater;
801 cmp_op == CV_CMP_GE ? cvCmpGreaterEq : cvCmpGreater;
/external/opencv/cxcore/include/
H A Dcxmisc.h705 cvCmpGreater enumerator in enum:CvCmpOp

Completed in 33 milliseconds