#include <opencv2/stitching/detail/seam_finders.hpp>
◆ CostFunction
◆ DpSeamFinder() [1/2]
Python |
---|
| cv.detail.DpSeamFinder( | costFunc | ) -> | <detail_DpSeamFinder 对象> |
◆ DpSeamFinder() [2/2]
cv::detail::DpSeamFinder::DpSeamFinder |
( |
String |
costFunc | ) |
|
Python |
---|
| cv.detail.DpSeamFinder( | costFunc | ) -> | <detail_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 |
◆ setCostFunction() [1/2]
void cv::detail::DpSeamFinder::setCostFunction |
( |
CostFunction |
val | ) |
|
|
inline |
Python |
---|
| cv.detail.DpSeamFinder.setCostFunction( | val | ) -> | None |
◆ setCostFunction() [2/2]
void cv::detail::DpSeamFinder::setCostFunction |
( |
String |
val | ) |
|
Python |
---|
| cv.detail.DpSeamFinder.setCostFunction( | val | ) -> | None |
此类的文档是从以下文件生成的