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

  /external/opencv/cxcore/src/
cxcmp.cpp 607 case CV_CMP_GE:
714 icvInitCmpGECC1RTable( &cmps_tab[CV_CMP_GE] );
736 case CV_CMP_GE:
740 cmp_op = CV_CMP_GE;
787 fillval = cmp_op == CV_CMP_NE || cmp_op == CV_CMP_GE || cmp_op == CV_CMP_GT ? 255 : 0;
801 cmp_op == CV_CMP_GE ? cvCmpGreaterEq : cvCmpGreater;
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 591 #define CV_CMP_GE 2
    [all...]

Completed in 74 milliseconds