Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
VoronoiSeamFinder Class Reference
[Seam Estimation]
Voronoi diagram-based seam estimator. More...
#include <seam_finders.hpp>
Inherits cv::detail::PairwiseSeamFinder.
Public Member Functions | |
| virtual void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, std::vector< UMat > &masks) |
| Estimates seams. | |
Detailed Description
Voronoi diagram-based seam estimator.
Definition at line 106 of file seam_finders.hpp.
Member Function Documentation
| virtual void 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 PairwiseSeamFinder.
Generated on Tue Jul 12 2022 16:42:44 by
1.7.2