#include <seam_finders.hpp>
Inherits cv::detail::GraphCutSeamFinderBase, and cv::detail::SeamFinder.
Enumerator |
---|
COST_COLOR |
|
COST_COLOR_GRAD |
|
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 |
( |
| ) |
|
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: