/external/opencv3/modules/ts/include/opencv2/ts/ |
D | cuda_test.hpp | 218 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 …]
|
D | cuda_perf.hpp | 75 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/ |
D | test_accumulate.cpp | 55 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))
|
D | test_color.cpp | 57 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)),
|
D | test_imgproc.cpp | 108 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),
|
D | test_histogram.cpp | 66 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)…
|
D | test_medianfilter.cpp | 54 PARAM_TEST_CASE(MedianFilter, MatDepth, Channels, int, bool) in PARAM_TEST_CASE() argument
|
D | test_match_template.cpp | 58 PARAM_TEST_CASE(MatchTemplate, MatDepth, Channels, MatchTemplType, bool) in CV_ENUM()
|
D | test_blend.cpp | 55 PARAM_TEST_CASE(BlendLinear, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 54 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 …]
|
D | test_matrix_operation.cpp | 57 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
|
D | test_matrix_expr.cpp | 18 PARAM_TEST_CASE(UMatExpr, MatDepth, Channels) in PARAM_TEST_CASE() argument
|
D | test_channels.cpp | 57 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/ |
D | test_element_operations.cpp | 52 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 …]
|
D | test_reductions.cpp | 52 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/ |
D | perf_cuda.cpp | 61 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/ |
D | test_filters.cpp | 221 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/ |
D | perf_moments.cpp | 17 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/ |
D | test_stereo.cpp | 174 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/ |
D | perf_warping.cpp | 92 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/ |
D | perf_gpumat.cpp | 162 DEF_PARAM_TEST(Sz_2Depth, cv::Size, MatDepth, MatDepth);
|
/external/opencv3/modules/cudaarithm/perf/ |
D | perf_reductions.cpp | 52 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);
|
D | perf_core.cpp | 172 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/ |
D | perf_channels.cpp | 57 typedef tuple<Size, MatDepth, int> MergeParams; 127 typedef tuple<Size, MatDepth> MixChannelsParams;
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_bilateral_filter.cpp | 52 DEF_PARAM_TEST(Sz_Depth_Cn_KernelSz, cv::Size, MatDepth, MatCn, int);
|