OpenCV 4.5.3(日本語機械翻訳)
|
Minimum graph cut-based seam estimator. See details in [V03] . [詳解]
#include <seam_finders.hpp>
cv::detail::GraphCutSeamFinderBase, cv::detail::SeamFinderを継承しています。
公開メンバ関数 |
|
GraphCutSeamFinder (int cost_type=COST_COLOR_GRAD, float terminal_cost=10000.f, float bad_region_penalty=1000.f) | |
CV_WRAP | GraphCutSeamFinder (String cost_type, float terminal_cost=10000.f, float bad_region_penalty=1000.f) |
CV_WRAP void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, std::vector< UMat > &masks) CV_OVERRIDE |
![]() |
|
virtual CV_WRAP void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, CV_IN_OUT std::vector< UMat > &masks)=0 |
縫い目を推定します。[【詳解】(英語]
|
|
その他の継承メンバ |
|
![]() |
|
enum | CostType { COST_COLOR , COST_COLOR_GRAD } |
![]() |
|
enum | { NO , VORONOI_SEAM , DP_SEAM } |
![]() |
|
static CV_WRAP Ptr< SeamFinder > | createDefault (int type) |
最小限のグラフカットに基づく継ぎ目の推定器。詳細は[V03].