#include <opencv2/stitching/detail/seam_finders.hpp>
◆ CostFunction
Enumerator |
---|
COLOR | |
COLOR_GRAD | |
◆ DpSeamFinder()
◆ costFunction()
CostFunction cv::detail::DpSeamFinder::costFunction |
( |
| ) |
const |
|
inline |
◆ find()
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.
◆ setCostFunction()
void cv::detail::DpSeamFinder::setCostFunction |
( |
CostFunction |
val | ) |
|
|
inline |
The documentation for this class was generated from the following file: