Class cv::detail::VoronoiSeamFinder#
Voronoi diagram-based seam estimator.
#include <opencv2/stitching/detail/seam_finders.hpp>Collaboration diagram for cv::detail::VoronoiSeamFinder:
Public Types#
Public Types inherited from cv::detail::SeamFinder
Return |
Name |
Description |
|---|---|---|
Public Member Functions#
Public Member Functions inherited from cv::detail::PairwiseSeamFinder
Return |
Name |
Description |
|---|---|---|
|
Estimates seams. |
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 |
|---|---|---|
|
Additional Inherited Members#
Protected Member Functions inherited from cv::detail::PairwiseSeamFinder
Return |
Name |
Description |
|---|---|---|
|
Resolves masks intersection of two specified images in the given ROI. |
|
|
Detailed Description#
Voronoi diagram-based seam estimator.
- Examples
- samples/cpp/stitching_detailed.cpp.
Member Function Documentation#
find()#
void cv::detail::VoronoiSeamFinder::find(
const std::vector< Size > & size,
const std::vector< Point > & corners,
std::vector< UMat > & masks )
Python:
cv.detail.VoronoiSeamFinder.find(src, corners, masks) -> masks
find()#
void cv::detail::VoronoiSeamFinder::find(
const std::vector< UMat > & src,
const std::vector< Point > & corners,
std::vector< UMat > & masks )
Python:
cv.detail.VoronoiSeamFinder.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::VoronoiSeamFinder::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
Source file#
The documentation for this class was generated from the following file:
opencv2/stitching/detail/seam_finders.hpp