HomeSort by relevance Sort by last modified time
    Searched refs:CV_CMP_LT (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/src/
cxcmp.cpp 611 case CV_CMP_LT:
738 case CV_CMP_LT:
789 fillval = cmp_op == CV_CMP_NE || cmp_op == CV_CMP_LE || cmp_op == CV_CMP_LT ? 255 : 0;
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp     [all...]
  /external/opencv3/modules/core/src/
matop.cpp 917 MatOp_Cmp::makeExpr(e, CV_CMP_LT, a, b);
924 MatOp_Cmp::makeExpr(e, CV_CMP_LT, a, s);
1036 MatOp_Cmp::makeExpr(e, CV_CMP_LT, a, s);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 592 #define CV_CMP_LT 3
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]

Completed in 103 milliseconds