使用 Brox 等人光流算法计算两幅图像的光流的类 ([42])。 更多...
#include <opencv2/cudaoptflow.hpp>
使用 Brox 等人光流算法计算两幅图像的光流的类 ([42])。
◆ create()
static Ptr< BroxOpticalFlow > cv::cuda::BroxOpticalFlow::create |
( |
double |
alpha = 0.197 , |
|
|
double |
gamma = 50.0 , |
|
|
double |
scale_factor = 0.8 , |
|
|
int |
inner_iterations = 5 , |
|
|
int |
outer_iterations = 150 , |
|
|
int |
solver_iterations = 10 |
|
) |
| |
|
static |
◆ getFlowSmoothness()
virtual double cv::cuda::BroxOpticalFlow::getFlowSmoothness |
( |
| ) |
const |
|
纯虚 |
◆ getGradientConstancyImportance()
virtual double cv::cuda::BroxOpticalFlow::getGradientConstancyImportance |
( |
| ) |
const |
|
纯虚 |
◆ getInnerIterations()
virtual int cv::cuda::BroxOpticalFlow::getInnerIterations |
( |
| ) |
const |
|
纯虚 |
◆ getOuterIterations()
virtual int cv::cuda::BroxOpticalFlow::getOuterIterations |
( |
| ) |
const |
|
纯虚 |
◆ getPyramidScaleFactor()
virtual double cv::cuda::BroxOpticalFlow::getPyramidScaleFactor |
( |
| ) |
const |
|
纯虚 |
◆ getSolverIterations()
virtual int cv::cuda::BroxOpticalFlow::getSolverIterations |
( |
| ) |
const |
|
纯虚 |
◆ setFlowSmoothness()
virtual void cv::cuda::BroxOpticalFlow::setFlowSmoothness |
( |
double |
alpha | ) |
|
|
纯虚 |
◆ setGradientConstancyImportance()
virtual void cv::cuda::BroxOpticalFlow::setGradientConstancyImportance |
( |
double |
gamma | ) |
|
|
纯虚 |
◆ setInnerIterations()
virtual void cv::cuda::BroxOpticalFlow::setInnerIterations |
( |
int |
inner_iterations | ) |
|
|
纯虚 |
◆ setOuterIterations()
virtual void cv::cuda::BroxOpticalFlow::setOuterIterations |
( |
int |
outer_iterations | ) |
|
|
纯虚 |
◆ setPyramidScaleFactor()
virtual void cv::cuda::BroxOpticalFlow::setPyramidScaleFactor |
( |
double |
scale_factor | ) |
|
|
纯虚 |
◆ setSolverIterations()
virtual void cv::cuda::BroxOpticalFlow::setSolverIterations |
( |
int |
solver_iterations | ) |
|
|
纯虚 |
此类的文档是从以下文件生成的