Home
last modified time | relevance | path

Searched refs:CV_16UC4 (Results 1 – 25 of 31) sorted by relevance

12

/external/opencv3/modules/cudawarping/test/
Dtest_pyramids.cpp86 …_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC…
126 …_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC…
Dtest_resize.cpp158 …_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC…
204 …_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC…
Dtest_warp_perspective.cpp231 …_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC…
Dtest_warp_affine.cpp228 …_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC…
/external/opencv3/modules/core/misc/java/test/
DCvTypeTest.java21 assertEquals(CvType.CV_16UC4, CvType.CV_16UC(4)); in testCV_16UC()
/external/opencv3/modules/core/misc/java/src/java/
Dcore+CvType.java18 … CV_16UC1 = CV_16UC(1), CV_16UC2 = CV_16UC(2), CV_16UC3 = CV_16UC(3), CV_16UC4 = CV_16UC(4), field in CvType
/external/opencv3/modules/cudaarithm/test/
Dtest_core.cpp290 MatType(CV_16UC4),
411 MatType(CV_16UC4),
/external/opencv3/modules/imgproc/perf/
Dperf_resize.cpp70 testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16UC1, CV_16UC3, CV_16UC4),
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h131 #define CV_16UC4 CV_MAKETYPE(CV_16U,4) macro
/external/opencv3/modules/cudaimgproc/perf/
Dperf_color.cpp227 Values(CV_8UC4, CV_16UC4, CV_32SC4, CV_32FC4), in PERF_TEST_P() argument
/external/opencv3/modules/core/src/
Dcopy.cpp773 type == CV_16UC4 ? (ippiMirrorI)ippiMirror_16u_C4IR : in flip()
793 type == CV_16UC4 ? (ippiMirror)ippiMirror_16u_C4R : in flip()
1216 type == CV_16UC4 ? (ippiCopyConstBorder)ippiCopyConstBorder_16u_C4R : in copyMakeBorder()
1255 type == CV_16UC4 ? (ippiCopyMakeBorderI)ippiCopyReplicateBorder_16u_C4IR : in copyMakeBorder()
1275 type == CV_16UC4 ? (ippiCopyMakeBorder)ippiCopyReplicateBorder_16u_C4R : in copyMakeBorder()
Ddirectx.cpp82 case DXGI_FORMAT_R16G16B16A16_UINT: return CV_16UC4; in getTypeFromDXGI_FORMAT()
215 case D3DFMT_V16U16: return CV_16UC4; // TODO 16SC4 ? in getTypeFromD3DFORMAT()
Dstat.cpp1177 type == CV_16UC4 ? (ippiSumFuncNoHint)ippiSum_16u_C4R : in sum()
1422 type == CV_16UC4 ? (ippiMeanFuncNoHint)ippiMean_16u_C4R : in mean()
2739 type == CV_16UC4 ? (ippiNormFuncNoHint)ippiNorm_Inf_16u_C4R : in norm()
2755 type == CV_16UC4 ? (ippiNormFuncNoHint)ippiNorm_L1_16u_C4R : in norm()
2766 type == CV_16UC4 ? (ippiNormFuncNoHint)ippiNorm_L2_16u_C4R : in norm()
3233 type == CV_16UC4 ? (ippiNormDiffFuncNoHint)ippiNormDiff_Inf_16u_C4R : in norm()
3249 type == CV_16UC4 ? (ippiNormDiffFuncNoHint)ippiNormDiff_L1_16u_C4R : in norm()
3262 type == CV_16UC4 ? (ippiNormDiffFuncNoHint)ippiNormDiff_L2_16u_C4R : in norm()
/external/opencv3/modules/cudaimgproc/src/
Dhistogram.cpp526 CV_Assert( src.type() == CV_8UC4 || src.type() == CV_16UC4 || src.type() == CV_16SC4 ); in histEven()
567 …CV_Assert( src.type() == CV_8UC4 || src.type() == CV_16UC4 || src.type() == CV_16SC4 || src.type()… in histRange()
Dcolor.cpp1822 CV_Assert( src.type() == CV_8UC4 || src.type() == CV_16UC4 ); in RGBA_to_mBGRA()
2321 …CV_Assert( img1.type() == CV_8UC4 || img1.type() == CV_16UC4 || img1.type() == CV_32SC4 || img1.ty… in alphaComp()
/external/opencv3/modules/imgproc/test/ocl/
Dtest_filters.cpp367 #define FILTER_TYPES Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16UC1, CV_16UC3, CV_16UC4, CV_32FC1, CV_3…
/external/opencv/cv/src/
Dcvmorph.cpp921 else if( type == CV_16UC4 ) in icvMorphOp()
951 else if( type == CV_16UC4 ) in icvMorphOp()
1022 else if( type == CV_16UC4 ) in icvMorphOp()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_gdal.cpp116 if( channels == 4 ){ return CV_16UC4; } in gdal2opencv()
/external/opencv3/modules/cudafilters/test/
Dtest_filters.cpp167 …testing::Values(MatType(CV_8UC1), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC4), MatType(…
/external/opencv/cxcore/include/
Dcxmisc.h858 tab->fn_2d[CV_16UC4] = (void*)icv##FUNCNAME##_16u_C4##FLAG; \
Dcxtypes.h495 #define CV_16UC4 CV_MAKETYPE(CV_16U,4) macro
/external/opencv3/modules/python/src2/
Dcv2.cpp1344 PUBLISH(CV_16UC4);
/external/opencv3/modules/cudafilters/src/
Dfiltering.cpp241 case CV_16UC4: in LinearFilter()
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp2775 case CV_16UC4: SET_IPP_RESIZE_PTR(16u,C4); break; in IPPresizeInvoker()
4695 type == CV_16UC4 ? (ippiRemap)ippiRemap_16u_C4R : in remap()
5627 type == CV_16UC4 ? (ippiWarpAffineBackFunc)ippiWarpAffineBack_16u_C4R : in warpAffine()
5641 type == CV_16UC4 ? (ippiWarpAffineBackFunc)ippiWarpAffine_16u_C4R : in warpAffine()
6135 type == CV_16UC4 ? (ippiWarpPerspectiveFunc)ippiWarpPerspectiveBack_16u_C4R : in warpPerspective()
6147 type == CV_16UC4 ? (ippiWarpPerspectiveFunc)ippiWarpPerspective_16u_C4R : in warpPerspective()
/external/opencv/cxcore/src/
Dcxconvert.cpp379 tab->fn_2d[CV_16UC4] = (void*)icvCopy##_16s_##FROM##4##TO##4R; \

12