Searched refs:CV_CMP_LT (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 611 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/ |
D | matop.cpp | 917 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/ |
D | cvmat.hpp | 1952 { 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/ |
D | cxcore.h | 592 #define CV_CMP_LT 3 macro
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1146 #define CV_CMP_LT 3 macro
|