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