Lines Matching full:featuresfinder
38 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb"
39 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
40 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder());
51 stitcher.setFeaturesFinder(featuresFinder);
75 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb"
76 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
77 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder());
88 stitcher.setFeaturesFinder(featuresFinder);
117 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb"
118 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
119 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder());
130 stitcher.setFeaturesFinder(featuresFinder);