OpenCV  2.4.13.7
Open Source Computer Vision
cv::detail::GraphCutSeamFinder Class Reference

#include <seam_finders.hpp>

Inheritance diagram for cv::detail::GraphCutSeamFinder:
cv::detail::GraphCutSeamFinderBase cv::detail::SeamFinder

Public Member Functions

 GraphCutSeamFinder (int cost_type=COST_COLOR_GRAD, float terminal_cost=10000.f, float bad_region_penalty=1000.f)
 
 ~GraphCutSeamFinder ()
 
void find (const std::vector< Mat > &src, const std::vector< Point > &corners, std::vector< Mat > &masks)
 
- Public Member Functions inherited from cv::detail::SeamFinder
virtual ~SeamFinder ()
 

Additional Inherited Members

- Public Types inherited from cv::detail::GraphCutSeamFinderBase
enum  { COST_COLOR, COST_COLOR_GRAD }
 

Constructor & Destructor Documentation

§ GraphCutSeamFinder()

cv::detail::GraphCutSeamFinder::GraphCutSeamFinder ( int  cost_type = COST_COLOR_GRAD,
float  terminal_cost = 10000.f,
float  bad_region_penalty = 1000.f 
)

§ ~GraphCutSeamFinder()

cv::detail::GraphCutSeamFinder::~GraphCutSeamFinder ( )

Member Function Documentation

§ find()

void cv::detail::GraphCutSeamFinder::find ( const std::vector< Mat > &  src,
const std::vector< Point > &  corners,
std::vector< Mat > &  masks 
)
virtual

The documentation for this class was generated from the following file: