SeamFinder        165 modules/stitching/include/opencv2/stitching.hpp     Ptr<detail::SeamFinder> seamFinder() { return seam_finder_; }
SeamFinder        166 modules/stitching/include/opencv2/stitching.hpp     const Ptr<detail::SeamFinder> seamFinder() const { return seam_finder_; }
SeamFinder        167 modules/stitching/include/opencv2/stitching.hpp     void setSeamFinder(Ptr<detail::SeamFinder> seam_finder) { seam_finder_ = seam_finder; }
SeamFinder        234 modules/stitching/include/opencv2/stitching.hpp     Ptr<detail::SeamFinder> seam_finder_;
SeamFinder         74 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS NoSeamFinder : public SeamFinder
SeamFinder         82 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS PairwiseSeamFinder : public SeamFinder
SeamFinder        118 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS DpSeamFinder : public SeamFinder
SeamFinder        236 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS GraphCutSeamFinder : public GraphCutSeamFinderBase, public SeamFinder
SeamFinder        669 samples/cpp/stitching_detailed.cpp     Ptr<SeamFinder> seam_finder;