Stub seam estimator which does nothing. More...
#include <opencv2/stitching/detail/seam_finders.hpp>


Public Types | |
| enum | { NO, VORONOI_SEAM, DP_SEAM } |
Public Member Functions | |
| void | find (const std::vector< UMat > &, const std::vector< Point > &, std::vector< UMat > &) CV_OVERRIDE |
| Estimates seams. More... | |
Static Public Member Functions | |
| static Ptr< SeamFinder > | createDefault (int type) |
Stub seam estimator which does nothing.
|
staticinherited |
|
inlinevirtual |
Estimates seams.
| src | Source images |
| corners | Source image top-left corners |
| masks | Source image masks to update |
Implements cv::detail::SeamFinder.