Class cv::detail::PairwiseSeamFinder#
Base class for all pairwise seam estimators.
#include <opencv2/stitching/detail/seam_finders.hpp>Collaboration diagram for cv::detail::PairwiseSeamFinder:
Public Types#
Public Types inherited from cv::detail::SeamFinder
Return |
Name |
Description |
|---|---|---|
Public Member Functions#
Public Member Functions inherited from cv::detail::SeamFinder
Return |
Name |
Description |
|---|---|---|
|
Estimates seams. |
Static Public Member Functions#
Static Public Member Functions inherited from cv::detail::SeamFinder
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
Base class for all pairwise seam estimators.
Member Function Documentation#
find()#
void cv::detail::PairwiseSeamFinder::find(
const std::vector< UMat > & src,
const std::vector< Point > & corners,
std::vector< UMat > & masks )
Python:
cv.detail.PairwiseSeamFinder.find(src, corners, masks) -> masks
Estimates seams.
Parameters
src— Source imagescorners— Source image top-left cornersmasks— Source image masks to update
findInPair()#
void cv::detail::PairwiseSeamFinder::findInPair(
size_t first,
size_t second,
Rect roi )
Resolves masks intersection of two specified images in the given ROI.
Parameters
first— First image indexsecond— Second image indexroi— Region of interest
run()#
void cv::detail::PairwiseSeamFinder::run()
Member Data Documentation#
corners_#
std::vector< Point > cv::detail::PairwiseSeamFinder::corners_
images_#
std::vector< UMat > cv::detail::PairwiseSeamFinder::images_
masks_#
std::vector< UMat > cv::detail::PairwiseSeamFinder::masks_
sizes_#
std::vector< Size > cv::detail::PairwiseSeamFinder::sizes_
Source file#
The documentation for this class was generated from the following file:
opencv2/stitching/detail/seam_finders.hpp