Home
last modified time | relevance | path

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

12

/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp218 using perf::MatDepth;
220 …TH testing::Values(MatDepth(CV_8U), MatDepth(CV_8S), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(…
222 #define DEPTH_PAIRS testing::Values(std::make_pair(MatDepth(CV_8U), MatDepth(CV_8U)), \
223 std::make_pair(MatDepth(CV_8U), MatDepth(CV_16U)), \
224 std::make_pair(MatDepth(CV_8U), MatDepth(CV_16S)), \
225 std::make_pair(MatDepth(CV_8U), MatDepth(CV_32S)), \
226 std::make_pair(MatDepth(CV_8U), MatDepth(CV_32F)), \
227 std::make_pair(MatDepth(CV_8U), MatDepth(CV_64F)), \
229 std::make_pair(MatDepth(CV_16U), MatDepth(CV_16U)), \
230 std::make_pair(MatDepth(CV_16U), MatDepth(CV_32S)), \
[all …]
Dcuda_perf.hpp75 DEF_PARAM_TEST(Sz_Depth, cv::Size, perf::MatDepth);
76 DEF_PARAM_TEST(Sz_Depth_Cn, cv::Size, perf::MatDepth, MatCn);
/external/opencv3/modules/imgproc/test/ocl/
Dtest_accumulate.cpp55 PARAM_TEST_CASE(AccumulateBase, std::pair<MatDepth, MatDepth>, Channels, bool) in PARAM_TEST_CASE() argument
68 const std::pair<MatDepth, MatDepth> depths = GET_PARAM(0); in PARAM_TEST_CASE()
225 testing::Values(std::make_pair<MatDepth, MatDepth>(CV_8U, CV_32F), \
226 std::make_pair<MatDepth, MatDepth>(CV_16U, CV_32F), \
227 std::make_pair<MatDepth, MatDepth>(CV_32F, CV_32F), \
228 std::make_pair<MatDepth, MatDepth>(CV_8U, CV_64F), \
229 std::make_pair<MatDepth, MatDepth>(CV_16U, CV_64F), \
230 std::make_pair<MatDepth, MatDepth>(CV_32F, CV_64F), \
231 std::make_pair<MatDepth, MatDepth>(CV_64F, CV_64F))
Dtest_color.cpp57 PARAM_TEST_CASE(CvtColor, MatDepth, bool) in PARAM_TEST_CASE() argument
438 testing::Combine(testing::Values(MatDepth(CV_8U)), Bool()));
441 … testing::Combine(testing::Values(MatDepth(CV_8U), MatDepth(CV_32F)), Bool()));
445 … testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32F)),
450 testing::Values(MatDepth(CV_8U)),
455 testing::Values(MatDepth(CV_8U)),
460 testing::Values(MatDepth(CV_8U)),
Dtest_imgproc.cpp108 PARAM_TEST_CASE(CopyMakeBorder, MatDepth, // depth in PARAM_TEST_CASE() argument
488 … testing::Values((MatDepth)CV_8U, (MatDepth)CV_16S, (MatDepth)CV_32S, (MatDepth)CV_32F),
Dtest_histogram.cpp66 PARAM_TEST_CASE(CalcBackProject, MatDepth, int, bool) in PARAM_TEST_CASE() argument
272 OCL_INSTANTIATE_TEST_CASE_P(Imgproc, CalcBackProject, Combine(Values((MatDepth)CV_8U), Values(1, 2)…
Dtest_medianfilter.cpp54 PARAM_TEST_CASE(MedianFilter, MatDepth, Channels, int, bool) in PARAM_TEST_CASE() argument
Dtest_match_template.cpp58 PARAM_TEST_CASE(MatchTemplate, MatDepth, Channels, MatchTemplType, bool) in CV_ENUM()
Dtest_blend.cpp55 PARAM_TEST_CASE(BlendLinear, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp54 PARAM_TEST_CASE(Lut, MatDepth, MatDepth, Channels, bool, bool) in PARAM_TEST_CASE() argument
116 PARAM_TEST_CASE(ArithmTestBase, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
1478 PARAM_TEST_CASE(InRange, MatDepth, Channels, bool /*Scalar or not*/, bool /*Roi*/) in PARAM_TEST_CASE() argument
1560 PARAM_TEST_CASE(ConvertScaleAbs, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
1712 PARAM_TEST_CASE(Reduce, std::pair<MatDepth, MatDepth>, Channels, int, bool) in PARAM_TEST_CASE() argument
1722 const std::pair<MatDepth, MatDepth> p = GET_PARAM(0); in PARAM_TEST_CASE()
1849 OCL_INSTANTIATE_TEST_CASE_P(Arithm, Psnr, Combine(::testing::Values((MatDepth)CV_8U), OCL_ALL_CHANN…
1852 …T_CASE_P(Arithm, ReduceSum, Combine(testing::Values(std::make_pair<MatDepth, MatDepth>(CV_8U, CV_3…
1853 … std::make_pair<MatDepth, MatDepth>(CV_8U, CV_32F),
1854 … std::make_pair<MatDepth, MatDepth>(CV_8U, CV_64F),
[all …]
Dtest_matrix_operation.cpp57 PARAM_TEST_CASE(ConvertTo, MatDepth, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
106 PARAM_TEST_CASE(CopyTo, MatDepth, Channels, bool, bool) in PARAM_TEST_CASE() argument
Dtest_matrix_expr.cpp18 PARAM_TEST_CASE(UMatExpr, MatDepth, Channels) in PARAM_TEST_CASE() argument
Dtest_channels.cpp57 PARAM_TEST_CASE(Merge, MatDepth, int, bool) in PARAM_TEST_CASE() argument
369 PARAM_TEST_CASE(InsertChannel, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
415 PARAM_TEST_CASE(ExtractChannel, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
/external/opencv3/modules/cudaarithm/test/
Dtest_element_operations.cpp52 PARAM_TEST_CASE(Add_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels,… in PARAM_TEST_CASE() argument
56 std::pair<MatDepth, MatDepth> depth; in PARAM_TEST_CASE()
115 PARAM_TEST_CASE(Add_Array_Mask, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseR… in PARAM_TEST_CASE() argument
119 std::pair<MatDepth, MatDepth> depth; in PARAM_TEST_CASE()
179 PARAM_TEST_CASE(Add_Scalar, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi) in PARAM_TEST_CASE() argument
183 std::pair<MatDepth, MatDepth> depth; in PARAM_TEST_CASE()
267 PARAM_TEST_CASE(Add_Scalar_First, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Us… in PARAM_TEST_CASE() argument
271 std::pair<MatDepth, MatDepth> depth; in PARAM_TEST_CASE()
355 PARAM_TEST_CASE(Subtract_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Chan… in PARAM_TEST_CASE() argument
359 std::pair<MatDepth, MatDepth> depth; in PARAM_TEST_CASE()
[all …]
Dtest_reductions.cpp52 PARAM_TEST_CASE(Norm, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi) in PARAM_TEST_CASE() argument
107 testing::Values(MatDepth(CV_8U),
108 MatDepth(CV_8S),
109 MatDepth(CV_16U),
110 MatDepth(CV_16S),
111 MatDepth(CV_32S),
112 MatDepth(CV_32F)),
371 PARAM_TEST_CASE(MinMax, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi) in PARAM_TEST_CASE() argument
537 PARAM_TEST_CASE(MinMaxLoc, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi) in PARAM_TEST_CASE() argument
749 PARAM_TEST_CASE(CountNonZero, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi) in PARAM_TEST_CASE() argument
[all …]
/external/opencv3/modules/photo/perf/
Dperf_cuda.cpp61 DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
65 Values<MatDepth>(CV_8U),
105 DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
109 Values<MatDepth>(CV_8U),
149 DEF_PARAM_TEST(Sz_Depth_WinSz_BlockSz, cv::Size, MatDepth, int, int);
153 Values<MatDepth>(CV_8U),
/external/opencv3/modules/cudafilters/test/
Dtest_filters.cpp221 PARAM_TEST_CASE(SeparableLinearFilter, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, A… in PARAM_TEST_CASE() argument
271 testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
290 PARAM_TEST_CASE(Sobel, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Deriv_X, Deriv_Y,… in PARAM_TEST_CASE() argument
343 testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
357 PARAM_TEST_CASE(Scharr, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, Deriv_X, Deriv_Y, Borde… in PARAM_TEST_CASE() argument
408 testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
421 PARAM_TEST_CASE(GaussianBlur, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, BorderType… in PARAM_TEST_CASE() argument
469 testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
/external/opencv3/modules/imgproc/perf/
Dperf_moments.cpp17 typedef std::tr1::tuple<Size, MatDepth, bool> MomentsParams_t;
28 const MatDepth srcDepth = get<1>(params); in PERF_TEST_P()
/external/opencv3/modules/cudastereo/test/
Dtest_stereo.cpp174 PARAM_TEST_CASE(ReprojectImageTo3D, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi) in PARAM_TEST_CASE() argument
209 testing::Values(MatDepth(CV_8U), MatDepth(CV_16S)),
/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp92 DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border_Mode, cv::Size, MatDepth, MatCn, Interpolation, BorderMode,…
144 DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Scale, cv::Size, MatDepth, MatCn, Interpolation, double);
188 DEF_PARAM_TEST(Sz_Depth_Cn_Scale, cv::Size, MatDepth, MatCn, double);
231 DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border, cv::Size, MatDepth, MatCn, Interpolation, BorderMode);
331 DEF_PARAM_TEST(Sz_Depth_Cn_Inter, cv::Size, MatDepth, MatCn, Interpolation);
/external/opencv3/modules/core/perf/cuda/
Dperf_gpumat.cpp162 DEF_PARAM_TEST(Sz_2Depth, cv::Size, MatDepth, MatDepth);
/external/opencv3/modules/cudaarithm/perf/
Dperf_reductions.cpp52 DEF_PARAM_TEST(Sz_Depth_Norm, cv::Size, MatDepth, NormType);
201 Values<MatDepth>(CV_8U, CV_16U, CV_32F), in PERF_TEST_P()
344 DEF_PARAM_TEST(Sz_Depth_Cn_Code_Dim, cv::Size, MatDepth, MatCn, ReduceCode, ReduceDim);
386 DEF_PARAM_TEST(Sz_Depth_NormType, cv::Size, MatDepth, NormType);
Dperf_core.cpp172 DEF_PARAM_TEST(Sz_Depth_Cn_Code, cv::Size, MatDepth, MatCn, FlipCode);
286 DEF_PARAM_TEST(Sz_Depth_Cn_Border, cv::Size, MatDepth, MatCn, BorderMode);
/external/opencv3/modules/core/perf/opencl/
Dperf_channels.cpp57 typedef tuple<Size, MatDepth, int> MergeParams;
127 typedef tuple<Size, MatDepth> MixChannelsParams;
/external/opencv3/modules/cudaimgproc/perf/
Dperf_bilateral_filter.cpp52 DEF_PARAM_TEST(Sz_Depth_Cn_KernelSz, cv::Size, MatDepth, MatCn, int);

12