#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 double cv::superres::BroxOpticalFlow::getAlpha |
( |
| ) |
const |
|
pure virtual |
| 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::BroxOpticalFlow::getGamma |
( |
| ) |
const |
|
pure virtual |
Gradient constancy importance.
- See also
- setGamma
| virtual int cv::superres::BroxOpticalFlow::getInnerIterations |
( |
| ) |
const |
|
pure virtual |
| virtual int cv::superres::BroxOpticalFlow::getOuterIterations |
( |
| ) |
const |
|
pure virtual |
| virtual double cv::superres::BroxOpticalFlow::getScaleFactor |
( |
| ) |
const |
|
pure virtual |
| virtual int cv::superres::BroxOpticalFlow::getSolverIterations |
( |
| ) |
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::BroxOpticalFlow::setAlpha |
( |
double |
val | ) |
|
|
pure virtual |
| virtual void cv::superres::BroxOpticalFlow::setGamma |
( |
double |
val | ) |
|
|
pure virtual |
Gradient constancy importance.
- See also
- getGamma
| virtual void cv::superres::BroxOpticalFlow::setInnerIterations |
( |
int |
val | ) |
|
|
pure virtual |
| virtual void cv::superres::BroxOpticalFlow::setOuterIterations |
( |
int |
val | ) |
|
|
pure virtual |
| virtual void cv::superres::BroxOpticalFlow::setScaleFactor |
( |
double |
val | ) |
|
|
pure virtual |
| virtual void cv::superres::BroxOpticalFlow::setSolverIterations |
( |
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