Voronoi diagram-based seam estimator.
More...
#include <opencv2/stitching/detail/seam_finders.hpp>
Voronoi diagram-based seam estimator.
◆ find() [1/2]
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.
◆ find() [2/2]
virtual void cv::detail::VoronoiSeamFinder::find |
( |
const std::vector< Size > & |
size, |
|
|
const std::vector< Point > & |
corners, |
|
|
std::vector< UMat > & |
masks |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: