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

  /external/opencv3/modules/core/perf/
perf_abs.cpp 10 #define TYPICAL_MAT_TYPES_ABS CV_8SC1, CV_8SC4, CV_32SC1, CV_32FC1
  /external/opencv3/modules/core/misc/java/test/
CvTypeTest.java 17 assertEquals(CvType.CV_8SC4, CvType.CV_8SC(4));
  /external/opencv3/modules/core/misc/java/src/java/
core+CvType.java 17 CV_8SC1 = CV_8SC(1), CV_8SC2 = CV_8SC(2), CV_8SC3 = CV_8SC(3), CV_8SC4 = CV_8SC(4),
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 125 #define CV_8SC4 CV_MAKETYPE(CV_8S,4)
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
cxtypes.h 489 #define CV_8SC4 CV_MAKETYPE(CV_8S,4)
    [all...]
  /external/opencv3/modules/core/src/
directx.cpp 102 case DXGI_FORMAT_R8G8B8A8_SINT: return CV_8SC4;
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp     [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 375 tab->fn_2d[CV_8SC4] = (void*)icvCopy##_8u_##FROM##4##TO##4R; \
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 105 milliseconds