Class computing a dense optical flow using the Gunnar Farneback's algorithm.
More...
#include <opencv2/video/tracking.hpp>
|
static Ptr< FarnebackOpticalFlow > | create (int numLevels=5, double pyrScale=0.5, bool fastPyramids=false, int winSize=13, int numIters=10, int polyN=5, double polySigma=1.1, int flags=0) |
|
Class computing a dense optical flow using the Gunnar Farneback's algorithm.
static Ptr<FarnebackOpticalFlow> cv::FarnebackOpticalFlow::create |
( |
int |
numLevels = 5 , |
|
|
double |
pyrScale = 0.5 , |
|
|
bool |
fastPyramids = false , |
|
|
int |
winSize = 13 , |
|
|
int |
numIters = 10 , |
|
|
int |
polyN = 5 , |
|
|
double |
polySigma = 1.1 , |
|
|
int |
flags = 0 |
|
) |
| |
|
static |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow_create( | [, numLevels[, pyrScale[, fastPyramids[, winSize[, numIters[, polyN[, polySigma[, flags]]]]]]]] | ) |
virtual bool cv::FarnebackOpticalFlow::getFastPyramids |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getFastPyramids( | | ) |
virtual int cv::FarnebackOpticalFlow::getFlags |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getFlags( | | ) |
virtual int cv::FarnebackOpticalFlow::getNumIters |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getNumIters( | | ) |
virtual int cv::FarnebackOpticalFlow::getNumLevels |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getNumLevels( | | ) |
virtual int cv::FarnebackOpticalFlow::getPolyN |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getPolyN( | | ) |
virtual double cv::FarnebackOpticalFlow::getPolySigma |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getPolySigma( | | ) |
virtual double cv::FarnebackOpticalFlow::getPyrScale |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getPyrScale( | | ) |
virtual int cv::FarnebackOpticalFlow::getWinSize |
( |
| ) |
const |
|
pure virtual |
Python: |
---|
| retval | = | cv.FarnebackOpticalFlow.getWinSize( | | ) |
virtual void cv::FarnebackOpticalFlow::setFastPyramids |
( |
bool |
fastPyramids | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setFastPyramids( | fastPyramids | ) |
virtual void cv::FarnebackOpticalFlow::setFlags |
( |
int |
flags | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setFlags( | flags | ) |
virtual void cv::FarnebackOpticalFlow::setNumIters |
( |
int |
numIters | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setNumIters( | numIters | ) |
virtual void cv::FarnebackOpticalFlow::setNumLevels |
( |
int |
numLevels | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setNumLevels( | numLevels | ) |
virtual void cv::FarnebackOpticalFlow::setPolyN |
( |
int |
polyN | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setPolyN( | polyN | ) |
virtual void cv::FarnebackOpticalFlow::setPolySigma |
( |
double |
polySigma | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setPolySigma( | polySigma | ) |
virtual void cv::FarnebackOpticalFlow::setPyrScale |
( |
double |
pyrScale | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setPyrScale( | pyrScale | ) |
virtual void cv::FarnebackOpticalFlow::setWinSize |
( |
int |
winSize | ) |
|
|
pure virtual |
Python: |
---|
| None | = | cv.FarnebackOpticalFlow.setWinSize( | winSize | ) |
The documentation for this class was generated from the following file: