#include <opencv2/stitching/detail/seam_finders.hpp>
◆ anonymous enum
Enumerator |
---|
NO | |
VORONOI_SEAM | |
DP_SEAM | |
◆ CostFunction
Enumerator |
---|
COLOR | |
COLOR_GRAD | |
◆ DpSeamFinder() [1/2]
◆ DpSeamFinder() [2/2]
cv::detail::DpSeamFinder::DpSeamFinder |
( |
String |
costFunc | ) |
|
◆ costFunction()
CostFunction cv::detail::DpSeamFinder::costFunction |
( |
| ) |
const |
|
inline |
◆ createDefault()
static Ptr<SeamFinder> cv::detail::SeamFinder::createDefault |
( |
int |
type | ) |
|
|
staticinherited |
◆ 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() [1/2]
void cv::detail::DpSeamFinder::setCostFunction |
( |
CostFunction |
val | ) |
|
|
inline |
◆ setCostFunction() [2/2]
void cv::detail::DpSeamFinder::setCostFunction |
( |
String |
val | ) |
|
The documentation for this class was generated from the following file:
- opencv2/stitching/detail/seam_finders.hpp