| 
    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 | 
  基底クラス cv::detail::SeamFinder に属する継承公開メンバ関数 | |
| 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.  [詳解] | |
その他の継承メンバ | |
  基底クラス cv::detail::GraphCutSeamFinderBase に属する継承公開型 | |
| enum | CostType { COST_COLOR , COST_COLOR_GRAD } | 
  基底クラス cv::detail::SeamFinder に属する継承公開型 | |
| enum | { NO , VORONOI_SEAM , DP_SEAM } | 
  基底クラス cv::detail::SeamFinder に属する継承静的公開メンバ関数 | |
| static CV_WRAP Ptr< SeamFinder > | createDefault (int type) | 
Minimum graph cut-based seam estimator. See details in [V03] .