Home
last modified time | relevance | path

Searched refs:CV_CMP_LT (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
Dcxcmp.cpp611 case CV_CMP_LT: in cvCmp()
738 case CV_CMP_LT: in cvCmpS()
789 … fillval = cmp_op == CV_CMP_NE || cmp_op == CV_CMP_LE || cmp_op == CV_CMP_LT ? 255 : 0; in cvCmpS()
/external/opencv3/modules/core/src/
Dmatop.cpp917 MatOp_Cmp::makeExpr(e, CV_CMP_LT, a, b); in operator <()
924 MatOp_Cmp::makeExpr(e, CV_CMP_LT, a, s); in operator <()
1036 MatOp_Cmp::makeExpr(e, CV_CMP_LT, a, s); in operator >()
/external/opencv/cvaux/include/
Dcvmat.hpp1952 { return _CvMAT_CMP_( &a, &b, CV_CMP_LT ); }
1968 { return _CvMAT_CMP_( &a, alpha, CV_CMP_LT ); }
1977 { return _CvMAT_CMP_( &a, alpha, CV_CMP_LT ); }
/external/opencv/cxcore/include/
Dcxcore.h592 #define CV_CMP_LT 3 macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1146 #define CV_CMP_LT 3 macro