cv::superres::DenseOpticalFlowExtを継承しています。
|
| template<typename _Tp > |
| static Ptr< _Tp > | read (const FileNode &fn) |
| | Reads algorithm from the file node [詳解]
|
| |
| template<typename _Tp > |
| static Ptr< _Tp > | load (const String &filename, const String &objname=String()) |
| | Loads algorithm from the file [詳解]
|
| |
| template<typename _Tp > |
| static Ptr< _Tp > | loadFromString (const String &strModel, const String &objname=String()) |
| | Loads algorithm from a String [詳解]
|
| |
|
void | writeFormat (FileStorage &fs) const |
| |
◆ 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 |
このクラス詳解は次のファイルから抽出されました: