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

1 2 3 4 5 6

  /external/opencv3/modules/cudaarithm/src/cuda/
bitwise_scalar.cu 137 {BitScalar<ushort, bitScalarOp<bit_and, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiAndC_16u_C3R>::call, NppBitwiseC<CV_16U, 4, nppiAndC_16u_C4R>::call},
138 {BitScalar<ushort, bitScalarOp<bit_and, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiAndC_16u_C3R>::call, NppBitwiseC<CV_16U, 4, nppiAndC_16u_C4R>::call},
145 {BitScalar<ushort, bitScalarOp<bit_or, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiOrC_16u_C3R>::call, NppBitwiseC<CV_16U, 4, nppiOrC_16u_C4R>::call},
146 {BitScalar<ushort, bitScalarOp<bit_or, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiOrC_16u_C3R>::call, NppBitwiseC<CV_16U, 4, nppiOrC_16u_C4R>::call},
153 {BitScalar<ushort, bitScalarOp<bit_xor, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiXorC_16u_C3R>::call, NppBitwiseC<CV_16U, 4, nppiXorC_16u_C4R>::call}
    [all...]
  /external/opencv3/modules/core/misc/java/src/java/
core+CvType.java 8 CV_16U = 2, CV_16S = 3,
47 return makeType(CV_16U, ch);
83 case CV_16U:
106 case CV_16U:
107 s = "CV_16U";
  /external/opencv3/modules/core/perf/
perf_convertTo.cpp 16 testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
17 testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
  /external/opencv3/modules/core/perf/cuda/
perf_gpumat.cpp 59 Values(CV_8U, CV_16U, CV_32F, CV_64F),
91 Values(CV_8U, CV_16U, CV_32F, CV_64F),
128 Values(CV_8U, CV_16U, CV_32F, CV_64F),
166 Values(CV_8U, CV_16U, CV_32F, CV_64F),
167 Values(CV_8U, CV_16U, CV_32F, CV_64F)))
  /external/opencv3/modules/cudaarithm/src/
core.cpp 74 template<> struct NppTypeTraits<CV_16U> { typedef Npp16u npp_t; };
116 {NppMirror<CV_16U, nppiMirror_16u_C1R>::call, 0, NppMirror<CV_16U, nppiMirror_16u_C3R>::call, NppMirror<CV_16U, nppiMirror_16u_C4R>::call},
124 CV_Assert(src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S || src.depth() == CV_32F);
  /external/opencv3/modules/cudawarping/src/
warp.cpp 256 {NppWarp<CV_16U, nppiWarpAffine_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpAffine_16u_C3R>::call, NppWarp<CV_16U, nppiWarpAffine_16u_C4R>::call},
264 {NppWarp<CV_16U, nppiWarpAffineBack_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpAffineBack_16u_C3R>::call, NppWarp<CV_16U, nppiWarpAffineBack_16u_C4R>::call},
395 {NppWarp<CV_16U, nppiWarpPerspective_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpPerspective_16u_C3R>::call, NppWarp<CV_16U, nppiWarpPerspective_16u_C4R>::call},
403 {NppWarp<CV_16U, nppiWarpPerspectiveBack_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpPerspectiveBack_16u_C3R>::call (…)
    [all...]
  /external/opencv3/modules/imgproc/perf/
perf_moments.cpp 23 testing::Values(CV_16U, CV_16S, CV_32F, CV_64F),
  /external/opencv3/modules/ts/src/
ocl_perf.cpp 71 else if (dst.depth() == CV_16U)
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 103 #define CV_16U 2
128 #define CV_16UC1 CV_MAKETYPE(CV_16U,1)
129 #define CV_16UC2 CV_MAKETYPE(CV_16U,2)
130 #define CV_16UC3 CV_MAKETYPE(CV_16U,3)
131 #define CV_16UC4 CV_MAKETYPE(CV_16U,4)
132 #define CV_16UC(n) CV_MAKETYPE(CV_16U,(n))
traits.hpp 189 depth = CV_16U,
292 template<> class TypeDepth<CV_16U>
294 enum { depth = CV_16U };
ippasync.hpp 73 depth == CV_16U ? HPP_DATA_TYPE_16U :
86 hppType == HPP_DATA_TYPE_16U ? CV_16U :
98 input matrix. Supports CV_8U, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F.
135 Supports CV_8U, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F.
156 Supports CV_8U, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F.
  /external/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 56 Values(CV_8U, CV_16U, CV_32S, CV_32F),
133 Values(CV_8U, CV_16U, CV_32F),
169 Values(CV_8U, CV_16U, CV_32F),
201 Values<MatDepth>(CV_8U, CV_16U, CV_32F),
233 Values(CV_8U, CV_16U, CV_32F, CV_64F)))
270 Values(CV_8U, CV_16U, CV_32F, CV_64F)))
309 Values(CV_8U, CV_16U, CV_32F, CV_64F)))
348 Values(CV_8U, CV_16U, CV_16S, CV_32F),
390 Values(CV_8U, CV_16U, CV_32F, CV_64F),
perf_element_operations.cpp 49 #define ARITHM_MAT_DEPTH Values(CV_8U, CV_16U, CV_32F, CV_64F)
713 Values(CV_8U, CV_16U, CV_32S)))
745 Values(CV_8U, CV_16U, CV_32S)))
781 Values(CV_8U, CV_16U, CV_32S),
821 Values(CV_8U, CV_16U, CV_32S)))
857 Values(CV_8U, CV_16U, CV_32S),
897 Values(CV_8U, CV_16U, CV_32S)))
933 Values(CV_8U, CV_16U, CV_32S),
973 Values(CV_8U, CV_16U, CV_32S),
1007 Values(CV_8U, CV_16U, CV_32S)
    [all...]
perf_core.cpp 49 #define ARITHM_MAT_DEPTH Values(CV_8U, CV_16U, CV_32F, CV_64F)
176 Values(CV_8U, CV_16U, CV_32F),
290 Values(CV_8U, CV_16U, CV_32F),
  /external/opencv3/modules/cudawarping/perf/
perf_warping.cpp 96 Values(CV_8U, CV_16U, CV_32F),
148 Values(CV_8U, CV_16U, CV_32F),
192 Values(CV_8U, CV_16U, CV_32F),
235 Values(CV_8U, CV_16U, CV_32F),
285 Values(CV_8U, CV_16U, CV_32F),
335 Values(CV_8U, CV_16U, CV_32F),
369 Values(CV_8U, CV_16U, CV_32F),
405 Values(CV_8U, CV_16U, CV_32F),
  /external/opencv3/modules/imgproc/test/ocl/
test_boxfilter.cpp 135 Values(CV_8U, CV_16U, CV_16S, CV_32S, CV_32F),
148 Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
test_pyramids.cpp 111 Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
138 Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
test_medianfilter.cpp 104 Values(CV_8U, CV_16U, CV_16S, CV_32F),
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp 845 if (depth == CV_16U)
861 if (depth == CV_16U)
877 if (depth == CV_16U)
901 if (depth == CV_16U)
926 if (depth == CV_16U)
942 if (depth == CV_16U)
958 if (depth == CV_16U)
982 if (depth == CV_16U)
1007 if (depth == CV_16U)
1024 if (depth == CV_16U)
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 220 #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))
223 std::make_pair(MatDepth(CV_8U), MatDepth(CV_16U)), \
229 std::make_pair(MatDepth(CV_16U), MatDepth(CV_16U)), \
230 std::make_pair(MatDepth(CV_16U), MatDepth(CV_32S)), \
231 std::make_pair(MatDepth(CV_16U), MatDepth(CV_32F)), \
232 std::make_pair(MatDepth(CV_16U), MatDepth(CV_64F)), \
  /external/opencv3/modules/imgproc/test/
test_color.cpp 114 high = Scalar::all( depth == CV_8U ? 256 : depth == CV_16U ? 65536 : 1. );
129 depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : CV_32F;
134 depth = depth == 0 ? CV_8U : allow_16u ? CV_16U : CV_32F;
245 case CV_16U:
342 case CV_16U:
465 return depth == CV_8U ? 2 : depth == CV_16U ? 16 : 1e-5;
472 double scale = depth == CV_8U ? 255 : depth == CV_16U ? 65535 : 1;
486 float scale = depth == CV_8U ? (1.f/255) : depth == CV_16U ? 1.f/65535 : 1.f;
525 return depth == CV_8U ? 2 : depth == CV_16U ? 32 : 1e-3;
532 double scale = depth == CV_8U ? 255 : depth == CV_16U ? 65535 : 1
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.cpp 186 if( gdalType == GDT_Byte && (cvDepth == CV_16U || cvDepth == CV_16S)){
202 ( cvDepth == CV_16U || cvDepth == CV_16S )){
229 else if( image.depth() == CV_16U ){ image.at<unsigned short>(row,col) = newValue; }
240 else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue); }
263 else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col)[channel] = newValue; }
275 else if( image.depth() == CV_16U && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; }
grfmt_tiff.cpp 166 m_type = CV_MAKETYPE(CV_16U, photometric > 1 ? wanted_channels : 1);
207 if( img.depth() != CV_8U && img.depth() != CV_16U && img.depth() != CV_32F && img.depth() != CV_64F )
489 return depth == CV_8U || depth == CV_16U || depth == CV_32F;
491 return depth == CV_8U || depth == CV_16U;
531 case CV_16U:
694 if (depth != CV_8U && depth != CV_16U)
  /external/opencv3/modules/cudaimgproc/perf/
perf_histogram.cpp 54 Values(CV_8U, CV_16U, CV_16S)))
92 Values(CV_8U, CV_16U, CV_16S)))
  /external/opencv3/modules/core/test/
test_countnonzero.cpp 95 case CV_16U: { src.at<ushort>(i, j) = cv::randu<ushort>(); break; }
118 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; }
154 else if (current_type == CV_16U) result += (src.at<ushort>(i, j) > 0);
172 case 2: {cout << "CV_16U"; break;}

Completed in 652 milliseconds

1 2 3 4 5 6