Home
last modified time | relevance | path

Searched refs:CV_16U (Results 1 – 25 of 129) sorted by relevance

123456

/external/opencv3/modules/cudaarithm/src/cuda/
Dbitwise_scalar.cu137 …calarOp<bit_and, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiAndC_16u_C3R>::call, NppBitwiseC<C… in bitScalar()
138 …calarOp<bit_and, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiAndC_16u_C3R>::call, NppBitwiseC<C… in bitScalar()
145 …tScalarOp<bit_or, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiOrC_16u_C3R>::call, NppBitwiseC<C… in bitScalar()
146 …tScalarOp<bit_or, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiOrC_16u_C3R>::call, NppBitwiseC<C… in bitScalar()
153 …calarOp<bit_xor, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiXorC_16u_C3R>::call, NppBitwiseC<C… in bitScalar()
154 …calarOp<bit_xor, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiXorC_16u_C3R>::call, NppBitwiseC<C… in bitScalar()
/external/opencv3/modules/cudaimgproc/test/
Dtest_color.cpp845 if (depth == CV_16U) in CUDA_TEST_P()
861 if (depth == CV_16U) in CUDA_TEST_P()
877 if (depth == CV_16U) in CUDA_TEST_P()
901 if (depth == CV_16U) in CUDA_TEST_P()
926 if (depth == CV_16U) in CUDA_TEST_P()
942 if (depth == CV_16U) in CUDA_TEST_P()
958 if (depth == CV_16U) in CUDA_TEST_P()
982 if (depth == CV_16U) in CUDA_TEST_P()
1007 if (depth == CV_16U) in CUDA_TEST_P()
1024 if (depth == CV_16U) in CUDA_TEST_P()
[all …]
/external/opencv3/modules/cudawarping/src/
Dwarp.cpp256 …{NppWarp<CV_16U, nppiWarpAffine_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpAffine_16u_C3R>::call, … in warpAffine()
264 …{NppWarp<CV_16U, nppiWarpAffineBack_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpAffineBack_16u_C3R>… in warpAffine()
395 …{NppWarp<CV_16U, nppiWarpPerspective_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpPerspective_16u_C3… in warpPerspective()
403 …{NppWarp<CV_16U, nppiWarpPerspectiveBack_16u_C1R>::call, 0, NppWarp<CV_16U, nppiWarpPerspectiveBac… in warpPerspective()
514 …{NppRotate<CV_16U, nppiRotate_16u_C1R>::call, 0, NppRotate<CV_16U, nppiRotate_16u_C3R>::call, NppR… in rotate()
522 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in rotate()
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h103 #define CV_16U 2 macro
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))
Dtraits.hpp189 depth = CV_16U,
292 template<> class TypeDepth<CV_16U>
294 enum { depth = CV_16U };
Dippasync.hpp73 depth == CV_16U ? HPP_DATA_TYPE_16U : in toHppType()
86 hppType == HPP_DATA_TYPE_16U ? CV_16U : in toCvType()
/external/opencv3/modules/core/perf/cuda/
Dperf_gpumat.cpp59 Values(CV_8U, CV_16U, CV_32F, CV_64F), in PERF_TEST_P() argument
91 Values(CV_8U, CV_16U, CV_32F, CV_64F), in PERF_TEST_P() argument
128 Values(CV_8U, CV_16U, CV_32F, CV_64F), in PERF_TEST_P() argument
166 Values(CV_8U, CV_16U, CV_32F, CV_64F), in PERF_TEST_P() argument
167 Values(CV_8U, CV_16U, CV_32F, CV_64F))) in PERF_TEST_P()
/external/opencv3/modules/cudaarithm/src/
Dcore.cpp74 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, NppM… in flip()
124 …CV_Assert(src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S || src.depth() ==… in flip()
Delement_operations.cpp392 …{NppShift<CV_16U, 1, nppiRShiftC_16u_C1R>::call, 0, NppShift<CV_16U, 3, nppiRShiftC_16u_C3R>::call… in rshift()
416 …{NppShift<CV_16U, 1, nppiLShiftC_16u_C1R>::call, 0, NppShift<CV_16U, 3, nppiLShiftC_16u_C3R>::call… in lshift()
423 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S ); in lshift()
/external/opencv3/modules/core/misc/java/src/java/
Dcore+CvType.java8 CV_16U = 2, CV_16S = 3, field in CvType
47 return makeType(CV_16U, ch); in CV_16UC()
83 case CV_16U: in ELEM_SIZE()
106 case CV_16U: in typeToString()
/external/opencv3/modules/cudaarithm/perf/
Dperf_reductions.cpp56 Values(CV_8U, CV_16U, CV_32S, CV_32F), in PERF_TEST_P() argument
133 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
169 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
201 Values<MatDepth>(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
233 Values(CV_8U, CV_16U, CV_32F, CV_64F))) in PERF_TEST_P() argument
270 Values(CV_8U, CV_16U, CV_32F, CV_64F))) in PERF_TEST_P() argument
309 Values(CV_8U, CV_16U, CV_32F, CV_64F))) in PERF_TEST_P() argument
348 Values(CV_8U, CV_16U, CV_16S, CV_32F),
390 Values(CV_8U, CV_16U, CV_32F, CV_64F), in PERF_TEST_P() argument
Dperf_element_operations.cpp49 #define ARITHM_MAT_DEPTH Values(CV_8U, CV_16U, CV_32F, CV_64F)
713 Values(CV_8U, CV_16U, CV_32S))) in PERF_TEST_P() argument
745 Values(CV_8U, CV_16U, CV_32S))) in PERF_TEST_P() argument
781 Values(CV_8U, CV_16U, CV_32S), in PERF_TEST_P() argument
821 Values(CV_8U, CV_16U, CV_32S))) in PERF_TEST_P() argument
857 Values(CV_8U, CV_16U, CV_32S), in PERF_TEST_P() argument
897 Values(CV_8U, CV_16U, CV_32S))) in PERF_TEST_P() argument
933 Values(CV_8U, CV_16U, CV_32S), in PERF_TEST_P() argument
973 Values(CV_8U, CV_16U, CV_32S), in PERF_TEST_P() argument
1007 Values(CV_8U, CV_16U, CV_32S), in PERF_TEST_P() argument
[all …]
Dperf_core.cpp49 #define ARITHM_MAT_DEPTH Values(CV_8U, CV_16U, CV_32F, CV_64F)
176 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
290 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp96 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
148 Values(CV_8U, CV_16U, CV_32F),
192 Values(CV_8U, CV_16U, CV_32F),
235 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
285 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
335 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
369 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
405 Values(CV_8U, CV_16U, CV_32F), in PERF_TEST_P() argument
/external/opencv3/modules/imgproc/test/
Dtest_color.cpp114 high = Scalar::all( depth == CV_8U ? 256 : depth == CV_16U ? 65536 : 1. ); in get_minmax_bounds()
129 depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : CV_32F; in get_test_array_types_and_sizes()
134 depth = depth == 0 ? CV_8U : allow_16u ? CV_16U : CV_32F; in get_test_array_types_and_sizes()
245 case CV_16U: in convert_forward()
342 case CV_16U: in convert_backward()
465 return depth == CV_8U ? 2 : depth == CV_16U ? 16 : 1e-5; in get_success_error_level()
472 double scale = depth == CV_8U ? 255 : depth == CV_16U ? 65535 : 1; in convert_row_bgr2abc_32f_c3()
486 float scale = depth == CV_8U ? (1.f/255) : depth == CV_16U ? 1.f/65535 : 1.f; in convert_row_abc2bgr_32f_c3()
525 return depth == CV_8U ? 2 : depth == CV_16U ? 32 : 1e-3; in get_success_error_level()
532 double scale = depth == CV_8U ? 255 : depth == CV_16U ? 65535 : 1; in convert_row_bgr2abc_32f_c3()
[all …]
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp220 …#define ALL_DEPTH testing::Values(MatDepth(CV_8U), MatDepth(CV_8S), MatDepth(CV_16U), MatDepth(CV_…
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/imgcodecs/src/
Dgrfmt_gdal.cpp186 if( gdalType == GDT_Byte && (cvDepth == CV_16U || cvDepth == CV_16S)){ in range_cast()
202 ( cvDepth == CV_16U || cvDepth == CV_16S )){ in range_cast()
229 else if( image.depth() == CV_16U ){ image.at<unsigned short>(row,col) = newValue; } in write_pixel()
240 …else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue);… in write_pixel()
263 else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col)[channel] = newValue; } in write_pixel()
275 …else if( image.depth() == CV_16U && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; … in write_pixel()
Dgrfmt_tiff.cpp166 m_type = CV_MAKETYPE(CV_16U, photometric > 1 ? wanted_channels : 1); in readHeader()
207 …if( img.depth() != CV_8U && img.depth() != CV_16U && img.depth() != CV_32F && img.depth() != CV_64… in readData()
489 return depth == CV_8U || depth == CV_16U || depth == CV_32F; in isFormatSupported()
491 return depth == CV_8U || depth == CV_16U; in isFormatSupported()
531 case CV_16U: in writeLibTiff()
694 if (depth != CV_8U && depth != CV_16U) in write()
Dgrfmt_png.cpp210 m_type = CV_MAKETYPE(CV_16U, CV_MAT_CN(m_type)); in readHeader()
315 return depth == CV_8U || depth == CV_16U; in isFormatSupported()
351 if( depth != CV_8U && depth != CV_16U ) in write()
/external/opencv3/modules/core/perf/
Dperf_convertTo.cpp16 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/imgproc/test/ocl/
Dtest_pyramids.cpp111 Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
138 Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
Dtest_boxfilter.cpp135 Values(CV_8U, CV_16U, CV_16S, CV_32S, CV_32F),
148 Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
/external/opencv3/modules/cudaimgproc/src/
Dcolor.cpp91 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in BGR_to_RGB()
107 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in BGR_to_BGRA()
123 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in BGR_to_RGBA()
139 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in BGRA_to_BGR()
155 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in BGRA_to_RGB()
171 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in BGRA_to_RGBA()
395 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in GRAY_to_BGR()
411 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in GRAY_to_BGRA()
479 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in RGB_to_GRAY()
495 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F ); in BGR_to_GRAY()
[all …]
/external/opencv/cxcore/src/
Dcxtables.cpp52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
/external/opencv3/modules/core/test/
Dtest_countnonzero.cpp95 case CV_16U: { src.at<ushort>(i, j) = cv::randu<ushort>(); break; } in generate_src_data()
118 …case CV_16U: { if (!src.at<ushort>(i, j)) {src.at<ushort>(i, j) = cv::randu<ushort>(); n += (src.a… in generate_src_data()
154 else if (current_type == CV_16U) result += (src.at<ushort>(i, j) > 0); in get_count_non_zero()

123456