HomeSort by relevance Sort by last modified time
    Searched refs:CV_16UC4 (Results 1 - 25 of 32) sorted by null

1 2

  /external/opencv3/modules/cudawarping/test/
test_pyramids.cpp 86 testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
126 testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
test_resize.cpp 158 testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
204 testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
test_warp_affine.cpp 228 testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
test_warp_perspective.cpp 231 testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
  /external/opencv3/modules/core/misc/java/test/
CvTypeTest.java 21 assertEquals(CvType.CV_16UC4, CvType.CV_16UC(4));
  /external/opencv3/modules/core/misc/java/src/java/
core+CvType.java 18 CV_16UC1 = CV_16UC(1), CV_16UC2 = CV_16UC(2), CV_16UC3 = CV_16UC(3), CV_16UC4 = CV_16UC(4),
  /external/opencv3/modules/imgproc/perf/
perf_resize.cpp 70 testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16UC1, CV_16UC3, CV_16UC4),
  /external/opencv3/modules/cudaarithm/test/
test_core.cpp 290 MatType(CV_16UC4),
411 MatType(CV_16UC4),
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 131 #define CV_16UC4 CV_MAKETYPE(CV_16U,4)
  /external/opencv3/modules/cudaimgproc/perf/
perf_color.cpp 227 Values(CV_8UC4, CV_16UC4, CV_32SC4, CV_32FC4),
  /external/opencv3/modules/imgproc/test/ocl/
test_filters.cpp 367 #define FILTER_TYPES Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16UC1, CV_16UC3, CV_16UC4, CV_32FC1, CV_32FC3, CV_32FC4)
  /external/opencv3/modules/core/src/
copy.cpp 773 type == CV_16UC4 ? (ippiMirrorI)ippiMirror_16u_C4IR :
793 type == CV_16UC4 ? (ippiMirror)ippiMirror_16u_C4R :
    [all...]
directx.cpp 82 case DXGI_FORMAT_R16G16B16A16_UINT: return CV_16UC4;
215 case D3DFMT_V16U16: return CV_16UC4; // TODO 16SC4 ?
    [all...]
stat.cpp     [all...]
  /external/opencv/cv/src/
cvmorph.cpp     [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.cpp 116 if( channels == 4 ){ return CV_16UC4; }
  /external/opencv3/modules/cudaimgproc/src/
histogram.cpp 526 CV_Assert( src.type() == CV_8UC4 || src.type() == CV_16UC4 || src.type() == CV_16SC4 );
567 CV_Assert( src.type() == CV_8UC4 || src.type() == CV_16UC4 || src.type() == CV_16SC4 || src.type() == CV_32FC4 );
color.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
cxtypes.h 495 #define CV_16UC4 CV_MAKETYPE(CV_16U,4)
    [all...]
  /external/opencv3/modules/cudafilters/test/
test_filters.cpp 167 testing::Values(MatType(CV_8UC1), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC4)),
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 241 case CV_16UC4:
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp     [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 379 tab->fn_2d[CV_16UC4] = (void*)icvCopy##_16s_##FROM##4##TO##4R; \
    [all...]

Completed in 1206 milliseconds

1 2