class cv::detail::NoSeamFinder
Overview
Stub seam estimator which does nothing. Moreā¦
#include <seam_finders.hpp> class NoSeamFinder: public cv::detail::SeamFinder { public: // methods virtual void find( const std::vector<UMat>& src, const std::vector<Point>& corners, std::vector<UMat>& masks ); };
Detailed Documentation
Stub seam estimator which does nothing.