使用 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()
虚拟 double cv::cuda::BroxOpticalFlow::getFlowSmoothness |
( |
| ) |
const |
|
纯虚函数 |
◆ getGradientConstancyImportance()
虚拟 double cv::cuda::BroxOpticalFlow::getGradientConstancyImportance |
( |
| ) |
const |
|
纯虚函数 |
◆ getInnerIterations()
虚拟 int cv::cuda::BroxOpticalFlow::getInnerIterations |
( |
| ) |
const |
|
纯虚函数 |
◆ getOuterIterations()
虚拟 int cv::cuda::BroxOpticalFlow::getOuterIterations |
( |
| ) |
const |
|
纯虚函数 |
◆ getPyramidScaleFactor()
虚拟 double cv::cuda::BroxOpticalFlow::getPyramidScaleFactor |
( |
| ) |
const |
|
纯虚函数 |
◆ getSolverIterations()
虚拟 int cv::cuda::BroxOpticalFlow::getSolverIterations |
( |
| ) |
const |
|
纯虚函数 |
◆ setFlowSmoothness()
虚拟 void cv::cuda::BroxOpticalFlow::setFlowSmoothness |
( |
double | alpha | ) |
|
|
纯虚函数 |
◆ setGradientConstancyImportance()
虚拟 void cv::cuda::BroxOpticalFlow::setGradientConstancyImportance |
( |
double | gamma | ) |
|
|
纯虚函数 |
◆ setInnerIterations()
虚拟 void cv::cuda::BroxOpticalFlow::setInnerIterations |
( |
int | inner_iterations | ) |
|
|
纯虚函数 |
◆ setOuterIterations()
虚拟 void cv::cuda::BroxOpticalFlow::setOuterIterations |
( |
int | outer_iterations | ) |
|
|
纯虚函数 |
◆ setPyramidScaleFactor()
虚拟 void cv::cuda::BroxOpticalFlow::setPyramidScaleFactor |
( |
double | scale_factor | ) |
|
|
纯虚函数 |
◆ setSolverIterations()
虚拟 void cv::cuda::BroxOpticalFlow::setSolverIterations |
( |
int | solver_iterations | ) |
|
|
纯虚函数 |
此类的文档是从以下文件生成的