#include "optical_flow.hpp"
◆ calc()
◆ clear()
| virtual void cv::Algorithm::clear |
( |
| ) |
|
|
inlinevirtualinherited |
◆ collectGarbage()
| virtual void cv::superres::DenseOpticalFlowExt::collectGarbage |
( |
| ) |
|
|
pure virtualinherited |
◆ empty()
| virtual bool cv::Algorithm::empty |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ getDefaultName()
| virtual String cv::Algorithm::getDefaultName |
( |
| ) |
const |
|
virtualinherited |
◆ getIterations()
| virtual int cv::superres::PyrLKOpticalFlow::getIterations |
( |
| ) |
const |
|
pure virtual |
◆ getMaxLevel()
| virtual int cv::superres::PyrLKOpticalFlow::getMaxLevel |
( |
| ) |
const |
|
pure virtual |
◆ getWindowSize()
| virtual int cv::superres::PyrLKOpticalFlow::getWindowSize |
( |
| ) |
const |
|
pure virtual |
◆ load()
◆ loadFromString()
template<typename _Tp >
| static Ptr<_Tp> cv::Algorithm::loadFromString |
( |
const String & |
strModel, |
|
|
const String & |
objname = String() |
|
) |
| |
|
inlinestaticinherited |
◆ read() [1/2]
| virtual void cv::Algorithm::read |
( |
const FileNode & |
fn | ) |
|
|
inlinevirtualinherited |
◆ read() [2/2]
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)
◆ save()
| 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).
◆ setIterations()
| virtual void cv::superres::PyrLKOpticalFlow::setIterations |
( |
int |
val | ) |
|
|
pure virtual |
◆ setMaxLevel()
| virtual void cv::superres::PyrLKOpticalFlow::setMaxLevel |
( |
int |
val | ) |
|
|
pure virtual |
◆ setWindowSize()
| virtual void cv::superres::PyrLKOpticalFlow::setWindowSize |
( |
int |
val | ) |
|
|
pure virtual |
◆ write() [1/2]
| virtual void cv::Algorithm::write |
( |
FileStorage & |
fs | ) |
const |
|
inlinevirtualinherited |
◆ write() [2/2]
simplified API for language bindings This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
◆ writeFormat()
| 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