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