Loading...
Searching...
No Matches
cv::superres::FarnebackOpticalFlow Class Referenceabstract
#include <opencv2/superres/optical_flow.hpp>
Inheritance diagram for cv::superres::FarnebackOpticalFlow:
Public Member Functions | |
virtual int | getFlags () const =0 |
virtual int | getIterations () const =0 |
virtual int | getLevelsNumber () const =0 |
virtual int | getPolyN () const =0 |
virtual double | getPolySigma () const =0 |
virtual double | getPyrScale () const =0 |
virtual int | getWindowSize () const =0 |
virtual void | setFlags (int val)=0 |
virtual void | setIterations (int val)=0 |
virtual void | setLevelsNumber (int val)=0 |
virtual void | setPolyN (int val)=0 |
virtual void | setPolySigma (double val)=0 |
virtual void | setPyrScale (double val)=0 |
virtual void | setWindowSize (int val)=0 |
Public Member Functions inherited from cv::superres::DenseOpticalFlowExt | |
virtual void | calc (InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2=noArray())=0 |
virtual void | collectGarbage ()=0 |
Public Member Functions inherited from cv::Algorithm | |
Algorithm () | |
virtual | ~Algorithm () |
virtual void | clear () |
Clears the algorithm state. | |
virtual bool | empty () const |
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. | |
virtual String | getDefaultName () const |
virtual void | read (const FileNode &fn) |
Reads algorithm parameters from a file storage. | |
virtual void | save (const String &filename) const |
void | write (const Ptr< FileStorage > &fs, const String &name=String()) const |
virtual void | write (FileStorage &fs) const |
Stores algorithm parameters in a file storage. | |
void | write (FileStorage &fs, const String &name) const |
Additional Inherited Members | |
Static Public Member Functions inherited from cv::Algorithm | |
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. | |
template<typename _Tp > | |
static Ptr< _Tp > | read (const FileNode &fn) |
Reads algorithm from the file node. | |
Protected Member Functions inherited from cv::Algorithm | |
void | writeFormat (FileStorage &fs) const |
Member Function Documentation
◆ getFlags()
|
pure virtual |
- See also
- setFlags
◆ getIterations()
|
pure virtual |
- See also
- setIterations
◆ getLevelsNumber()
|
pure virtual |
- See also
- setLevelsNumber
◆ getPolyN()
|
pure virtual |
- See also
- setPolyN
◆ getPolySigma()
|
pure virtual |
- See also
- setPolySigma
◆ getPyrScale()
|
pure virtual |
- See also
- setPyrScale
◆ getWindowSize()
|
pure virtual |
- See also
- setWindowSize
◆ setFlags()
|
pure virtual |
- See also
- getFlags
◆ setIterations()
|
pure virtual |
- See also
- getIterations
◆ setLevelsNumber()
|
pure virtual |
- See also
- getLevelsNumber
◆ setPolyN()
|
pure virtual |
- See also
- getPolyN
◆ setPolySigma()
|
pure virtual |
- See also
- getPolySigma
◆ setPyrScale()
|
pure virtual |
- See also
- getPyrScale
◆ setWindowSize()
|
pure virtual |
- See also
- getWindowSize
The documentation for this class was generated from the following file:
- opencv2/superres/optical_flow.hpp