CV_16U 1821 modules/calib3d/src/calibinit.cpp case CV_16U: CV_16U 128 modules/core/include/opencv2/core/cvdef.h #define CV_16UC1 CV_MAKETYPE(CV_16U,1) CV_16U 129 modules/core/include/opencv2/core/cvdef.h #define CV_16UC2 CV_MAKETYPE(CV_16U,2) CV_16U 130 modules/core/include/opencv2/core/cvdef.h #define CV_16UC3 CV_MAKETYPE(CV_16U,3) CV_16U 131 modules/core/include/opencv2/core/cvdef.h #define CV_16UC4 CV_MAKETYPE(CV_16U,4) CV_16U 132 modules/core/include/opencv2/core/cvdef.h #define CV_16UC(n) CV_MAKETYPE(CV_16U,(n)) CV_16U 73 modules/core/include/opencv2/core/ippasync.hpp depth == CV_16U ? HPP_DATA_TYPE_16U : CV_16U 86 modules/core/include/opencv2/core/ippasync.hpp hppType == HPP_DATA_TYPE_16U ? CV_16U : CV_16U 270 modules/core/include/opencv2/core/mat.hpp DEPTH_MASK_16U = 1 << CV_16U, CV_16U 134 modules/core/include/opencv2/core/private.cuda.hpp template<> struct NPPTypeTraits<CV_16U> { typedef Npp16u npp_type; }; CV_16U 227 modules/core/include/opencv2/core/private.hpp depth == CV_16U ? ipp16u : CV_16U 189 modules/core/include/opencv2/core/traits.hpp depth = CV_16U, CV_16U 292 modules/core/include/opencv2/core/traits.hpp template<> class TypeDepth<CV_16U> CV_16U 294 modules/core/include/opencv2/core/traits.hpp enum { depth = CV_16U }; CV_16U 501 modules/core/include/opencv2/core/types_c.h ((((CV_8U)+(CV_16U<<4)+(CV_32F<<8)+(CV_64F<<16)+(CV_8S<<20)+ \ CV_16U 8 modules/core/misc/java/src/java/core+CvType.java CV_16U = 2, CV_16S = 3, CV_16U 47 modules/core/misc/java/src/java/core+CvType.java return makeType(CV_16U, ch); CV_16U 83 modules/core/misc/java/src/java/core+CvType.java case CV_16U: CV_16U 106 modules/core/misc/java/src/java/core+CvType.java case CV_16U: CV_16U 982 modules/core/misc/java/src/java/core+Mat.java if (CvType.depth(t) == CvType.CV_16U || CvType.depth(t) == CvType.CV_16S) { CV_16U 1027 modules/core/misc/java/src/java/core+Mat.java if (CvType.depth(t) == CvType.CV_16U || CvType.depth(t) == CvType.CV_16S) { CV_16U 134 modules/core/misc/java/test/MatTest.java gray2.convertTo(dst, CvType.CV_16U, 2.0); CV_16U 136 modules/core/misc/java/test/MatTest.java truth = new Mat(matSize, matSize, CvType.CV_16U, new Scalar(4)); CV_16U 180 modules/core/misc/java/test/MatTest.java dst.create(size, CvType.CV_16U); CV_16U 184 modules/core/misc/java/test/MatTest.java assertEquals(CvType.CV_16U, dst.type()); CV_16U 950 modules/core/misc/java/test/MatTest.java Mat src = new Mat(3, 3, CvType.CV_16U) { CV_16U 960 modules/core/misc/java/test/MatTest.java truth = new Mat(3, 3, CvType.CV_16U) { CV_16U 59 modules/core/perf/cuda/perf_gpumat.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 91 modules/core/perf/cuda/perf_gpumat.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 128 modules/core/perf/cuda/perf_gpumat.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 166 modules/core/perf/cuda/perf_gpumat.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 167 modules/core/perf/cuda/perf_gpumat.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F))) CV_16U 16 modules/core/perf/perf_convertTo.cpp testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F), CV_16U 17 modules/core/perf/perf_convertTo.cpp testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F), CV_16U 1798 modules/core/src/arithm.cpp minval >= 0 && maxval <= (int)USHRT_MAX ? CV_16U : CV_16U 4904 modules/core/src/arithm.cpp if (depth1 >= CV_16U) CV_16U 1555 modules/core/src/array.cpp case CV_16U: CV_16U 1590 modules/core/src/array.cpp case CV_16U: CV_16U 1619 modules/core/src/array.cpp case CV_16U: CV_16U 481 modules/core/src/copy.cpp (/*depth0 == CV_8U ||*/ depth0 == CV_16U || depth0 == CV_16S || depth0 == CV_32S || depth0 == CV_32F) && CV_16U 502 modules/core/src/copy.cpp else*/ if (depth0 == CV_16U) CV_16U 528 modules/core/src/copy.cpp else*/ if (depth0 == CV_16U) \ CV_16U 1547 modules/core/src/mathfuncs.cpp template<> struct mat_type_assotiations<CV_16U> CV_16U 1606 modules/core/src/mathfuncs.cpp &checkIntegerRange<CV_16U>, CV_16U 2834 modules/core/src/matmul.cpp else if(stype == CV_16U && dtype == CV_32F) CV_16U 2841 modules/core/src/matmul.cpp else if(stype == CV_16U && dtype == CV_64F) CV_16U 1060 modules/core/src/matrix.cpp case CV_16U: CV_16U 3410 modules/core/src/matrix.cpp sdepth == CV_16U ? (cv::ReduceFunc)cv::reduceC_<ushort, double, cv::OpAdd<double> > : CV_16U 3671 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_32F) CV_16U 3673 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_64F) CV_16U 3690 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) CV_16U 3703 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) CV_16U 3723 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_32F) CV_16U 3725 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_64F) CV_16U 3742 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) CV_16U 3755 modules/core/src/matrix.cpp else if(sdepth == CV_16U && ddepth == CV_16U) CV_16U 3811 modules/core/src/matrix.cpp depth == CV_16U || depth == CV_16S ? (IppFlipFunc)ippsFlip_16u_I : CV_16U 3926 modules/core/src/matrix.cpp depth == CV_16U ? (IppSortIndexFunc)ippsSortIndexAscend_16u_I : CV_16U 3933 modules/core/src/matrix.cpp depth == CV_16U ? (IppSortIndexFunc)ippsSortIndexDescend_16u_I : CV_16U 5356 modules/core/src/ocl.cpp (ddepth == CV_16U && sdepth == CV_8U)) CV_16U 5459 modules/core/src/ocl.cpp vectorWidths[CV_16U] = vectorWidths[CV_16S] = 2; CV_16U 1533 modules/core/src/opengl.cpp if (depth < CV_16U) CV_16U 1560 modules/core/src/opengl.cpp if (depth < CV_16U) CV_16U 113 modules/core/src/out.cpp case CV_16U: valueToStr = &FormattedImpl::valueToStr16u; break; CV_16U 3144 modules/core/src/persistence.cpp case CV_16U: CV_16U 3266 modules/core/src/persistence.cpp case CV_16U: CV_16U 3312 modules/core/src/persistence.cpp case CV_16U: CV_16U 546 modules/core/src/rand.cpp a = std::max(a, depth == CV_8U || depth == CV_16U ? 0. : CV_16U 548 modules/core/src/rand.cpp b = std::min(b, depth == CV_8U ? 256. : depth == CV_16U ? 65536. : CV_16U 2257 modules/core/src/stat.cpp depth == CV_16U ? (ippiMinMaxIndxFuncC1)ippiMinMaxIndx_16u_C1R : CV_16U 2587 modules/core/src/stat.cpp std::max(depth, CV_32S), depth != CV_8U && depth != CV_16U)) CV_16U 2593 modules/core/src/stat.cpp bool unstype = depth == CV_8U || depth == CV_16U; CV_16U 1855 modules/core/test/ocl/test_arithm.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_32F), CV_16U 1856 modules/core/test/ocl/test_arithm.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_64F), CV_16U 1866 modules/core/test/ocl/test_arithm.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_32F), CV_16U 1867 modules/core/test/ocl/test_arithm.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_64F), CV_16U 1875 modules/core/test/ocl/test_arithm.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_16U), CV_16U 1881 modules/core/test/ocl/test_arithm.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_16U), CV_16U 578 modules/core/test/test_arithm.cpp case CV_16U: CV_16U 628 modules/core/test/test_arithm.cpp case CV_16U: CV_16U 1528 modules/core/test/test_arithm.cpp cv::multiply(src, s, dst, 1, CV_16U); CV_16U 95 modules/core/test/test_countnonzero.cpp case CV_16U: { src.at<ushort>(i, j) = cv::randu<ushort>(); break; } CV_16U 118 modules/core/test/test_countnonzero.cpp case CV_16U: { if (!src.at<ushort>(i, j)) {src.at<ushort>(i, j) = cv::randu<ushort>(); n += (src.at<ushort>(i, j) > 0);} break; } CV_16U 154 modules/core/test/test_countnonzero.cpp else if (current_type == CV_16U) result += (src.at<ushort>(i, j) > 0); CV_16U 23 modules/core/test/test_io.cpp else if( type == CV_16U ) CV_16U 60 modules/core/test/test_io.cpp else if( depth == CV_16U || depth == CV_16S ) CV_16U 173 modules/core/test/test_ippasync.cpp INSTANTIATE_TEST_CASE_P(IppATest, IPPAsync, Combine(Values(CV_8U, CV_16U, CV_16S, CV_32F), CV_16U 93 modules/core/test/test_mat.cpp if( srcType == CV_16U && (dstType == CV_32F || dstType == CV_64F) ) CV_16U 975 modules/core/test/test_mat.cpp case CV_16U: CV_16U 1014 modules/core/test/test_mat.cpp curRes = run_case(CV_16U, mvSize, mSize, rng); CV_16U 1207 modules/core/test/test_mat.cpp src.convertTo(ref_dst16, CV_16U); CV_16U 1208 modules/core/test/test_mat.cpp src.convertTo(dst16, CV_16U); CV_16U 263 modules/core/test/test_math.cpp case CV_16U: CV_16U 738 modules/core/test/test_math.cpp src_type = src_type == 0 ? CV_8U : src_type == 1 ? CV_16U : src_type == 2 ? CV_16S : CV_16U 671 modules/core/test/test_operations.cpp if (Mat_<unsigned short>(1, 1).depth() != CV_16U) throw test_excep(); CV_16U 755 modules/core/test/test_operations.cpp if (Mat1w(1, 1).depth() != CV_16U) throw test_excep(); CV_16U 200 modules/core/test/test_rand.cpp depth == CV_16U ? ((const ushort*)data)[i] : CV_16U 270 modules/core/test/test_rand.cpp depth == CV_16U ? ((const ushort*)data)[i] : CV_16U 49 modules/cudaarithm/perf/perf_core.cpp #define ARITHM_MAT_DEPTH Values(CV_8U, CV_16U, CV_32F, CV_64F) CV_16U 176 modules/cudaarithm/perf/perf_core.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 290 modules/cudaarithm/perf/perf_core.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 49 modules/cudaarithm/perf/perf_element_operations.cpp #define ARITHM_MAT_DEPTH Values(CV_8U, CV_16U, CV_32F, CV_64F) CV_16U 713 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S))) CV_16U 745 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S))) CV_16U 781 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S), CV_16U 821 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S))) CV_16U 857 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S), CV_16U 897 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S))) CV_16U 933 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S), CV_16U 973 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S), CV_16U 1007 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32S), CV_16U 1041 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F))) CV_16U 1077 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F))) CV_16U 1112 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F))) CV_16U 1148 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F))) CV_16U 1185 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 1186 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 1187 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F))) CV_16U 1470 modules/cudaarithm/perf/perf_element_operations.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 56 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_32S, CV_32F), CV_16U 133 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 169 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 201 modules/cudaarithm/perf/perf_reductions.cpp Values<MatDepth>(CV_8U, CV_16U, CV_32F), CV_16U 233 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F))) CV_16U 270 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F))) CV_16U 309 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F))) CV_16U 348 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_16S, CV_32F), CV_16U 390 modules/cudaarithm/perf/perf_reductions.cpp Values(CV_8U, CV_16U, CV_32F, CV_64F), CV_16U 74 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_16U> { typedef Npp16u npp_t; }; CV_16U 116 modules/cudaarithm/src/core.cpp {NppMirror<CV_16U, nppiMirror_16u_C1R>::call, 0, NppMirror<CV_16U, nppiMirror_16u_C3R>::call, NppMirror<CV_16U, nppiMirror_16u_C4R>::call}, CV_16U 124 modules/cudaarithm/src/core.cpp CV_Assert(src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S || src.depth() == CV_32F); CV_16U 392 modules/cudaarithm/src/element_operations.cpp {NppShift<CV_16U, 1, nppiRShiftC_16u_C1R>::call, 0, NppShift<CV_16U, 3, nppiRShiftC_16u_C3R>::call, NppShift<CV_16U, 4, nppiRShiftC_16u_C4R>::call}, CV_16U 416 modules/cudaarithm/src/element_operations.cpp {NppShift<CV_16U, 1, nppiLShiftC_16u_C1R>::call, 0, NppShift<CV_16U, 3, nppiLShiftC_16u_C3R>::call, NppShift<CV_16U, 4, nppiLShiftC_16u_C4R>::call}, CV_16U 423 modules/cudaarithm/src/element_operations.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S ); CV_16U 1548 modules/cudaarithm/test/test_element_operations.cpp MatDepth(CV_16U), CV_16U 1618 modules/cudaarithm/test/test_element_operations.cpp MatDepth(CV_16U), CV_16U 1688 modules/cudaarithm/test/test_element_operations.cpp MatDepth(CV_16U), CV_16U 1768 modules/cudaarithm/test/test_element_operations.cpp MatDepth(CV_16U), CV_16U 2139 modules/cudaarithm/test/test_element_operations.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32S)), CV_16U 2216 modules/cudaarithm/test/test_element_operations.cpp MatDepth(CV_16U), CV_16U 2294 modules/cudaarithm/test/test_element_operations.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32S)), CV_16U 109 modules/cudaarithm/test/test_reductions.cpp MatDepth(CV_16U), CV_16U 896 modules/cudaarithm/test/test_reductions.cpp MatDepth(CV_16U), CV_16U 216 modules/cudafilters/src/filtering.cpp CV_Assert( sdepth == CV_8U || sdepth == CV_16U || sdepth == CV_32F ); CV_16U 271 modules/cudafilters/test/test_filters.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)), CV_16U 343 modules/cudafilters/test/test_filters.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)), CV_16U 408 modules/cudafilters/test/test_filters.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)), CV_16U 469 modules/cudafilters/test/test_filters.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)), CV_16U 107 modules/cudaimgproc/perf/perf_color.cpp Values(CV_8U, CV_16U), CV_16U 54 modules/cudaimgproc/perf/perf_histogram.cpp Values(CV_8U, CV_16U, CV_16S))) CV_16U 92 modules/cudaimgproc/perf/perf_histogram.cpp Values(CV_8U, CV_16U, CV_16S))) CV_16U 91 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 107 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 123 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 139 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 155 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 171 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 395 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 411 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 479 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 495 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 511 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 527 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 555 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 584 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 613 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 642 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 671 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 700 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 729 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 758 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 787 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 816 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 845 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 874 modules/cudaimgproc/src/color.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 2312 modules/cudaimgproc/src/color.cpp NppAlphaComp<CV_16U, nppiAlphaComp_16u_AC4R>::call, CV_16U 496 modules/cudaimgproc/src/histogram.cpp NppHistogramEvenC1<CV_16U, nppiHistogramEven_16u_C1R, nppiHistogramEvenGetBufferSize_16u_C1R>::hist, CV_16U 520 modules/cudaimgproc/src/histogram.cpp NppHistogramEvenC4<CV_16U, nppiHistogramEven_16u_C4R, nppiHistogramEvenGetBufferSize_16u_C4R>::hist, CV_16U 538 modules/cudaimgproc/src/histogram.cpp NppHistogramRangeC1<CV_16U, nppiHistogramRange_16u_C1R, nppiHistogramRangeGetBufferSize_16u_C1R>::hist, CV_16U 559 modules/cudaimgproc/src/histogram.cpp NppHistogramRangeC4<CV_16U, nppiHistogramRange_16u_C4R, nppiHistogramRangeGetBufferSize_16u_C4R>::hist, CV_16U 845 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 861 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 877 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 901 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 926 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 942 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 958 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 982 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1007 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1024 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1041 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1063 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1085 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1102 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1119 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1141 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1164 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1180 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1196 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1220 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1245 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1261 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1277 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1301 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1326 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1343 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1360 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1382 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1404 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1421 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1438 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1460 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1617 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1633 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1649 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1674 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1690 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1706 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1731 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1748 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1765 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1784 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1801 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1818 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1835 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1851 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1867 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1892 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1908 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1924 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1949 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1966 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 1983 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 2002 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 2019 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 2036 modules/cudaimgproc/test/test_color.cpp if (depth == CV_16U) CV_16U 2073 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2089 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2112 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2128 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2150 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2166 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2188 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2204 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2226 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2242 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2258 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2274 modules/cudaimgproc/test/test_color.cpp if ((depth != CV_8U && depth != CV_16U) || useRoi) CV_16U 2291 modules/cudaimgproc/test/test_color.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32F)), CV_16U 186 modules/cudalegacy/src/gmg.cpp CV_Assert( frame.depth() == CV_8U || frame.depth() == CV_16U || frame.depth() == CV_32F ); CV_16U 203 modules/cudalegacy/src/gmg.cpp maxVal = frame.depth() == CV_8U ? 255.0 : frame.depth() == CV_16U ? std::numeric_limits<ushort>::max() : 1.0; CV_16U 96 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 148 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 192 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 235 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 285 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 335 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 369 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 405 modules/cudawarping/perf/perf_warping.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 256 modules/cudawarping/src/warp.cpp {NppWarp<CV_16U, nppiWarpAffine_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpAffine_16u_C3R>::call, NppWarp<CV_16U, nppiWarpAffine_16u_C4R>::call}, CV_16U 264 modules/cudawarping/src/warp.cpp {NppWarp<CV_16U, nppiWarpAffineBack_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpAffineBack_16u_C3R>::call, NppWarp<CV_16U, nppiWarpAffineBack_16u_C4R>::call}, CV_16U 395 modules/cudawarping/src/warp.cpp {NppWarp<CV_16U, nppiWarpPerspective_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpPerspective_16u_C3R>::call, NppWarp<CV_16U, nppiWarpPerspective_16u_C4R>::call}, CV_16U 403 modules/cudawarping/src/warp.cpp {NppWarp<CV_16U, nppiWarpPerspectiveBack_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpPerspectiveBack_16u_C3R>::call, NppWarp<CV_16U, nppiWarpPerspectiveBack_16u_C4R>::call}, CV_16U 514 modules/cudawarping/src/warp.cpp {NppRotate<CV_16U, nppiRotate_16u_C1R>::call, 0, NppRotate<CV_16U, nppiRotate_16u_C3R>::call, NppRotate<CV_16U, nppiRotate_16u_C4R>::call}, CV_16U 522 modules/cudawarping/src/warp.cpp CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); CV_16U 179 modules/features2d/src/akaze.cpp else if ( img.depth() == CV_16U ) CV_16U 1078 modules/features2d/src/matchers.cpp case CV_16U: CV_16U 1117 modules/features2d/src/matchers.cpp case CV_16U: CV_16U 1167 modules/features2d/src/matchers.cpp case CV_16U: CV_16U 1218 modules/features2d/src/matchers.cpp case CV_16U: CV_16U 78 modules/flann/include/opencv2/flann.hpp template <> struct CvType<unsigned short> { static int type() { return CV_16U; } }; CV_16U 154 modules/flann/src/miniflann.cpp types.push_back( CV_16U ); CV_16U 736 modules/flann/src/miniflann.cpp header.data_type == FLANN_UINT16 ? CV_16U : CV_16U 186 modules/imgcodecs/src/grfmt_gdal.cpp if( gdalType == GDT_Byte && (cvDepth == CV_16U || cvDepth == CV_16S)){ CV_16U 202 modules/imgcodecs/src/grfmt_gdal.cpp ( cvDepth == CV_16U || cvDepth == CV_16S )){ CV_16U 229 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<unsigned short>(row,col) = newValue; } CV_16U 240 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue); } CV_16U 263 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col)[channel] = newValue; } CV_16U 275 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; } CV_16U 141 modules/imgcodecs/src/grfmt_jpeg2000.cpp m_type = CV_MAKETYPE(depth <= 8 ? CV_8U : CV_16U, cntcmpts > 1 ? 3 : 1); CV_16U 434 modules/imgcodecs/src/grfmt_jpeg2000.cpp return depth == CV_8U || depth == CV_16U; CV_16U 210 modules/imgcodecs/src/grfmt_png.cpp m_type = CV_MAKETYPE(CV_16U, CV_MAT_CN(m_type)); CV_16U 315 modules/imgcodecs/src/grfmt_png.cpp return depth == CV_8U || depth == CV_16U; CV_16U 351 modules/imgcodecs/src/grfmt_png.cpp if( depth != CV_8U && depth != CV_16U ) CV_16U 167 modules/imgcodecs/src/grfmt_pxm.cpp m_type = CV_MAKETYPE(CV_16U, CV_MAT_CN(m_type)); CV_16U 366 modules/imgcodecs/src/grfmt_pxm.cpp return depth == CV_8U || depth == CV_16U; CV_16U 166 modules/imgcodecs/src/grfmt_tiff.cpp m_type = CV_MAKETYPE(CV_16U, photometric > 1 ? wanted_channels : 1); CV_16U 207 modules/imgcodecs/src/grfmt_tiff.cpp if( img.depth() != CV_8U && img.depth() != CV_16U && img.depth() != CV_32F && img.depth() != CV_64F ) CV_16U 489 modules/imgcodecs/src/grfmt_tiff.cpp return depth == CV_8U || depth == CV_16U || depth == CV_32F; CV_16U 491 modules/imgcodecs/src/grfmt_tiff.cpp return depth == CV_8U || depth == CV_16U; CV_16U 531 modules/imgcodecs/src/grfmt_tiff.cpp case CV_16U: CV_16U 694 modules/imgcodecs/src/grfmt_tiff.cpp if (depth != CV_8U && depth != CV_16U) CV_16U 251 modules/imgcodecs/test/test_grfmt.cpp ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_16U, num_channels, ".tiff"); CV_16U 252 modules/imgcodecs/test/test_grfmt.cpp Mat img(img_r * k, img_c * k, CV_MAKETYPE(CV_16U, num_channels), Scalar::all(0)); CV_16U 627 modules/imgcodecs/test/test_grfmt.cpp EXPECT_EQ(CV_16U, img.type()); CV_16U 19 modules/imgproc/perf/perf_histogram.cpp testing::Values(CV_8U, CV_16U, CV_32F) ) CV_16U 23 modules/imgproc/perf/perf_moments.cpp testing::Values(CV_16U, CV_16S, CV_32F, CV_64F), CV_16U 773 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? 2 : CV_16U 774 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_64F ? 3 : CV_16U 874 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAdd)ippiAdd_16u32f_C1IR : CV_16U 881 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddMask)ippiAdd_16u32f_C1IMR : CV_16U 958 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddSquare)ippiAddSquare_16u32f_C1IR : CV_16U 964 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddSquareMask)ippiAddSquare_16u32f_C1IMR : CV_16U 1044 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddProduct)ippiAddProduct_16u32f_C1IR : CV_16U 1050 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddProductMask)ippiAddProduct_16u32f_C1IMR : CV_16U 1132 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddWeighted)ippiAddWeighted_16u32f_C1IR : CV_16U 1138 modules/imgproc/src/accum.cpp sdepth == CV_16U && ddepth == CV_32F ? (ippiAddWeightedMask)ippiAddWeighted_16u32f_C1IMR : CV_16U 6687 modules/imgproc/src/color.cpp if (depth != CV_8U && depth != CV_16U && depth != CV_32F) CV_16U 7343 modules/imgproc/src/color.cpp CV_Assert( depth == CV_8U || depth == CV_16U || depth == CV_32F ); CV_16U 7426 modules/imgproc/src/color.cpp else if( depth == CV_16U ) CV_16U 7620 modules/imgproc/src/color.cpp else if( depth == CV_16U ) CV_16U 7673 modules/imgproc/src/color.cpp else if( depth == CV_16U ) CV_16U 7753 modules/imgproc/src/color.cpp else if( depth == CV_16U ) CV_16U 7821 modules/imgproc/src/color.cpp else if( depth == CV_16U ) CV_16U 7879 modules/imgproc/src/color.cpp else if( depth == CV_16U ) CV_16U 7937 modules/imgproc/src/color.cpp else if( depth == CV_16U ) CV_16U 7958 modules/imgproc/src/color.cpp if( depth == CV_8U || depth == CV_16U ) CV_16U 7989 modules/imgproc/src/color.cpp if( code == CV_RGB2HSV_FULL && scn == 3 && depth == CV_16U ) CV_16U 8076 modules/imgproc/src/color.cpp if( depth == CV_8U || depth == CV_16U ) CV_16U 353 modules/imgproc/src/connectedcomponents.cpp }else if(lDepth == CV_16U){ CV_16U 372 modules/imgproc/src/connectedcomponents.cpp if(ltype == CV_16U){ CV_16U 389 modules/imgproc/src/connectedcomponents.cpp if(ltype == CV_16U){ CV_16U 1622 modules/imgproc/src/demosaicing.cpp CV_Assert(depth == CV_8U || depth == CV_16U); CV_16U 1637 modules/imgproc/src/demosaicing.cpp else if( depth == CV_16U ) CV_16U 1658 modules/imgproc/src/demosaicing.cpp else if( depth == CV_16U ) CV_16U 1681 modules/imgproc/src/demosaicing.cpp else if (depth == CV_16U) CV_16U 3652 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_32F ) CV_16U 3654 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_64F ) CV_16U 3698 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_32F ) CV_16U 3700 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_64F ) CV_16U 3741 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_32F ) CV_16U 3744 modules/imgproc/src/filter.cpp if( ddepth == CV_16U && sdepth == CV_64F ) CV_16U 4478 modules/imgproc/src/filter.cpp if( sdepth == CV_8U && ddepth == CV_16U ) CV_16U 4491 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_16U ) CV_16U 4494 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_32F ) CV_16U 4497 modules/imgproc/src/filter.cpp if( sdepth == CV_16U && ddepth == CV_64F ) CV_16U 1286 modules/imgproc/src/histogram.cpp else if( depth == CV_16U ) CV_16U 1458 modules/imgproc/src/histogram.cpp else if( depth == CV_16U ) CV_16U 1897 modules/imgproc/src/histogram.cpp else if( depth == CV_16U ) CV_16U 2061 modules/imgproc/src/histogram.cpp else if( depth == CV_16U ) CV_16U 87 modules/imgproc/src/imgwarp.cpp case CV_16U: CV_16U 101 modules/imgproc/src/imgwarp.cpp case CV_16U: CV_16U 113 modules/imgproc/src/imgwarp.cpp case CV_16U: CV_16U 3263 modules/imgproc/src/imgwarp.cpp (depth == CV_16U || depth == CV_16S || depth == CV_32F || CV_16U 5387 modules/imgproc/src/imgwarp.cpp Mat _matA(bh, bw, CV_16U, A); CV_16U 5613 modules/imgproc/src/imgwarp.cpp if( ( depth == CV_8U || depth == CV_16U || depth == CV_32F ) && CV_16U 6017 modules/imgproc/src/imgwarp.cpp Mat _matA(bh, bw, CV_16U, A); CV_16U 6122 modules/imgproc/src/imgwarp.cpp if( (depth == CV_8U || depth == CV_16U || depth == CV_32F) && CV_16U 648 modules/imgproc/src/moments.cpp else if( depth == CV_16U ) CV_16U 862 modules/imgproc/src/morph.cpp if( depth == CV_16U ) CV_16U 880 modules/imgproc/src/morph.cpp if( depth == CV_16U ) CV_16U 909 modules/imgproc/src/morph.cpp if( depth == CV_16U ) CV_16U 927 modules/imgproc/src/morph.cpp if( depth == CV_16U ) CV_16U 956 modules/imgproc/src/morph.cpp if( depth == CV_16U ) CV_16U 969 modules/imgproc/src/morph.cpp if( depth == CV_16U ) CV_16U 1009 modules/imgproc/src/morph.cpp CV_Assert( depth == CV_8U || depth == CV_16U || depth == CV_16S || CV_16U 1013 modules/imgproc/src/morph.cpp depth == CV_16U ? (double)USHRT_MAX : CV_16U 1017 modules/imgproc/src/morph.cpp borderValue = Scalar::all( depth == CV_8U || depth == CV_16U ? CV_16U 1234 modules/imgproc/src/pyramids.cpp else if( depth == CV_16U ) CV_16U 1311 modules/imgproc/src/pyramids.cpp else if( depth == CV_16U ) CV_16U 1224 modules/imgproc/src/smooth.cpp if( sdepth == CV_16U && ddepth == CV_32S ) CV_16U 1226 modules/imgproc/src/smooth.cpp if( sdepth == CV_16U && ddepth == CV_64F ) CV_16U 1260 modules/imgproc/src/smooth.cpp if( ddepth == CV_16U && sdepth == CV_32S ) CV_16U 1262 modules/imgproc/src/smooth.cpp if( ddepth == CV_16U && sdepth == CV_64F ) CV_16U 1294 modules/imgproc/src/smooth.cpp sdepth == CV_16U ? (1 << 15) : (1 << 16))) ) CV_16U 1472 modules/imgproc/src/smooth.cpp if( sdepth == CV_16U && ddepth == CV_64F ) CV_16U 1662 modules/imgproc/src/smooth.cpp if ((depth == CV_8U || depth == CV_16U || depth == CV_16S || depth == CV_32F) && (cn == 1 || cn == 3) && CV_16U 2588 modules/imgproc/src/smooth.cpp if ( !((depth == CV_8U || depth == CV_16U || depth == CV_16S || depth == CV_32F) && cn <= 4 && (m == 3 || m == 5)) ) CV_16U 2721 modules/imgproc/src/smooth.cpp else if( src.depth() == CV_16U ) CV_16U 517 modules/imgproc/src/sumpixels.cpp else if( depth == CV_16U && sdepth == CV_64F && sqdepth == CV_64F ) CV_16U 226 modules/imgproc/test/ocl/test_accumulate.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_32F), \ CV_16U 229 modules/imgproc/test/ocl/test_accumulate.cpp std::make_pair<MatDepth, MatDepth>(CV_16U, CV_64F), \ CV_16U 135 modules/imgproc/test/ocl/test_boxfilter.cpp Values(CV_8U, CV_16U, CV_16S, CV_32S, CV_32F), CV_16U 148 modules/imgproc/test/ocl/test_boxfilter.cpp Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F), CV_16U 445 modules/imgproc/test/ocl/test_color.cpp testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32F)), CV_16U 126 modules/imgproc/test/ocl/test_filter2d.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 104 modules/imgproc/test/ocl/test_medianfilter.cpp Values(CV_8U, CV_16U, CV_16S, CV_32F), CV_16U 111 modules/imgproc/test/ocl/test_pyramids.cpp Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F), CV_16U 138 modules/imgproc/test/ocl/test_pyramids.cpp Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F), CV_16U 367 modules/imgproc/test/ocl/test_warp.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 380 modules/imgproc/test/ocl/test_warp.cpp Values(CV_8U, CV_16U, CV_32F), CV_16U 114 modules/imgproc/test/test_color.cpp high = Scalar::all( depth == CV_8U ? 256 : depth == CV_16U ? 65536 : 1. ); CV_16U 129 modules/imgproc/test/test_color.cpp depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : CV_32F; CV_16U 134 modules/imgproc/test/test_color.cpp depth = depth == 0 ? CV_8U : allow_16u ? CV_16U : CV_32F; CV_16U 245 modules/imgproc/test/test_color.cpp case CV_16U: CV_16U 342 modules/imgproc/test/test_color.cpp case CV_16U: CV_16U 465 modules/imgproc/test/test_color.cpp return depth == CV_8U ? 2 : depth == CV_16U ? 16 : 1e-5; CV_16U 472 modules/imgproc/test/test_color.cpp double scale = depth == CV_8U ? 255 : depth == CV_16U ? 65535 : 1; CV_16U 486 modules/imgproc/test/test_color.cpp float scale = depth == CV_8U ? (1.f/255) : depth == CV_16U ? 1.f/65535 : 1.f; CV_16U 525 modules/imgproc/test/test_color.cpp return depth == CV_8U ? 2 : depth == CV_16U ? 32 : 1e-3; CV_16U 532 modules/imgproc/test/test_color.cpp double scale = depth == CV_8U ? 255 : depth == CV_16U ? 65535 : 1; CV_16U 533 modules/imgproc/test/test_color.cpp double bias = depth == CV_8U ? 128 : depth == CV_16U ? 32768 : 0.5; CV_16U 560 modules/imgproc/test/test_color.cpp double bias = depth == CV_8U ? 128 : depth == CV_16U ? 32768 : 0.5; CV_16U 561 modules/imgproc/test/test_color.cpp double scale = depth == CV_8U ? 1./255 : depth == CV_16U ? 1./65535 : 1; CV_16U 632 modules/imgproc/test/test_color.cpp return depth == CV_8U ? (j == 0 ? 4 : 16) : depth == CV_16U ? 32 : 1e-3; CV_16U 640 modules/imgproc/test/test_color.cpp float scale = depth == CV_8U ? 255.f : depth == CV_16U ? 65535.f : 1.f; CV_16U 679 modules/imgproc/test/test_color.cpp float scale = depth == CV_8U ? 1.f/255 : depth == CV_16U ? 1.f/65535 : 1; CV_16U 757 modules/imgproc/test/test_color.cpp return depth == CV_8U ? (j == 0 ? 4 : 16) : depth == CV_16U ? 32 : 1e-4; CV_16U 765 modules/imgproc/test/test_color.cpp float scale = depth == CV_8U ? 255.f : depth == CV_16U ? 65535.f : 1.f; CV_16U 806 modules/imgproc/test/test_color.cpp float scale = depth == CV_8U ? 1.f/255 : depth == CV_16U ? 1.f/65535 : 1; CV_16U 922 modules/imgproc/test/test_color.cpp return depth == CV_8U ? (j == 0 ? 2 : 8) : depth == CV_16U ? (j == 0 ? 64 : 128) : 1e-1; CV_16U 929 modules/imgproc/test/test_color.cpp double scale = depth == CV_8U ? 255 : depth == CV_16U ? 65535 : 1; CV_16U 954 modules/imgproc/test/test_color.cpp double scale = depth == CV_8U ? 1./255 : depth == CV_16U ? 1./65535 : 1; CV_16U 1009 modules/imgproc/test/test_color.cpp return depth == CV_8U ? 16 : depth == CV_16U ? 32 : 1e-3; CV_16U 1020 modules/imgproc/test/test_color.cpp float Lscale = depth == CV_8U ? 255.f/100.f : depth == CV_16U ? 65535.f/100.f : 1.f; CV_16U 1021 modules/imgproc/test/test_color.cpp float ab_bias = depth == CV_8U ? 128.f : depth == CV_16U ? 32768.f : 0.f; CV_16U 1065 modules/imgproc/test/test_color.cpp float Lscale = depth == CV_8U ? 100.f/255.f : depth == CV_16U ? 100.f/65535.f : 1.f; CV_16U 1066 modules/imgproc/test/test_color.cpp float ab_bias = depth == CV_8U ? 128.f : depth == CV_16U ? 32768.f : 0.f; CV_16U 1150 modules/imgproc/test/test_color.cpp return depth == CV_8U ? 48 : depth == CV_16U ? 32 : 5e-2; CV_16U 1157 modules/imgproc/test/test_color.cpp float Lscale = depth == CV_8U ? 255.f/100.f : depth == CV_16U ? 65535.f/100.f : 1.f; CV_16U 1211 modules/imgproc/test/test_color.cpp float Lscale = depth == CV_8U ? 100.f/255.f : depth == CV_16U ? 100.f/65535.f : 1.f; CV_16U 1386 modules/imgproc/test/test_color.cpp case CV_16U: CV_16U 1484 modules/imgproc/test/test_color.cpp case CV_16U: CV_16U 1669 modules/imgproc/test/test_color.cpp else if( depth == CV_16U ) CV_16U 2124 modules/imgproc/test/test_color.cpp calculateBayerPattern<unsigned short int, CV_16U>(src, bayer, types[i]); CV_16U 2136 modules/imgproc/test/test_color.cpp reference.convertTo(tmp, CV_16U); CV_16U 113 modules/imgproc/test/test_filter.cpp else if( CV_MAT_DEPTH(type) == CV_16U ) CV_16U 199 modules/imgproc/test/test_filter.cpp depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : depth == 2 ? CV_16S : CV_32F; CV_16U 409 modules/imgproc/test/test_filter.cpp depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : CV_32F; CV_16U 688 modules/imgproc/test/test_filter.cpp depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : depth == 2 ? CV_16S : CV_32F; CV_16U 1058 modules/imgproc/test/test_filter.cpp const int depthes[] = {CV_8U, CV_16S, CV_16U, CV_32F}; CV_16U 1800 modules/imgproc/test/test_filter.cpp {CV_8U, CV_16U}, CV_16U 1804 modules/imgproc/test/test_filter.cpp {CV_16U, CV_16U}, CV_16U 1805 modules/imgproc/test/test_filter.cpp {CV_16U, CV_32F}, CV_16U 1806 modules/imgproc/test/test_filter.cpp {CV_16U, CV_64F}, CV_16U 105 modules/imgproc/test/test_imgwarp.cpp depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : CV_32F; CV_16U 128 modules/imgproc/test/test_imgwarp.cpp double scale = depth == CV_16U ? 1000. : 255.*0.5; CV_16U 270 modules/imgproc/test/test_imgwarp.cpp return depth == CV_8U ? 16 : depth == CV_16U ? 1024 : 1e-1; CV_16U 417 modules/imgproc/test/test_imgwarp.cpp case CV_16U: CV_16U 502 modules/imgproc/test/test_imgwarp.cpp return depth == CV_8U ? 16 : depth == CV_16U ? 1024 : 5e-2; CV_16U 613 modules/imgproc/test/test_imgwarp.cpp return depth == CV_8U ? 16 : depth == CV_16U ? 1024 : 5e-2; CV_16U 747 modules/imgproc/test/test_imgwarp.cpp return depth == CV_8U ? 16 : depth == CV_16U ? 1024 : 5e-2; CV_16U 880 modules/imgproc/test/test_imgwarp.cpp return depth == CV_8U ? 16 : depth == CV_16U ? 1024 : 5e-2; CV_16U 1620 modules/imgproc/test/test_imgwarp.cpp else if (depth == CV_16U) CV_16U 91 modules/imgproc/test/test_moments.cpp if( depth == CV_16U ) CV_16U 115 modules/imgproc/test/test_moments.cpp depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : depth == 2 ? CV_16S : CV_32F; CV_16U 224 modules/imgproc/test/test_moments.cpp else if( depth == CV_16U ) CV_16U 270 modules/imgproc/test/test_moments.cpp else if( depth == CV_16U ) CV_16U 116 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java gray_16u_256 = new Mat(matSize, matSize, CvType.CV_16U, new Scalar(256)); CV_16U 1782 modules/java/generator/src/cpp/Mat.cpp case CV_16U: PUT_ITEM(ushort, row, c); break; CV_16U 1796 modules/java/generator/src/cpp/Mat.cpp case CV_16U: PUT_ITEM(ushort, r, c); break; CV_16U 1889 modules/java/generator/src/cpp/Mat.cpp if(me->depth() != CV_16U && me->depth() != CV_16S) return 0; // incompatible type CV_16U 2032 modules/java/generator/src/cpp/Mat.cpp if(me->depth() != CV_16U && me->depth() != CV_16S) return 0; // incompatible type CV_16U 2149 modules/java/generator/src/cpp/Mat.cpp case CV_16U: for(i=0; i<me->channels(); i++) buff[i] = *((unsigned short*)me->ptr(row, col) + i); break; CV_16U 146 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java gray_16u_256 = new Mat(matSize, matSize, CvType.CV_16U, new Scalar(256)); CV_16U 152 modules/photo/src/denoising.cpp case CV_16U: CV_16U 358 modules/photo/src/denoising.cpp case CV_16U: CV_16U 92 modules/photo/src/fast_nlmeans_denoising_opencl.hpp (normType != NORM_L1 || (depth != CV_8U && depth != CV_16U)))) CV_16U 137 modules/photo/src/fast_nlmeans_denoising_opencl.hpp (depth == CV_16U && CV_16U 171 modules/python/src2/cv2.cpp depth == CV_16U ? NPY_USHORT : depth == CV_16S ? NPY_SHORT : CV_16U 272 modules/python/src2/cv2.cpp typenum == NPY_USHORT ? CV_16U : CV_16U 1340 modules/python/src2/cv2.cpp PUBLISH(CV_16U); CV_16U 220 modules/ts/include/opencv2/ts/cuda_test.hpp #define ALL_DEPTH testing::Values(MatDepth(CV_8U), MatDepth(CV_8S), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32S), MatDepth(CV_32F), MatDepth(CV_64F)) CV_16U 223 modules/ts/include/opencv2/ts/cuda_test.hpp std::make_pair(MatDepth(CV_8U), MatDepth(CV_16U)), \ CV_16U 229 modules/ts/include/opencv2/ts/cuda_test.hpp std::make_pair(MatDepth(CV_16U), MatDepth(CV_16U)), \ CV_16U 230 modules/ts/include/opencv2/ts/cuda_test.hpp std::make_pair(MatDepth(CV_16U), MatDepth(CV_32S)), \ CV_16U 231 modules/ts/include/opencv2/ts/cuda_test.hpp std::make_pair(MatDepth(CV_16U), MatDepth(CV_32F)), \ CV_16U 232 modules/ts/include/opencv2/ts/cuda_test.hpp std::make_pair(MatDepth(CV_16U), MatDepth(CV_64F)), \ CV_16U 356 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_ALL_DEPTHS Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F) CV_16U 155 modules/ts/include/opencv2/ts/ts_perf.hpp CV_ENUM(MatDepth, CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F, CV_USRTYPE1) CV_16U 71 modules/ts/src/ocl_perf.cpp else if (dst.depth() == CV_16U) CV_16U 91 modules/ts/src/ts_func.cpp double val = depth == CV_8U ? 0 : depth == CV_8S ? SCHAR_MIN : depth == CV_16U ? 0 : CV_16U 101 modules/ts/src/ts_func.cpp double val = depth == CV_8U ? UCHAR_MAX : depth == CV_8S ? SCHAR_MAX : depth == CV_16U ? USHRT_MAX : CV_16U 259 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 317 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 571 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 676 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 733 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 810 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1071 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1296 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1378 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1443 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1659 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1706 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1838 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 1927 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 2004 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 2346 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 2403 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 2471 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 2543 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 2628 modules/ts/src/ts_func.cpp case CV_16U: CV_16U 2860 modules/ts/src/ts_func.cpp else if(depth == CV_16U) CV_16U 306 modules/ts/src/ts_perf.cpp case CV_16U: return *(m.ptr<unsigned short>(y, x) + cn); CV_16U 1025 modules/ts/src/ts_perf.cpp else if (depth == CV_16U) CV_16U 1895 modules/ts/src/ts_perf.cpp case CV_16U: *os << "16U"; break;