#include <opencv2/superres/optical_flow.hpp>
§ getFlags()
virtual int cv::superres::FarnebackOpticalFlow::getFlags |
( |
| ) |
const |
|
pure virtual |
§ getIterations()
virtual int cv::superres::FarnebackOpticalFlow::getIterations |
( |
| ) |
const |
|
pure virtual |
§ getLevelsNumber()
virtual int cv::superres::FarnebackOpticalFlow::getLevelsNumber |
( |
| ) |
const |
|
pure virtual |
§ getPolyN()
virtual int cv::superres::FarnebackOpticalFlow::getPolyN |
( |
| ) |
const |
|
pure virtual |
§ getPolySigma()
virtual double cv::superres::FarnebackOpticalFlow::getPolySigma |
( |
| ) |
const |
|
pure virtual |
§ getPyrScale()
virtual double cv::superres::FarnebackOpticalFlow::getPyrScale |
( |
| ) |
const |
|
pure virtual |
§ getWindowSize()
virtual int cv::superres::FarnebackOpticalFlow::getWindowSize |
( |
| ) |
const |
|
pure virtual |
§ setFlags()
virtual void cv::superres::FarnebackOpticalFlow::setFlags |
( |
int |
val | ) |
|
|
pure virtual |
§ setIterations()
virtual void cv::superres::FarnebackOpticalFlow::setIterations |
( |
int |
val | ) |
|
|
pure virtual |
§ setLevelsNumber()
virtual void cv::superres::FarnebackOpticalFlow::setLevelsNumber |
( |
int |
val | ) |
|
|
pure virtual |
§ setPolyN()
virtual void cv::superres::FarnebackOpticalFlow::setPolyN |
( |
int |
val | ) |
|
|
pure virtual |
§ setPolySigma()
virtual void cv::superres::FarnebackOpticalFlow::setPolySigma |
( |
double |
val | ) |
|
|
pure virtual |
§ setPyrScale()
virtual void cv::superres::FarnebackOpticalFlow::setPyrScale |
( |
double |
val | ) |
|
|
pure virtual |
§ setWindowSize()
virtual void cv::superres::FarnebackOpticalFlow::setWindowSize |
( |
int |
val | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: