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

  /external/opencv/cv/src/
cvthresh.cpp 364 CV_CALL( cvCmpS( src, thresh, dst, type == CV_THRESH_BINARY ? CV_CMP_GT : CV_CMP_LE ));
  /external/opencv/cxcore/src/
cxcmp.cpp 614 case CV_CMP_LE:
742 case CV_CMP_LE:
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/opencv/cxcore/include/
cxcore.h 593 #define CV_CMP_LE 4
    [all...]

Completed in 51 milliseconds