OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFeaturesFinder
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp
51
stitcher.
setFeaturesFinder
(featuresFinder);
88
stitcher.
setFeaturesFinder
(featuresFinder);
130
stitcher.
setFeaturesFinder
(featuresFinder);
/external/opencv3/modules/stitching/src/
stitcher.cpp
63
stitcher.
setFeaturesFinder
(makePtr<detail::SurfFeaturesFinderGpu>());
65
stitcher.
setFeaturesFinder
(makePtr<detail::OrbFeaturesFinder>());
74
stitcher.
setFeaturesFinder
(makePtr<detail::SurfFeaturesFinder>());
76
stitcher.
setFeaturesFinder
(makePtr<detail::OrbFeaturesFinder>());
551
stitcher->
setFeaturesFinder
(makePtr<detail::SurfFeaturesFinderGpu>());
553
stitcher->
setFeaturesFinder
(makePtr<detail::OrbFeaturesFinder>());
562
stitcher->
setFeaturesFinder
(makePtr<detail::SurfFeaturesFinder>());
564
stitcher->
setFeaturesFinder
(makePtr<detail::OrbFeaturesFinder>());
/external/opencv3/modules/stitching/perf/
perf_stich.cpp
49
stitcher.
setFeaturesFinder
(featuresFinder);
86
stitcher.
setFeaturesFinder
(featuresFinder);
/external/opencv3/modules/stitching/include/opencv2/
stitching.hpp
136
void
setFeaturesFinder
(Ptr<detail::FeaturesFinder> features_finder)
Completed in 214 milliseconds