HomeSort by relevance Sort by last modified time
    Searched refs:DEF_PARAM_TEST (Results 1 - 21 of 21) sorted by null

  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_perf.hpp 70 #define DEF_PARAM_TEST(name, ...) typedef ::perf::TestBaseWithParam< std::tr1::tuple< __VA_ARGS__ > > name
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/cudaimgproc/perf/
perf_canny.cpp 52 DEF_PARAM_TEST(Image_AppertureSz_L2gradient, string, int, bool);
perf_gftt.cpp 52 DEF_PARAM_TEST(Image_MinDistance, string, double);
perf_bilateral_filter.cpp 52 DEF_PARAM_TEST(Sz_Depth_Cn_KernelSz, cv::Size, MatDepth, MatCn, int);
perf_color.cpp 52 DEF_PARAM_TEST(Sz_Depth_Code, cv::Size, MatDepth, CvtColorInfo);
153 DEF_PARAM_TEST(Sz_Code, cv::Size, DemosaicingCode);
223 DEF_PARAM_TEST(Sz_Type_Op, cv::Size, MatType, AlphaOp);
perf_corners.cpp 52 DEF_PARAM_TEST(Image_Type_Border_BlockSz_ApertureSz, string, MatType, BorderMode, int, int);
perf_match_template.cpp 54 DEF_PARAM_TEST(Sz_TemplateSz_Cn_Method, cv::Size, cv::Size, MatCn, TemplateMethod);
perf_histogram.cpp 186 DEF_PARAM_TEST(Sz_ClipLimit, cv::Size, double);
perf_hough.cpp 179 DEF_PARAM_TEST(Sz_Dp_MinDist, cv::Size, float, float);
  /external/opencv3/modules/photo/perf/
perf_cuda.cpp 61 DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
105 DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
149 DEF_PARAM_TEST(Sz_Depth_WinSz_BlockSz, cv::Size, MatDepth, int, int);
  /external/opencv3/modules/cudafeatures2d/perf/
perf_features2d.cpp 52 DEF_PARAM_TEST(Image_Threshold_NonMaxSuppression, string, int, bool);
97 DEF_PARAM_TEST(Image_NFeatures, string, int);
149 DEF_PARAM_TEST(DescSize_Norm, int, NormType);
206 DEF_PARAM_TEST(DescSize_K_Norm, int, int, NormType);
  /external/opencv3/modules/cudaarithm/perf/
perf_arithm.cpp 58 DEF_PARAM_TEST(Sz_Type_Flags, cv::Size, MatType, GemmFlags);
110 DEF_PARAM_TEST(Sz_Flags, cv::Size, DftFlags);
210 DEF_PARAM_TEST(Sz_KernelSz_Ccorr, cv::Size, int, bool);
perf_reductions.cpp 52 DEF_PARAM_TEST(Sz_Depth_Norm, cv::Size, MatDepth, NormType);
92 DEF_PARAM_TEST(Sz_Norm, cv::Size, NormType);
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);
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);
perf_element_operations.cpp 596 DEF_PARAM_TEST(Sz_Depth_Power, cv::Size, MatDepth, double);
634 DEF_PARAM_TEST(Sz_Depth_Code, cv::Size, MatDepth, CmpCode);
1181 DEF_PARAM_TEST(Sz_3Depth, cv::Size, MatDepth, MatDepth, MatDepth);
1346 DEF_PARAM_TEST(Sz_AngleInDegrees, cv::Size, bool);
    [all...]
  /external/opencv3/modules/cudawarping/perf/
perf_warping.cpp 92 DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border_Mode, cv::Size, MatDepth, MatCn, Interpolation, BorderMode, RemapMode);
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/
perf_gpumat.cpp 162 DEF_PARAM_TEST(Sz_2Depth, cv::Size, MatDepth, MatDepth);
  /external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp 141 DEF_PARAM_TEST(Video_Cn_MaxFeatures, string, MatCn, int);
  /external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp 67 DEF_PARAM_TEST(Video_Cn_LearningRate, string, MatCn, double);
172 DEF_PARAM_TEST(Video_Cn, string, int);
  /external/opencv3/modules/cudaoptflow/perf/
perf_optflow.cpp 100 DEF_PARAM_TEST(ImagePair_Gray_NPts_WinSz_Levels_Iters, pair_string, bool, int, int, int, int);
173 DEF_PARAM_TEST(ImagePair_WinSz_Levels_Iters, pair_string, int, int, int);
  /external/opencv3/modules/cudafilters/perf/
perf_filters.cpp 52 DEF_PARAM_TEST(Sz_Type_KernelSz, cv::Size, MatType, int);
343 DEF_PARAM_TEST(Sz_Type_Op, cv::Size, MatType, MorphOp);

Completed in 2577 milliseconds