Class computing a dense optical flow using the Gunnar Farneback's algorithm.
More...
#include <opencv2/cudaoptflow.hpp>
Class computing a dense optical flow using the Gunnar Farneback's algorithm.
◆ create()
static Ptr< cuda::FarnebackOpticalFlow > cv::cuda::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 |
◆ getFastPyramids()
virtual bool cv::cuda::FarnebackOpticalFlow::getFastPyramids |
( |
| ) |
const |
|
pure virtual |
◆ getFlags()
virtual int cv::cuda::FarnebackOpticalFlow::getFlags |
( |
| ) |
const |
|
pure virtual |
◆ getNumIters()
virtual int cv::cuda::FarnebackOpticalFlow::getNumIters |
( |
| ) |
const |
|
pure virtual |
◆ getNumLevels()
virtual int cv::cuda::FarnebackOpticalFlow::getNumLevels |
( |
| ) |
const |
|
pure virtual |
◆ getPolyN()
virtual int cv::cuda::FarnebackOpticalFlow::getPolyN |
( |
| ) |
const |
|
pure virtual |
◆ getPolySigma()
virtual double cv::cuda::FarnebackOpticalFlow::getPolySigma |
( |
| ) |
const |
|
pure virtual |
◆ getPyrScale()
virtual double cv::cuda::FarnebackOpticalFlow::getPyrScale |
( |
| ) |
const |
|
pure virtual |
◆ getWinSize()
virtual int cv::cuda::FarnebackOpticalFlow::getWinSize |
( |
| ) |
const |
|
pure virtual |
◆ setFastPyramids()
virtual void cv::cuda::FarnebackOpticalFlow::setFastPyramids |
( |
bool | fastPyramids | ) |
|
|
pure virtual |
◆ setFlags()
virtual void cv::cuda::FarnebackOpticalFlow::setFlags |
( |
int | flags | ) |
|
|
pure virtual |
◆ setNumIters()
virtual void cv::cuda::FarnebackOpticalFlow::setNumIters |
( |
int | numIters | ) |
|
|
pure virtual |
◆ setNumLevels()
virtual void cv::cuda::FarnebackOpticalFlow::setNumLevels |
( |
int | numLevels | ) |
|
|
pure virtual |
◆ setPolyN()
virtual void cv::cuda::FarnebackOpticalFlow::setPolyN |
( |
int | polyN | ) |
|
|
pure virtual |
◆ setPolySigma()
virtual void cv::cuda::FarnebackOpticalFlow::setPolySigma |
( |
double | polySigma | ) |
|
|
pure virtual |
◆ setPyrScale()
virtual void cv::cuda::FarnebackOpticalFlow::setPyrScale |
( |
double | pyrScale | ) |
|
|
pure virtual |
◆ setWinSize()
virtual void cv::cuda::FarnebackOpticalFlow::setWinSize |
( |
int | winSize | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: