OpenCV453
|
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 |
Estimates seams. [詳解] | |
その他の継承メンバ | |
![]() | |
enum | CostType { COST_COLOR , COST_COLOR_GRAD } |
![]() | |
enum | { NO , VORONOI_SEAM , DP_SEAM } |
![]() | |
static CV_WRAP Ptr< SeamFinder > | createDefault (int type) |
Minimum graph cut-based seam estimator. See details in [V03] .