#include <seam_finders.hpp>
§ 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 |
( |
| ) |
|
§ 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: