使用 Brox 等人光流演算法([43])計算兩幅影像光流的類。更多...
#include <opencv2/cudaoptflow.hpp>
使用 Brox 等人光流演算法([43])計算兩幅影像光流的類。
◆ 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 | ) |
|
|
純虛擬函式 |
此類的文件生成自以下檔案