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

  /external/opencv3/modules/core/include/opencv2/core/
traits.hpp 84 // DataDepth is another helper trait class
85 enum { depth = DataDepth<_Tp>::value, channels=2,
86 fmt=(channels-1)*256+DataDepth<_Tp>::fmt,
260 DataDepth<T>::value constant.
262 template<typename _Tp> class DataDepth
  /external/opencv3/modules/core/test/
test_math.cpp     [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 92 const int QFLOAT_TYPE = DataDepth<Qfloat>::value;
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp     [all...]

Completed in 620 milliseconds