#include <opencv2/superres/optical_flow.hpp>
◆ getAlpha()
virtual double cv::superres::BroxOpticalFlow::getAlpha |
( |
| ) |
const |
|
纯虚函数 |
◆ getGamma()
virtual double cv::superres::BroxOpticalFlow::getGamma |
( |
| ) |
const |
|
纯虚函数 |
◆ getInnerIterations()
virtual int cv::superres::BroxOpticalFlow::getInnerIterations |
( |
| ) |
const |
|
纯虚函数 |
◆ getOuterIterations()
virtual int cv::superres::BroxOpticalFlow::getOuterIterations |
( |
| ) |
const |
|
纯虚函数 |
◆ getScaleFactor()
virtual double cv::superres::BroxOpticalFlow::getScaleFactor |
( |
| ) |
const |
|
纯虚函数 |
◆ getSolverIterations()
virtual int cv::superres::BroxOpticalFlow::getSolverIterations |
( |
| ) |
const |
|
纯虚函数 |
◆ setAlpha()
virtual void cv::superres::BroxOpticalFlow::setAlpha |
( |
double |
val | ) |
|
|
纯虚函数 |
◆ setGamma()
virtual void cv::superres::BroxOpticalFlow::setGamma |
( |
double |
val | ) |
|
|
纯虚函数 |
◆ setInnerIterations()
virtual void cv::superres::BroxOpticalFlow::setInnerIterations |
( |
int |
val | ) |
|
|
纯虚函数 |
◆ setOuterIterations()
virtual void cv::superres::BroxOpticalFlow::setOuterIterations |
( |
int |
val | ) |
|
|
纯虚函数 |
◆ setScaleFactor()
virtual void cv::superres::BroxOpticalFlow::setScaleFactor |
( |
double |
val | ) |
|
|
纯虚函数 |
◆ setSolverIterations()
virtual void cv::superres::BroxOpticalFlow::setSolverIterations |
( |
int |
val | ) |
|
|
纯虚函数 |
此类的文档是从以下文件生成的