Searched refs:CV_8U (Results 1 - 25 of 336) sorted by relevance

1234567891011>>

/external/opencv3/modules/core/test/
H A Dtest_concatenation.cpp82 mat0x5 = Mat::ones(0,5, CV_8U);
83 mat10x5 = Mat::ones(10,5, CV_8U);
84 mat20x5 = Mat::ones(20,5, CV_8U);
86 mat5x0 = Mat::ones(5,0, CV_8U);
87 mat5x10 = Mat::ones(5,10, CV_8U);
88 mat5x20 = Mat::ones(5,20, CV_8U);
/external/opencv3/modules/imgproc/test/ocl/
H A Dtest_color.cpp198 OCL_TEST_P(CvtColor8u32f, HSV2RGB) { performTest(3, 3, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); }
199 OCL_TEST_P(CvtColor8u32f, HSV2BGR) { performTest(3, 3, CVTCODE(HSV2BGR), depth == CV_8U ? 1 : 4e-1); }
200 OCL_TEST_P(CvtColor8u32f, HSV2RGBA) { performTest(3, 4, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); }
201 OCL_TEST_P(CvtColor8u32f, HSV2BGRA) { performTest(3, 4, CVTCODE(HSV2BGR), depth == CV_8U ? 1 : 4e-1); }
203 OCL_TEST_P(CvtColor8u32f, HSV2RGB_FULL) { performTest(3, 3, CVTCODE(HSV2RGB_FULL), depth == CV_8U ? 1 : 4e-1); }
204 OCL_TEST_P(CvtColor8u32f, HSV2BGR_FULL) { performTest(3, 3, CVTCODE(HSV2BGR_FULL), depth == CV_8U ? 1 : 4e-1); }
205 OCL_TEST_P(CvtColor8u32f, HSV2RGBA_FULL) { performTest(3, 4, CVTCODE(HSV2BGR_FULL), depth == CV_8U ? 1 : 4e-1); }
206 OCL_TEST_P(CvtColor8u32f, HSV2BGRA_FULL) { performTest(3, 4, CVTCODE(HSV2BGR_FULL), depth == CV_8U ? 1 : 4e-1); }
211 #define IPP_EPS depth == CV_8U ? 2 : 1e-3
213 #define IPP_EPS depth == CV_8U
[all...]
H A Dtest_boxfilter.cpp124 int ddepth = depth == CV_8U ? CV_32S : CV_64F;
135 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/stitching/test/
H A Dtest_blenders.cpp57 Mat mask1(image1s.size(), CV_8U);
61 Mat mask2(image2s.size(), CV_8U);
73 Mat result; result_s.convertTo(result, CV_8U);
/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+CvType.java7 CV_8U = 0, CV_8S = 1, field in class:CvType
39 return makeType(CV_8U, ch);
80 case CV_8U:
100 case CV_8U:
101 s = "CV_8U";
/external/opencv3/modules/cudaimgproc/test/
H A Dtest_blend.cpp101 cv::Mat img1 = randomMat(size, type, 0.0, depth == CV_8U ? 255.0 : 1.0);
102 cv::Mat img2 = randomMat(size, type, 0.0, depth == CV_8U ? 255.0 : 1.0);
110 if (depth == CV_8U)
115 EXPECT_MAT_NEAR(result_gold, result, CV_MAT_DEPTH(type) == CV_8U ? 1.0 : 1e-5);
/external/opencv3/modules/core/perf/
H A 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),
H A Dperf_merge.cpp16 testing::Values(CV_8U, CV_16S, CV_32S, CV_32F, CV_64F),
H A Dperf_minmaxloc.cpp22 if (matType == CV_8U)
H A Dperf_split.cpp16 testing::Values(CV_8U, CV_16S, CV_32F, CV_64F),
/external/opencv3/modules/core/perf/cuda/
H A Dperf_gpumat.cpp59 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/
H A Dcore.cpp72 template<> struct NppTypeTraits<CV_8U> { typedef Npp8u npp_t; };
114 {NppMirror<CV_8U, nppiMirror_8u_C1R>::call, 0, NppMirror<CV_8U, nppiMirror_8u_C3R>::call, NppMirror<CV_8U, nppiMirror_8u_C4R>::call},
124 CV_Assert(src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S || src.depth() == CV_32F);
/external/opencv3/modules/cudaimgproc/src/
H A Dcolor.cpp91 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F );
107 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F );
123 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F );
139 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F );
155 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F );
171 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32F );
184 CV_Assert( src.depth() == CV_8U );
197 CV_Assert( src.depth() == CV_8U );
210 CV_Assert( src.depth() == CV_8U );
223 CV_Assert( src.depth() == CV_8U );
[all...]
/external/opencv3/modules/photo/src/
H A Dfast_nlmeans_denoising_opencl.hpp91 if (cn < 1 || cn > 4 || ((normType != NORM_L2 || depth != CV_8U) &&
92 (normType != NORM_L1 || (depth != CV_8U && depth != CV_16U))))
112 depth == CV_8U ? ocl::typeToStr(CV_32SC(hn)) :
114 depth == CV_8U ? ocl::convertTypeStr(CV_32S, CV_32S, hn, buf[0]) :
116 depth == CV_8U ? ocl::typeToStr(CV_32SC(cn)) :
118 depth == CV_8U ? ocl::convertTypeStr(depth, CV_32S, cn, buf[1]) :
123 (depth == CV_8U ? sizeof(uchar) : sizeof(ushort)) * (cn == 3 ? 4 : cn),
132 if ((depth == CV_8U &&
197 UMat l(src.size(), CV_8U);
202 l_ab_denoised[0].create(src.size(), CV_8U);
[all...]
/external/opencv3/modules/imgproc/test/
H A Dtest_thresh.cpp80 depth = depth == 0 ? CV_8U : depth == 1 ? CV_16S : CV_32F;
85 if( depth == CV_8U )
131 if( depth == CV_8U )
147 assert( depth == CV_8U || depth == CV_16S || depth == CV_32F );
154 if( depth == CV_8U )
180 if( depth == CV_8U )
206 if( depth == CV_8U )
241 if( depth == CV_8U )
276 if( depth == CV_8U )
/external/opencv3/modules/cudaarithm/perf/
H A Dperf_reductions.cpp56 Values(CV_8U, CV_16U, CV_32S, CV_32F),
64 if (depth == CV_8U)
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)))
239 if (depth == CV_8U)
270 Values(CV_8U, CV_16U, CV_32F, CV_64F)))
276 if (depth == CV_8U)
309 Values(CV_8U, CV_16
[all...]
/external/opencv3/modules/imgproc/perf/
H A Dperf_distanceTransform.cpp35 CV_ENUM(DstType, CV_8U, CV_32F)
57 Mat src(srcSize, CV_8U);
86 Mat src(srcSize, CV_8U);
H A Dperf_sepfilters.cpp47 Mat src(size, CV_8U);
72 Mat src(size.height + 10, size.width + 10, CV_8U);
100 Mat src(size, CV_8U);
125 Mat src(size.height + 10, size.width + 10, CV_8U);
155 Mat src(size, CV_8U);
180 Mat src(size.height + 10, size.width + 10, CV_8U);
208 Mat src(size, CV_8U);
233 Mat src(size.height + 10, size.width + 10, CV_8U);
/external/opencv3/modules/core/include/opencv2/core/
H A Dtraits.hpp76 enum { channel_type = CV_8U, channels = 1, fmt='u', type = CV_8U };
129 depth = CV_8U,
144 depth = CV_8U,
280 template<> class TypeDepth<CV_8U>
282 enum { depth = CV_8U };
/external/opencv3/modules/cudawarping/src/
H A Dwarp.cpp254 {NppWarp<CV_8U, nppiWarpAffine_8u_C1R>::call, 0, NppWarp<CV_8U, nppiWarpAffine_8u_C3R>::call, NppWarp<CV_8U, nppiWarpAffine_8u_C4R>::call},
262 {NppWarp<CV_8U, nppiWarpAffineBack_8u_C1R>::call, 0, NppWarp<CV_8U, nppiWarpAffineBack_8u_C3R>::call, NppWarp<CV_8U, nppiWarpAffineBack_8u_C4R>::call},
393 {NppWarp<CV_8U, nppiWarpPerspective_8u_C1R>::call, 0, NppWarp<CV_8U, nppiWarpPerspective_8u_C3R>::call, NppWarp<CV_8U, nppiWarpPerspective_8u_C4R>::call},
401 {NppWarp<CV_8U, nppiWarpPerspectiveBack_8u_C1
[all...]
/external/opencv3/modules/highgui/test/
H A Dtest_gui.cpp68 Mat m(256, 256, CV_8U);
/external/opencv3/modules/photo/misc/java/test/
H A DPhotoTest.java19 assertMatEqual(getMat(CvType.CV_8U, 255), dst);
/external/opencv3/modules/python/test/
H A Dfindstereocorrespondence.py23 disparity_left_visual = cv.CreateMat(l.rows, l.cols, cv.CV_8U)
/external/opencv3/modules/ts/src/
H A Docl_perf.cpp67 if (dst.depth() == CV_8U)
/external/opencv3/modules/core/test/ocl/
H A Dtest_image2d.cpp51 EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, false));
78 EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, true));

Completed in 311 milliseconds

1234567891011>>