Searched refs:OrbFeaturesFinder (Results 1 – 6 of 6) sorted by relevance
37 ? 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>();
39 ? 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()
122 class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder class125 …OrbFeaturesFinder(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nle…
65 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()
386 OrbFeaturesFinder::OrbFeaturesFinder(Size _grid_size, int n_features, float scaleFactor, int nlevel… in OrbFeaturesFinder() function in cv::detail::OrbFeaturesFinder392 void OrbFeaturesFinder::find(InputArray image, ImageFeatures &features) in find()
396 finder = makePtr<OrbFeaturesFinder>(); in main()