Home
last modified time | relevance | path

Searched refs:CV_16SC3 (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv3/modules/stitching/src/
Dtimelapsers.cpp63 dst_.create(dst_roi_.size(), CV_16SC3); in initialize()
73 CV_Assert(img.type() == CV_16SC3); in process()
102 dst_.create(dst_roi_.size(), CV_16SC3); in initialize()
Dblenders.cpp72 dst_.create(dst_roi.size(), CV_16SC3); in prepare()
87 CV_Assert(img.type() == CV_16SC3); in feed()
134 CV_Assert(img.type() == CV_16SC3); in feed()
241 (dst_pyr_laplace_[i - 1].cols + 1) / 2, CV_16SC3); in prepare()
282 CV_Assert(img.type() == CV_16SC3 || img.type() == CV_8UC3); in feed()
496 CV_Assert(src.type() == CV_16SC3); in normalizeUsingWeightMap()
/external/opencv3/modules/imgproc/perf/
Dperf_pyramids.cpp11 …testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3, CV_16SC4, CV_32FC1, CV_32FC3, CV_32… in PERF_TEST_P() argument
32 …testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3, CV_16SC4, CV_32FC1, CV_32FC3, CV_32… in PERF_TEST_P() argument
/external/opencv3/modules/core/misc/java/src/java/
Dcore+CvType.java19 … CV_16SC1 = CV_16SC(1), CV_16SC2 = CV_16SC(2), CV_16SC3 = CV_16SC(3), CV_16SC4 = CV_16SC(4), field in CvType
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_gdal.cpp83 if( gdalType == GDT_Int16 ){ return CV_16SC3; } in gdalPaletteInterpretation2OpenCV()
122 if( channels == 3 ){ return CV_16SC3; } in gdal2opencv()
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h136 #define CV_16SC3 CV_MAKETYPE(CV_16S,3) macro
/external/opencv3/modules/calib3d/misc/java/test/
DCalib3dTest.java443 assertEquals(CvType.CV_16SC3, _3dPoints.type()); in testReprojectImageTo3DMatMatMatBooleanInt()
447 truth = new Mat(matSize, matSize, CvType.CV_16SC3); in testReprojectImageTo3DMatMatMatBooleanInt()
/external/opencv3/modules/core/src/
Dcopy.cpp775 type == CV_16SC3 ? (ippiMirrorI)ippiMirror_16s_C3IR : in flip()
795 type == CV_16SC3 ? (ippiMirror)ippiMirror_16s_C3R : in flip()
1212 type == CV_16SC3 ? (ippiCopyConstBorder)ippiCopyConstBorder_16s_C3R : in copyMakeBorder()
1251 type == CV_16SC3 ? (ippiCopyMakeBorderI)ippiCopyReplicateBorder_16s_C3IR : in copyMakeBorder()
1271 type == CV_16SC3 ? (ippiCopyMakeBorder)ippiCopyReplicateBorder_16s_C3R : in copyMakeBorder()
Dstat.cpp1179 type == CV_16SC3 ? (ippiSumFuncNoHint)ippiSum_16s_C3R : in sum()
1424 type == CV_16SC3 ? (ippiMeanFuncNoHint)ippiMean_16s_C3R : in mean()
2742 …type == CV_16SC3 ? (ippiNormFuncNoHint)ippiNorm_Inf_16s_C3R : //Aug 2013: problem in IPP 7.1, 8.0 … in norm()
2757 type == CV_16SC3 ? (ippiNormFuncNoHint)ippiNorm_L1_16s_C3R : in norm()
2768 type == CV_16SC3 ? (ippiNormFuncNoHint)ippiNorm_L2_16s_C3R : in norm()
3236 …type == CV_16SC3 ? (ippiNormDiffFuncNoHint)ippiNormDiff_Inf_16s_C3R : //Aug 2013: problem in IPP 7… in norm()
3253 type == CV_16SC3 ? (ippiNormDiffFuncNoHint)ippiNormDiff_L1_16s_C3R : in norm()
3264 type == CV_16SC3 ? (ippiNormDiffFuncNoHint)ippiNormDiff_L2_16s_C3R : in norm()
Dmatrix.cpp3138 type == CV_16SC3 ? (ippiTransposeI)ippiTranspose_16s_C3IR : in transpose()
3158 type == CV_16SC3 ? (ippiTranspose)ippiTranspose_16s_C3R : in transpose()
3402 stype == CV_16SC3 ? (ippiSum)ippiSum_16s_C3R : in reduceSumC_8u16u16s32f_64f()
/external/opencv3/modules/core/perf/
Dperf_arithm.cpp10 #define TYPICAL_MAT_TYPES_CORE_ARITHM CV_8UC1, CV_8SC1, CV_16SC1, CV_16SC2, CV_16SC3, CV_16SC4, C…
/external/opencv3/modules/imgproc/test/ocl/
Dtest_imgproc.cpp474 CV_16SC1, CV_16SC2, CV_16SC3, CV_16SC4,
/external/opencv/cxcore/include/
Dcxmisc.h862 tab->fn_2d[CV_16SC3] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \
Dcxtypes.h500 #define CV_16SC3 CV_MAKETYPE(CV_16S,3) macro
/external/opencv3/modules/core/misc/java/test/
DMatTest.java771 Mat m = new Mat(5, 5, CvType.CV_16SC3, new Scalar(-1, -2, -3)); in testPutIntIntShortArray()
/external/opencv3/modules/python/src2/
Dcv2.cpp1348 PUBLISH(CV_16SC3);
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp2639 CV_Assert( dtype == CV_16SC3 || dtype == CV_32SC3 || dtype == CV_32FC3 ); in reprojectImageTo3D()
2707 if( dtype == CV_16SC3 ) in reprojectImageTo3D()
2738 CV_Assert( dtype == CV_16SC3 || dtype == CV_32SC3 || dtype == CV_32FC3 ); in cvReprojectImageTo3D()
/external/opencv/cv/src/
Dcvfilter.cpp2440 else if( type == CV_16SC3 ) in icvIPPSepFilter()
2641 type == CV_16SC3 ? (CvFilterIPPFunc)icvFilter_16s_C3R_p : in cvFilter2D()
Dcvcalibration.cpp2635 (CV_MAT_TYPE(dtype) == CV_16SC3 || CV_MAT_TYPE(dtype) == CV_32FC3) ); in cvReprojectImageTo3D()
2669 if( dtype == CV_16SC3 ) in cvReprojectImageTo3D()
/external/opencv/cxcore/src/
Dcxconvert.cpp382 tab->fn_2d[CV_16SC3] = (void*)icvCopy##_16s_##FROM##3##TO##3R; \
Dcxmatmul.cpp1771 type == CV_16SC3 ? icvColorTwist_16s_C3R_p : in cvTransform()
1784 type == CV_16SC3 ? icvColorToGray_16s_C3C1R_p : in cvTransform()
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp.cpp1600 CV_16SC1, CV_16SC3, CV_16SC4, in TEST()
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp1388 else if (stype == CV_16SC3) in boxFilter()
1709 else if (type == CV_16SC3) in GaussianBlur()
Dfilter.cpp4606 stype == CV_16SC3 ? (ippiFilterBorder)ippiFilterBorder_16s_C3R : in filter2D()
/external/opencv3/modules/core/test/
Dtest_arithm.cpp1791 testing::Values(perf::MatType(CV_8UC1), CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3),

12