OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SurfFeaturesFinder
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/stitching/test/
test_matchers.cpp
50
TEST(
SurfFeaturesFinder
, CanFindInROIs)
52
Ptr<detail::FeaturesFinder> finder = makePtr<detail::
SurfFeaturesFinder
>();
/external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp
40
: Ptr<detail::FeaturesFinder>(new detail::
SurfFeaturesFinder
());
77
: Ptr<detail::FeaturesFinder>(new detail::
SurfFeaturesFinder
());
119
: Ptr<detail::FeaturesFinder>(new detail::
SurfFeaturesFinder
());
/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/perf/
perf_stich.cpp
38
: Ptr<detail::FeaturesFinder>(new detail::
SurfFeaturesFinder
());
75
: Ptr<detail::FeaturesFinder>(new detail::
SurfFeaturesFinder
());
116
finder = makePtr<detail::
SurfFeaturesFinder
>();
171
finder = makePtr<detail::
SurfFeaturesFinder
>();
/external/opencv3/modules/stitching/src/
stitcher.cpp
74
stitcher.setFeaturesFinder(makePtr<detail::
SurfFeaturesFinder
>());
562
stitcher->setFeaturesFinder(makePtr<detail::
SurfFeaturesFinder
>());
matchers.cpp
319
SurfFeaturesFinder
::
SurfFeaturesFinder
(double hess_thresh, int num_octaves, int num_layers,
361
void
SurfFeaturesFinder
::find(InputArray image, ImageFeatures &features)
/external/opencv3/samples/cpp/
stitching_detailed.cpp
392
finder = makePtr<
SurfFeaturesFinder
>();
Completed in 88 milliseconds