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.
SeamFinder Class Reference
[Seam Estimation]
Base class for a seam estimator. More...
#include <seam_finders.hpp>
Inherited by DpSeamFinder, GraphCutSeamFinder, NoSeamFinder, and PairwiseSeamFinder.
Public Member Functions | |
| virtual void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, std::vector< UMat > &masks)=0 |
| Estimates seams. | |
Detailed Description
Base class for a seam estimator.
Definition at line 58 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 | ||
| ) | [pure virtual] |
Estimates seams.
- Parameters:
-
src Source images corners Source image top-left corners masks Source image masks to update
Implemented in NoSeamFinder, PairwiseSeamFinder, VoronoiSeamFinder, and GraphCutSeamFinder.
Generated on Tue Jul 12 2022 16:42:44 by
1.7.2