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
GraphCutSeamFinder Class Reference
[Seam Estimation]
Minimum graph cut-based seam estimator. More...
#include <seam_finders.hpp>
Inherits cv::detail::GraphCutSeamFinderBase, and cv::detail::SeamFinder.
Public Member Functions | |
void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, std::vector< UMat > &masks) |
Estimates seams. |
Detailed Description
Minimum graph cut-based seam estimator.
See details in V03 .
Definition at line 236 of file seam_finders.hpp.
Member Function Documentation
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.
Generated on Tue Jul 12 2022 18:20:24 by
