Voronoi diagram-based seam estimator.
More...
#include "seam_finders.hpp"
|
virtual void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, std::vector< UMat > &masks) |
| Estimates seams. More...
|
|
virtual void | find (const std::vector< Size > &size, const std::vector< Point > &corners, std::vector< UMat > &masks) |
|
Voronoi diagram-based seam estimator.
virtual void cv::detail::VoronoiSeamFinder::find |
( |
const std::vector< UMat > & |
src, |
|
|
const std::vector< Point > & |
corners, |
|
|
std::vector< UMat > & |
masks |
|
) |
| |
|
virtual |
Estimates seams.
- Parameters
-
src | Source images |
corners | Source image top-left corners |
masks | Source image masks to update |
Reimplemented from cv::detail::PairwiseSeamFinder.
virtual void cv::detail::VoronoiSeamFinder::find |
( |
const std::vector< Size > & |
size, |
|
|
const std::vector< Point > & |
corners, |
|
|
std::vector< UMat > & |
masks |
|
) |
| |
|
virtual |
void cv::detail::PairwiseSeamFinder::run |
( |
| ) |
|
|
protectedinherited |
std::vector<Point> cv::detail::PairwiseSeamFinder::corners_ |
|
protectedinherited |
std::vector<UMat> cv::detail::PairwiseSeamFinder::images_ |
|
protectedinherited |
std::vector<UMat> cv::detail::PairwiseSeamFinder::masks_ |
|
protectedinherited |
std::vector<Size> cv::detail::PairwiseSeamFinder::sizes_ |
|
protectedinherited |
The documentation for this class was generated from the following file:
- stitching/include/opencv2/stitching/detail/seam_finders.hpp