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

  /external/opencv/cxcore/src/
cxcmp.cpp 617 case CV_CMP_NE:
746 case CV_CMP_NE:
787 fillval = cmp_op == CV_CMP_NE || cmp_op == CV_CMP_GE || cmp_op == CV_CMP_GT ? 255 : 0;
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 594 #define CV_CMP_NE 5
    [all...]

Completed in 68 milliseconds