Home
last modified time | relevance | path

Searched refs:OrbFeaturesFinder (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp37 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in PERF_TEST_P()
74 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in PERF_TEST_P()
121 finder = makePtr<detail::OrbFeaturesFinder>(); in PERF_TEST_P()
176 finder = makePtr<detail::OrbFeaturesFinder>();
/external/opencv3/modules/stitching/perf/opencl/
Dperf_stitch.cpp39 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in OCL_PERF_TEST_P()
76 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in OCL_PERF_TEST_P()
118 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in OCL_PERF_TEST_P()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp122 class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder class
125OrbFeaturesFinder(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nle…
/external/opencv3/modules/stitching/src/
Dstitcher.cpp65 stitcher.setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createDefault()
76 stitcher.setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createDefault()
553 stitcher->setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createStitcher()
564 stitcher->setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createStitcher()
Dmatchers.cpp386 OrbFeaturesFinder::OrbFeaturesFinder(Size _grid_size, int n_features, float scaleFactor, int nlevel… in OrbFeaturesFinder() function in cv::detail::OrbFeaturesFinder
392 void OrbFeaturesFinder::find(InputArray image, ImageFeatures &features) in find()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp396 finder = makePtr<OrbFeaturesFinder>(); in main()