Class cv::detail::NoSeamFinder#
Stub seam estimator which does nothing.
#include <opencv2/stitching/detail/seam_finders.hpp>Collaboration diagram for cv::detail::NoSeamFinder:
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#
Stub seam estimator which does nothing.
- Examples
- samples/cpp/stitching_detailed.cpp.
Member Function Documentation#
find()#
void cv::detail::NoSeamFinder::find(
const std::vector< UMat > & src,
const std::vector< Point > & corners,
std::vector< UMat > & masks )
Python:
cv.detail.NoSeamFinder.find(arg1, arg2, arg3) -> arg3
Estimates seams.
Parameters
src— Source imagescorners— Source image top-left cornersmasks— Source image masks to update
Source file#
The documentation for this class was generated from the following file:
opencv2/stitching/detail/seam_finders.hpp