Class cv::superres::BroxOpticalFlow#
#include <opencv2/superres/optical_flow.hpp>Collaboration diagram for cv::superres::BroxOpticalFlow:
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#
getAlpha()#
double cv::superres::BroxOpticalFlow::getAlpha()
Flow smoothness.
See also
getGamma()#
double cv::superres::BroxOpticalFlow::getGamma()
Gradient constancy importance.
See also
getInnerIterations()#
int cv::superres::BroxOpticalFlow::getInnerIterations()
Number of lagged non-linearity iterations (inner loop)
See also
getOuterIterations()#
int cv::superres::BroxOpticalFlow::getOuterIterations()
Number of warping iterations (number of pyramid levels)
See also
getScaleFactor()#
double cv::superres::BroxOpticalFlow::getScaleFactor()
Pyramid scale factor.
See also
getSolverIterations()#
int cv::superres::BroxOpticalFlow::getSolverIterations()
Number of linear system solver iterations.
See also
setAlpha()#
void cv::superres::BroxOpticalFlow::setAlpha(double val)
Flow smoothness.
See also
setGamma()#
void cv::superres::BroxOpticalFlow::setGamma(double val)
Gradient constancy importance.
See also
setInnerIterations()#
void cv::superres::BroxOpticalFlow::setInnerIterations(int val)
Number of lagged non-linearity iterations (inner loop)
See also
setOuterIterations()#
void cv::superres::BroxOpticalFlow::setOuterIterations(int val)
Number of warping iterations (number of pyramid levels)
See also
setScaleFactor()#
void cv::superres::BroxOpticalFlow::setScaleFactor(double val)
Pyramid scale factor.
See also
setSolverIterations()#
void cv::superres::BroxOpticalFlow::setSolverIterations(int val)
Number of linear system solver iterations.
See also
Source file#
The documentation for this class was generated from the following file:
opencv2/superres/optical_flow.hpp