OpenCV
4.0.0
Open Source Computer Vision
|
Stub seam estimator which does nothing. More...
#include "seam_finders.hpp"
Public Member Functions | |
void | find (const std::vector< UMat > &, const std::vector< Point > &, std::vector< UMat > &) CV_OVERRIDE |
Estimates seams. More... | |
Public Member Functions inherited from cv::detail::SeamFinder | |
virtual | ~SeamFinder () |
Stub seam estimator which does nothing.
|
inlinevirtual |
Estimates seams.
src | Source images |
corners | Source image top-left corners |
masks | Source image masks to update |
Implements cv::detail::SeamFinder.