OpenCV453
|
Stub seam estimator which does nothing. [詳解]
#include <seam_finders.hpp>
cv::detail::SeamFinderを継承しています。
公開メンバ関数 | |
CV_WRAP void | find (const std::vector< UMat > &, const std::vector< Point > &, CV_IN_OUT std::vector< UMat > &) CV_OVERRIDE |
Estimates seams. [詳解] | |
その他の継承メンバ | |
![]() | |
enum | { NO , VORONOI_SEAM , DP_SEAM } |
![]() | |
static CV_WRAP Ptr< SeamFinder > | createDefault (int type) |
Stub seam estimator which does nothing.
|
inlinevirtual |
Estimates seams.
src | Source images |
corners | Source image top-left corners |
masks | Source image masks to update |
cv::detail::SeamFinderを実装しています。