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

  /external/opencv3/modules/video/test/ocl/
test_optflow_tvl1flow.cpp 56 IMPLEMENT_PARAM_CLASS(UseInitFlow, bool)
57 IMPLEMENT_PARAM_CLASS(MedianFiltering, int)
58 IMPLEMENT_PARAM_CLASS(ScaleStep, double)
test_optflow_farneback.cpp 56 IMPLEMENT_PARAM_CLASS(PyrScale, double)
57 IMPLEMENT_PARAM_CLASS(PolyN, int)
59 IMPLEMENT_PARAM_CLASS(UseInitFlow, bool)
test_bgfg_mog2.cpp 27 IMPLEMENT_PARAM_CLASS(UseGray, bool)
28 IMPLEMENT_PARAM_CLASS(DetectShadow, bool)
  /external/opencv3/modules/imgproc/test/ocl/
test_canny.cpp 57 IMPLEMENT_PARAM_CLASS(AppertureSize, int)
58 IMPLEMENT_PARAM_CLASS(L2gradient, bool)
59 IMPLEMENT_PARAM_CLASS(UseRoi, bool)
test_filters.cpp 278 IMPLEMENT_PARAM_CLASS(MorphOp, int)
  /external/opencv3/modules/cudaimgproc/test/
test_canny.cpp 54 IMPLEMENT_PARAM_CLASS(AppertureSize, int)
55 IMPLEMENT_PARAM_CLASS(L2gradient, bool)
test_corners.cpp 54 IMPLEMENT_PARAM_CLASS(BlockSize, int);
55 IMPLEMENT_PARAM_CLASS(ApertureSize, int);
test_gftt.cpp 54 IMPLEMENT_PARAM_CLASS(MinDistance, double)
test_histogram.cpp 176 IMPLEMENT_PARAM_CLASS(ClipLimit, double)
test_mean_shift.cpp 130 IMPLEMENT_PARAM_CLASS(MinSize, int);
test_match_template.cpp 57 IMPLEMENT_PARAM_CLASS(TemplateSize, cv::Size);
  /external/opencv3/modules/cudabgsegm/test/
test_bgsegm.cpp 69 IMPLEMENT_PARAM_CLASS(UseGray, bool)
70 IMPLEMENT_PARAM_CLASS(DetectShadow, bool)
  /external/opencv3/modules/cudafeatures2d/test/
test_features2d.cpp 54 IMPLEMENT_PARAM_CLASS(FAST_Threshold, int)
55 IMPLEMENT_PARAM_CLASS(FAST_NonmaxSuppression, bool)
115 IMPLEMENT_PARAM_CLASS(ORB_FeaturesCount, int)
116 IMPLEMENT_PARAM_CLASS(ORB_ScaleFactor, float)
117 IMPLEMENT_PARAM_CLASS(ORB_LevelsCount, int)
118 IMPLEMENT_PARAM_CLASS(ORB_EdgeThreshold, int)
119 IMPLEMENT_PARAM_CLASS(ORB_firstLevel, int)
120 IMPLEMENT_PARAM_CLASS(ORB_WTA_K, int)
121 IMPLEMENT_PARAM_CLASS(ORB_PatchSize, int)
122 IMPLEMENT_PARAM_CLASS(ORB_BlurForDescriptor, bool
    [all...]
  /external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp 170 IMPLEMENT_PARAM_CLASS(UseGray, bool)
265 IMPLEMENT_PARAM_CLASS(PyrScale, double)
266 IMPLEMENT_PARAM_CLASS(PolyN, int)
268 IMPLEMENT_PARAM_CLASS(UseInitFlow, bool)
339 IMPLEMENT_PARAM_CLASS(Gamma, double)
  /external/opencv3/modules/cudafilters/test/
test_filters.cpp 51 IMPLEMENT_PARAM_CLASS(KSize, cv::Size)
52 IMPLEMENT_PARAM_CLASS(Anchor, cv::Point)
53 IMPLEMENT_PARAM_CLASS(Deriv_X, int)
54 IMPLEMENT_PARAM_CLASS(Deriv_Y, int)
55 IMPLEMENT_PARAM_CLASS(Iterations, int)
  /external/opencv3/modules/ts/include/opencv2/ts/
ocl_test.hpp 331 #ifndef IMPLEMENT_PARAM_CLASS
332 #define IMPLEMENT_PARAM_CLASS(name, type) \
346 IMPLEMENT_PARAM_CLASS(Channels, int)
347 #endif // IMPLEMENT_PARAM_CLASS
cuda_test.hpp 297 #define IMPLEMENT_PARAM_CLASS(name, type) \
311 IMPLEMENT_PARAM_CLASS(Channels, int)
  /external/opencv3/modules/cudaarithm/test/
test_arithm.cpp 358 IMPLEMENT_PARAM_CLASS(KSize, int)
359 IMPLEMENT_PARAM_CLASS(Ccorr, bool)
test_core.cpp 364 IMPLEMENT_PARAM_CLASS(Border, int)
test_element_operations.cpp     [all...]

Completed in 176 milliseconds