Loading...
Searching...
No Matches
cv::detail::NoSeamFinder Class Reference
Stub seam estimator which does nothing. More...
#include <opencv2/stitching/detail/seam_finders.hpp>
Inheritance diagram for cv::detail::NoSeamFinder:

Public Member Functions | |
void | find (const std::vector< UMat > &, const std::vector< Point > &, std::vector< UMat > &) CV_OVERRIDE |
Estimates seams. | |
![]() | |
virtual | ~SeamFinder () |
virtual void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, std::vector< UMat > &masks)=0 |
Estimates seams. | |
Additional Inherited Members | |
![]() | |
enum | { NO , VORONOI_SEAM , DP_SEAM } |
![]() | |
static Ptr< SeamFinder > | createDefault (int type) |
Detailed Description
Stub seam estimator which does nothing.
Member Function Documentation
◆ find()
|
inlinevirtual |
Estimates seams.
- Parameters
-
src Source images corners Source image top-left corners masks Source image masks to update
Implements cv::detail::SeamFinder.
The documentation for this class was generated from the following file:
- opencv2/stitching/detail/seam_finders.hpp