Home
last modified time | relevance | path

Searched defs:SurfFeaturesFinder (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/test/
Dtest_matchers.cpp50 TEST(SurfFeaturesFinder, CanFindInROIs) in TEST() argument
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp104 class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder class
/external/opencv3/modules/stitching/src/
Dmatchers.cpp319 SurfFeaturesFinder::SurfFeaturesFinder(double hess_thresh, int num_octaves, int num_layers, in SurfFeaturesFinder() function in cv::detail::SurfFeaturesFinder