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

  /external/opencv/cv/src/
cvthresh.cpp 423 type == CV_THRESH_BINARY ? cvCmpGreater : cvCmpLessEq ));
  /external/opencv/cxcore/src/
cxcmp.cpp 659 ipp_cmp_op = cmp_op == CV_CMP_EQ ? cvCmpEq : cvCmpGreater;
801 cmp_op == CV_CMP_GE ? cvCmpGreaterEq : cvCmpGreater;
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]

Completed in 346 milliseconds