#include <opencv2/stitching/detail/seam_finders.hpp>
Enumerator |
---|
COLOR |
|
COLOR_GRAD |
|
Python: |
---|
| <detail_DpSeamFinder object> | = | cv.detail_DpSeamFinder( | costFunc | ) |
cv::detail::DpSeamFinder::DpSeamFinder |
( |
String |
costFunc | ) |
|
Python: |
---|
| <detail_DpSeamFinder object> | = | cv.detail_DpSeamFinder( | costFunc | ) |
CostFunction cv::detail::DpSeamFinder::costFunction |
( |
| ) |
const |
|
inline |
virtual void cv::detail::DpSeamFinder::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 cv::detail::SeamFinder.
void cv::detail::DpSeamFinder::setCostFunction |
( |
CostFunction |
val | ) |
|
|
inline |
Python: |
---|
| None | = | cv.detail_DpSeamFinder.setCostFunction( | val | ) |
void cv::detail::DpSeamFinder::setCostFunction |
( |
String |
val | ) |
|
Python: |
---|
| None | = | cv.detail_DpSeamFinder.setCostFunction( | val | ) |
The documentation for this class was generated from the following file: