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.
Dependents: RZ_A2M_Mbed_samples
PairwiseSeamFinder Class Reference
[Seam Estimation]
Base class for all pairwise seam estimators. More...
#include <seam_finders.hpp>
Inherits cv::detail::SeamFinder.
Inherited by GraphCutSeamFinderGpu, and VoronoiSeamFinder.
Public Member Functions | |
| virtual void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, std::vector< UMat > &masks) |
| Estimates seams. | |
Protected Member Functions | |
| virtual void | findInPair (size_t first, size_t second, Rect roi)=0 |
| Resolves masks intersection of two specified images in the given ROI. | |
Detailed Description
Base class for all pairwise seam estimators.
Definition at line 82 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
Implements SeamFinder.
Reimplemented in VoronoiSeamFinder.
| virtual void findInPair | ( | size_t | first, |
| size_t | second, | ||
| Rect | roi | ||
| ) | [protected, pure 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
Generated on Tue Jul 12 2022 18:20:24 by
1.7.2