#include <seam_finders.hpp>
Inherits cv::detail::GraphCutSeamFinderBase, and cv::detail::PairwiseSeamFinder.
Enumerator |
---|
COST_COLOR |
|
COST_COLOR_GRAD |
|
cv::detail::GraphCutSeamFinderGpu::GraphCutSeamFinderGpu |
( |
int |
cost_type = COST_COLOR_GRAD , |
|
|
float |
terminal_cost = 10000.f , |
|
|
float |
bad_region_penalty = 1000.f |
|
) |
| |
void cv::detail::GraphCutSeamFinderGpu::find |
( |
const std::vector< cv::Mat > & |
src, |
|
|
const std::vector< cv::Point > & |
corners, |
|
|
std::vector< cv::Mat > & |
masks |
|
) |
| |
|
virtual |
void cv::detail::GraphCutSeamFinderGpu::findInPair |
( |
size_t |
first, |
|
|
size_t |
second, |
|
|
Rect |
roi |
|
) |
| |
|
virtual |
void cv::detail::PairwiseSeamFinder::run |
( |
| ) |
|
|
protectedinherited |
std::vector<Mat> cv::detail::PairwiseSeamFinder::images_ |
|
protectedinherited |
std::vector<Size> cv::detail::PairwiseSeamFinder::sizes_ |
|
protectedinherited |
std::vector<Point> cv::detail::PairwiseSeamFinder::corners_ |
|
protectedinherited |
std::vector<Mat> cv::detail::PairwiseSeamFinder::masks_ |
|
protectedinherited |
The documentation for this class was generated from the following file: