Base class for all pairwise seam estimators.
[詳解]
#include <seam_finders.hpp>
cv::detail::SeamFinderを継承しています。
cv::detail::VoronoiSeamFinderに継承されています。
|
virtual CV_WRAP void | find (const std::vector< UMat > &src, const std::vector< Point > &corners, CV_IN_OUT std::vector< UMat > &masks) CV_OVERRIDE |
| Estimates seams. [詳解]
|
|
|
void | run () |
|
virtual void | findInPair (size_t first, size_t second, Rect roi)=0 |
| Resolves masks intersection of two specified images in the given ROI. [詳解]
|
|
|
std::vector< UMat > | images_ |
|
std::vector< Size > | sizes_ |
|
std::vector< Point > | corners_ |
|
std::vector< UMat > | masks_ |
|
|
enum | { NO
, VORONOI_SEAM
, DP_SEAM
} |
|
static CV_WRAP Ptr< SeamFinder > | createDefault (int type) |
|
Base class for all pairwise seam estimators.
◆ find()
virtual CV_WRAP void cv::detail::PairwiseSeamFinder::find |
( |
const std::vector< UMat > & |
src, |
|
|
const std::vector< Point > & |
corners, |
|
|
CV_IN_OUT std::vector< UMat > & |
masks |
|
) |
| |
|
virtual |
◆ findInPair()
virtual void cv::detail::PairwiseSeamFinder::findInPair |
( |
size_t |
first, |
|
|
size_t |
second, |
|
|
Rect |
roi |
|
) |
| |
|
protectedpure virtual |
Resolves masks intersection of two specified images in the given ROI.
- 引数
-
first | First image index |
second | Second image index |
roi | Region of interest |
このクラス詳解は次のファイルから抽出されました: