Class cv::superres::FarnebackOpticalFlow#
#include <opencv2/superres/optical_flow.hpp>Collaboration diagram for cv::superres::FarnebackOpticalFlow:
Public Member Functions#
Public Member Functions inherited from cv::superres::DenseOpticalFlowExt
Return |
Name |
Description |
|---|---|---|
|
|
|
|
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Member Function Documentation#
getFlags()#
int cv::superres::FarnebackOpticalFlow::getFlags()
See also
getIterations()#
int cv::superres::FarnebackOpticalFlow::getIterations()
See also
getLevelsNumber()#
int cv::superres::FarnebackOpticalFlow::getLevelsNumber()
See also
getPolyN()#
int cv::superres::FarnebackOpticalFlow::getPolyN()
See also
getPolySigma()#
double cv::superres::FarnebackOpticalFlow::getPolySigma()
See also
getPyrScale()#
double cv::superres::FarnebackOpticalFlow::getPyrScale()
See also
getWindowSize()#
int cv::superres::FarnebackOpticalFlow::getWindowSize()
See also
setFlags()#
void cv::superres::FarnebackOpticalFlow::setFlags(int val)
See also
setIterations()#
void cv::superres::FarnebackOpticalFlow::setIterations(int val)
See also
setLevelsNumber()#
void cv::superres::FarnebackOpticalFlow::setLevelsNumber(int val)
See also
setPolyN()#
void cv::superres::FarnebackOpticalFlow::setPolyN(int val)
See also
setPolySigma()#
void cv::superres::FarnebackOpticalFlow::setPolySigma(double val)
See also
setPyrScale()#
void cv::superres::FarnebackOpticalFlow::setPyrScale(double val)
See also
setWindowSize()#
void cv::superres::FarnebackOpticalFlow::setWindowSize(int val)
See also
Source file#
The documentation for this class was generated from the following file:
opencv2/superres/optical_flow.hpp