OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SurfFeaturesFinder
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp
104
class CV_EXPORTS
SurfFeaturesFinder
: public FeaturesFinder
107
SurfFeaturesFinder
(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
/external/opencv3/modules/stitching/src/
matchers.cpp
319
SurfFeaturesFinder
::
SurfFeaturesFinder
(double hess_thresh, int num_octaves, int num_layers,
361
void
SurfFeaturesFinder
::find(InputArray image, ImageFeatures &features)
Completed in 6228 milliseconds