Public Types | Public Member Functions | List of all members
cv::detail::GraphCutSeamFinder Class Reference

#include <seam_finders.hpp>

Inherits cv::detail::GraphCutSeamFinderBase, and cv::detail::SeamFinder.

Public Types

enum  { COST_COLOR, COST_COLOR_GRAD }
 

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)
 

Member Enumeration Documentation

anonymous enum
inherited
Enumerator
COST_COLOR 
COST_COLOR_GRAD 

Constructor & Destructor Documentation

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

Member Function Documentation

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: