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

1 2 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/core/test/
test_concatenation.cpp 82 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/
test_color.cpp 198 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 ? 1 : 1e-
    [all...]
test_boxfilter.cpp 124 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/
test_blenders.cpp 57 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/
core+CvType.java 7 CV_8U = 0, CV_8S = 1,
39 return makeType(CV_8U, ch);
80 case CV_8U:
100 case CV_8U:
101 s = "CV_8U";
  /external/opencv3/modules/cudaimgproc/test/
test_blend.cpp 101 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/
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),
perf_merge.cpp 16 testing::Values(CV_8U, CV_16S, CV_32S, CV_32F, CV_64F),
perf_minmaxloc.cpp 22 if (matType == CV_8U)
perf_split.cpp 16 testing::Values(CV_8U, CV_16S, 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 72 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/photo/src/
fast_nlmeans_denoising_opencl.hpp 91 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/
test_thresh.cpp 80 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/
perf_reductions.cpp 56 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_16U, CV_32F, CV_64F))
    [all...]
  /external/opencv3/modules/imgproc/perf/
perf_distanceTransform.cpp 35 CV_ENUM(DstType, CV_8U, CV_32F)
57 Mat src(srcSize, CV_8U);
86 Mat src(srcSize, CV_8U);
perf_sepfilters.cpp 47 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/
traits.hpp 76 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/
warp.cpp 254 {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_C1R>::call, 0, NppWarp<CV_8U, nppiWarpPerspectiveBack_8u_C3R>::call, N (…)
    [all...]
  /external/opencv3/modules/highgui/test/
test_gui.cpp 68 Mat m(256, 256, CV_8U);
  /external/opencv3/modules/photo/misc/java/test/
PhotoTest.java 19 assertMatEqual(getMat(CvType.CV_8U, 255), dst);
  /external/opencv3/modules/python/test/
findstereocorrespondence.py 23 disparity_left_visual = cv.CreateMat(l.rows, l.cols, cv.CV_8U)
  /external/opencv3/modules/ts/src/
ocl_perf.cpp 67 if (dst.depth() == CV_8U)
  /external/opencv3/modules/core/test/ocl/
test_image2d.cpp 51 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));
  /external/opencv3/samples/cpp/
demhist.cpp 42 image.convertTo(dst, CV_8U, a, b);
46 Mat histImage = Mat::ones(200, 320, CV_8U)*255;

Completed in 256 milliseconds

1 2 3 4 5 6 7 8 91011>>