|
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. [詳解] | |
その他の継承メンバ | |
基底クラス cv::detail::SeamFinder に属する継承公開型 | |
| enum | { NO , VORONOI_SEAM , DP_SEAM } |
基底クラス cv::detail::SeamFinder に属する継承静的公開メンバ関数 | |
| 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を実装しています。