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

  /external/opencv3/modules/core/misc/java/src/java/
core+CvType.java 12 CV_USRTYPE1 = 7;
121 case CV_USRTYPE1:
122 s = "CV_USRTYPE1";
  /external/opencv3/modules/features2d/src/
matchers.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
traits.hpp 276 enum { depth = CV_USRTYPE1 };
cvdef.h 108 #define CV_USRTYPE1 7
types_c.h     [all...]
  /external/opencv3/modules/flann/src/
miniflann.cpp 110 types.push_back(CV_USRTYPE1);
178 types.push_back( CV_MAKETYPE(CV_USRTYPE1,2) );
186 types.push_back( CV_MAKETYPE(CV_USRTYPE1,3) );
  /external/opencv/cxcore/include/
cxtypes.h 475 #define CV_USRTYPE1 7
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 155 CV_ENUM(MatDepth, CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F, CV_USRTYPE1)
  /external/opencv3/modules/ts/src/
ts_perf.cpp 583 if(!array.empty() && array.depth() == CV_USRTYPE1)
585 ADD_FAILURE() << " Can not check regression for CV_USRTYPE1 data type for " << name;
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]
datastructs.cpp 390 if( elemtype != CV_SEQ_ELTYPE_GENERIC && elemtype != CV_USRTYPE1 &&
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 42 CV_USRTYPE1 = 7;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 736 milliseconds