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

  /external/opencv3/modules/core/src/
precomp.hpp 106 #define CV_MIN_8U(a,b) ((a) - CV_FAST_CAST_8U((a) - (b)))
arithm.cpp     [all...]
  /external/opencv/cxcore/src/
_cxcore.h 86 #define CV_MIN_8U(a,b) ((a) - CV_FAST_CAST_8U((a) - (b)))
cxsumpixels.cpp     [all...]
cxcmp.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
morph.cpp 70 #undef CV_MIN_8U
72 #define CV_MIN_8U(a,b) ((a) - CV_FAST_CAST_8U((a) - (b)))
75 template<> inline uchar MinOp<uchar>::operator ()(const uchar a, const uchar b) const { return CV_MIN_8U(a, b); }
    [all...]

Completed in 43 milliseconds