Base class for all pairwise seam estimators.
More...
#include "seam_finders.hpp"
Base class for all pairwise seam estimators.
virtual void cv::detail::PairwiseSeamFinder::find |
( |
const std::vector< UMat > & |
src, |
|
|
const std::vector< Point > & |
corners, |
|
|
std::vector< UMat > & |
masks |
|
) |
| |
|
virtual |
virtual void cv::detail::PairwiseSeamFinder::findInPair |
( |
size_t |
first, |
|
|
size_t |
second, |
|
|
Rect |
roi |
|
) |
| |
|
protectedpure virtual |
Resolves masks intersection of two specified images in the given ROI.
- Parameters
-
first | First image index |
second | Second image index |
roi | Region of interest |
void cv::detail::PairwiseSeamFinder::run |
( |
| ) |
|
|
protected |
std::vector<Point> cv::detail::PairwiseSeamFinder::corners_ |
|
protected |
std::vector<UMat> cv::detail::PairwiseSeamFinder::images_ |
|
protected |
std::vector<UMat> cv::detail::PairwiseSeamFinder::masks_ |
|
protected |
std::vector<Size> cv::detail::PairwiseSeamFinder::sizes_ |
|
protected |
The documentation for this class was generated from the following file: