#include "optical_flow.hpp"
virtual void cv::Algorithm::clear |
( |
| ) |
|
|
inlinevirtualinherited |
virtual void cv::superres::DenseOpticalFlowExt::collectGarbage |
( |
| ) |
|
|
pure virtualinherited |
virtual bool cv::Algorithm::empty |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual String cv::Algorithm::getDefaultName |
( |
| ) |
const |
|
virtualinherited |
Returns the algorithm string identifier.
This string is used as top level xml/yml node tag when the object is saved to a file or string.
virtual int cv::superres::FarnebackOpticalFlow::getFlags |
( |
| ) |
const |
|
pure virtual |
virtual int cv::superres::FarnebackOpticalFlow::getIterations |
( |
| ) |
const |
|
pure virtual |
virtual int cv::superres::FarnebackOpticalFlow::getLevelsNumber |
( |
| ) |
const |
|
pure virtual |
virtual int cv::superres::FarnebackOpticalFlow::getPolyN |
( |
| ) |
const |
|
pure virtual |
virtual double cv::superres::FarnebackOpticalFlow::getPolySigma |
( |
| ) |
const |
|
pure virtual |
virtual double cv::superres::FarnebackOpticalFlow::getPyrScale |
( |
| ) |
const |
|
pure virtual |
virtual int cv::superres::FarnebackOpticalFlow::getWindowSize |
( |
| ) |
const |
|
pure virtual |
template<typename _Tp >
static Ptr<_Tp> cv::Algorithm::loadFromString |
( |
const String & |
strModel, |
|
|
const String & |
objname = String() |
|
) |
| |
|
inlinestaticinherited |
virtual void cv::Algorithm::read |
( |
const FileNode & |
fn | ) |
|
|
inlinevirtualinherited |
template<typename _Tp >
static Ptr<_Tp> cv::Algorithm::read |
( |
const FileNode & |
fn | ) |
|
|
inlinestaticinherited |
Reads algorithm from the file node.
This is static template method of Algorithm. It's usage is following (in the case of SVM):
Ptr<SVM> svm = Algorithm::read<SVM>(fsRead.root());
In order to make this method work, the derived class must overwrite Algorithm::read(const FileNode& fn) and also have static create() method without parameters (or with all the optional parameters)
References cv::Ptr< T >::empty().
virtual void cv::Algorithm::save |
( |
const String & |
filename | ) |
const |
|
virtualinherited |
Saves the algorithm to a file.
In order to make this method work, the derived class must implement Algorithm::write(FileStorage& fs).
virtual void cv::superres::FarnebackOpticalFlow::setFlags |
( |
int |
val | ) |
|
|
pure virtual |
virtual void cv::superres::FarnebackOpticalFlow::setIterations |
( |
int |
val | ) |
|
|
pure virtual |
virtual void cv::superres::FarnebackOpticalFlow::setLevelsNumber |
( |
int |
val | ) |
|
|
pure virtual |
virtual void cv::superres::FarnebackOpticalFlow::setPolyN |
( |
int |
val | ) |
|
|
pure virtual |
virtual void cv::superres::FarnebackOpticalFlow::setPolySigma |
( |
double |
val | ) |
|
|
pure virtual |
virtual void cv::superres::FarnebackOpticalFlow::setPyrScale |
( |
double |
val | ) |
|
|
pure virtual |
virtual void cv::superres::FarnebackOpticalFlow::setWindowSize |
( |
int |
val | ) |
|
|
pure virtual |
virtual void cv::Algorithm::write |
( |
FileStorage & |
fs | ) |
const |
|
inlinevirtualinherited |
void cv::Algorithm::writeFormat |
( |
FileStorage & |
fs | ) |
const |
|
protectedinherited |
The documentation for this class was generated from the following file:
- superres/include/opencv2/superres/optical_flow.hpp