#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 double cv::superres::DualTVL1OpticalFlow::getEpsilon |
( |
| ) |
const |
|
pure virtual |
virtual int cv::superres::DualTVL1OpticalFlow::getIterations |
( |
| ) |
const |
|
pure virtual |
virtual double cv::superres::DualTVL1OpticalFlow::getLambda |
( |
| ) |
const |
|
pure virtual |
virtual int cv::superres::DualTVL1OpticalFlow::getScalesNumber |
( |
| ) |
const |
|
pure virtual |
virtual double cv::superres::DualTVL1OpticalFlow::getTau |
( |
| ) |
const |
|
pure virtual |
virtual double cv::superres::DualTVL1OpticalFlow::getTheta |
( |
| ) |
const |
|
pure virtual |
virtual bool cv::superres::DualTVL1OpticalFlow::getUseInitialFlow |
( |
| ) |
const |
|
pure virtual |
virtual int cv::superres::DualTVL1OpticalFlow::getWarpingsNumber |
( |
| ) |
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::DualTVL1OpticalFlow::setEpsilon |
( |
double |
val | ) |
|
|
pure virtual |
virtual void cv::superres::DualTVL1OpticalFlow::setIterations |
( |
int |
val | ) |
|
|
pure virtual |
virtual void cv::superres::DualTVL1OpticalFlow::setLambda |
( |
double |
val | ) |
|
|
pure virtual |
virtual void cv::superres::DualTVL1OpticalFlow::setScalesNumber |
( |
int |
val | ) |
|
|
pure virtual |
virtual void cv::superres::DualTVL1OpticalFlow::setTau |
( |
double |
val | ) |
|
|
pure virtual |
virtual void cv::superres::DualTVL1OpticalFlow::setTheta |
( |
double |
val | ) |
|
|
pure virtual |
virtual void cv::superres::DualTVL1OpticalFlow::setUseInitialFlow |
( |
bool |
val | ) |
|
|
pure virtual |
virtual void cv::superres::DualTVL1OpticalFlow::setWarpingsNumber |
( |
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