Home
last modified time | relevance | path

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

/external/opencv3/modules/core/misc/java/src/java/
Dcore+CvType.java16 CV_8UC1 = CV_8UC(1), CV_8UC2 = CV_8UC(2), CV_8UC3 = CV_8UC(3), CV_8UC4 = CV_8UC(4),
38 public static final int CV_8UC(int ch) { in CV_8UC() method in CvType
/external/opencv3/modules/imgproc/perf/
Dperf_cvt_color.cpp255 Mat src(sz, CV_8UC(ch.scn)); in PERF_TEST_P()
256 Mat dst(sz, CV_8UC(ch.dcn)); in PERF_TEST_P()
286 Mat src(sz, CV_8UC(ch.scn)); in PERF_TEST_P()
287 Mat dst(sz, CV_8UC(ch.dcn)); in PERF_TEST_P()
311 Mat src(sz.height + sz.height / 2, sz.width, CV_8UC(ch.scn));
312 Mat dst(sz, CV_8UC(ch.dcn));
336 Mat src(sz, CV_8UC(ch.scn));
337 Mat dst(sz.height + sz.height / 2, sz.width, CV_8UC(ch.dcn));
/external/opencv3/modules/core/misc/java/test/
DMatTest.java63 assertEquals(2, new Mat(1, 2, CvType.CV_8UC(10)).checkVector(10)); in testCheckVectorInt()
64 assertEquals(2, new Mat(2, 1, CvType.CV_8UC(10)).checkVector(10)); in testCheckVectorInt()
74 assertEquals(2, new Mat(1, 2, CvType.CV_8UC(10)).checkVector(10, CvType.CV_8U)); in testCheckVectorIntInt()
75 assertEquals(2, new Mat(2, 1, CvType.CV_8UC(10)).checkVector(10, CvType.CV_8U)); in testCheckVectorIntInt()
79 assertTrue(0 > new Mat(1, 2, CvType.CV_8UC(10)).checkVector(10, CvType.CV_8S)); in testCheckVectorIntInt()
80 assertTrue(0 > new Mat(2, 1, CvType.CV_8UC(10)).checkVector(10, CvType.CV_8S)); in testCheckVectorIntInt()
85 Mat mm = new Mat(5, 1, CvType.CV_8UC(10)); in testCheckVectorIntIntBoolean()
86 Mat roi = new Mat(5, 3, CvType.CV_8UC(10)).submat(1, 3, 2, 3); in testCheckVectorIntIntBoolean()
815 truth = new Mat(5, 1, CvType.CV_8UC(7), new Scalar(0)); in testReshapeIntInt()
848 Mat dst = new Mat(1, 1, CvType.CV_8UC(7)); in testSetToMat()
[all …]
DCvTypeTest.java13 assertEquals(CvType.CV_8UC4, CvType.CV_8UC(4)); in testCV_8UC()
/external/opencv3/modules/core/perf/
Dperf_compare.cpp28 Mat dst(sz, CV_8UC(CV_MAT_CN(matType1))); in PERF_TEST_P()
51 Mat dst(sz, CV_8UC(CV_MAT_CN(matType))); in PERF_TEST_P()
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_color.cpp105 UMat src(srcSize, CV_8UC(scn)), dst(srcSize, CV_8UC(scn));
/external/opencv3/samples/cpp/tutorial_code/core/mat_the_basic_image_container/
Dmat_the_basic_image_container.cpp34 M.create(4,4, CV_8UC(2)); in main()
41 Mat L(3,sz, CV_8UC(1), Scalar::all(0)); in main()
/external/opencv3/modules/imgproc/test/ocl/
Dtest_canny.cpp79 Mat img = readImageType("shared/fruits.png", CV_8UC(cn)); in IMPLEMENT_PARAM_CLASS()
/external/opencv3/modules/imgproc/test/
Dtest_cvtyuv.cpp631 Mat gold(dstSize, CV_8UC(dcn)); in TEST_P()
670 …i_offset_top + roi_offset_bottom, srcSize.width + roi_offset_left + roi_offset_right, CV_8UC(scn)); in TEST_P()
673 … + roi_offset_right, dstSize.width + roi_offset_top + roi_offset_bottom, CV_8UC(dcn), Scalar::all(… in TEST_P()
674 Mat gold_full(dst_full.size(), CV_8UC(dcn), Scalar::all(0)); in TEST_P()
Dtest_imgwarp.cpp1643 Mat src(height, width, CV_8UC(cn)), dst; in TEST()
Dtest_filter.cpp1932 Mat src(height, width, CV_8UC(cn)), dst0, dst1, dst2; in TEST()
/external/opencv3/modules/photo/test/ocl/
Dtest_denoising.cpp42 const int type = CV_8UC(cn); in PARAM_TEST_CASE()
/external/opencv3/modules/core/test/ocl/
Dtest_matrix_operation.cpp138 randomSubMat(mask, mask_roi, roiSize, maskBorder, CV_8UC(mask_cn), 0, 2); in PARAM_TEST_CASE()
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h120 #define CV_8UC(n) CV_MAKETYPE(CV_8U,(n)) macro
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp64 UMat src(srcSize, CV_8UC(cn)), lut(1, 256, type); in OCL_PERF_TEST_P()
569 UMat src1(srcSize, type), src2(srcSize, type), dst(srcSize, CV_8UC(CV_MAT_CN(type))); in OCL_PERF_TEST_P()
589 UMat src1(srcSize, type), dst(srcSize, CV_8UC(CV_MAT_CN(type)));
981 UMat src(srcSize, type), dst(srcSize, CV_8UC(cn)); in OCL_PERF_TEST_P()
/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp140 …Mat trainCollectionCPU(1, static_cast<int>(trainDescCollection.size()), CV_8UC(sizeof(PtrStepSzb))… in makeGpuCollection()
154 …Mat trainCollectionCPU(1, static_cast<int>(trainDescCollection.size()), CV_8UC(sizeof(PtrStepSzb))… in makeGpuCollection()
155 … Mat maskCollectionCPU(1, static_cast<int>(trainDescCollection.size()), CV_8UC(sizeof(PtrStepb))); in makeGpuCollection()
/external/opencv/cxcore/include/
Dcxtypes.h484 #define CV_8UC(n) CV_MAKETYPE(CV_8U,(n)) macro
/external/opencv3/modules/core/doc/
Dintro.markdown235 - CV_8UC(n) ... CV_64FC(n) or CV_MAKETYPE(CV_8U, n) ... CV_MAKETYPE(CV_64F, n) macros when
/external/opencv3/modules/core/src/
Darithm.cpp4916 ocl::typeToStr(CV_8UC(kercn)), kercn, in ocl_compare()
4929 _dst.create(size, CV_8UC(cn)); in ocl_compare()
5020 _dst.create(src1.size(), CV_8UC(cn)); in compare()
5029 _dst.create(src1.dims, src1.size, CV_8UC(cn)); in compare()
5606 ocl::typeToStr(sdepth), ocl::typeToStr(CV_8UC(colsPerWI)), kercn, sdepth, in ocl_inRange()
Dconvert.cpp5489 _dst.create(_src.size(), CV_8UC(cn)); in ocl_convertScaleAbs()
5508 ocl::typeToStr(CV_8UC(kercn)), in ocl_convertScaleAbs()
5546 _dst.create( src.dims, src.size, CV_8UC(cn) ); in convertScaleAbs()
6203 CV_Assert( src.size == dst.size && dst.type() == CV_8UC(src.channels())); in cvConvertScaleAbs()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp1895 cv::Mat tmp; cv::flip(cv::Mat(sz.cy, sz.cx, CV_8UC(channels), data), tmp, 0); in showSaveDialog()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp1495 kercn == 4 ? "int" : ocl::typeToStr(CV_8UC(kercn)), in ocl_calcHist1()
3587 kercn == 4 ? "int" : ocl::typeToStr(CV_8UC(kercn)), in ocl_equalizeHist()
Dcolor.cpp8540 _dst.create(sz, CV_8UC(dcn)); in cvtColor()
/external/opencv3/modules/core/test/
Dtest_arithm.cpp750 … cvtest::add(src[0], alpha, Mat(), 0, Scalar::all(gamma[0]), dst, CV_8UC(src[0].channels()), true); in refop()
/external/opencv3/modules/imgproc/misc/java/test/
DImgprocTest.java1919 Mat image = Mat.eye(4, 4, CvType.CV_8UC(3)); in testWatershed()