OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::FarnebackOpticalFlow Class Reference

#include <gpu.hpp>

Public Member Functions

 FarnebackOpticalFlow ()
 
void operator() (const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &s=Stream::Null())
 
void releaseMemory ()
 

Public Attributes

int numLevels
 
double pyrScale
 
bool fastPyramids
 
int winSize
 
int numIters
 
int polyN
 
double polySigma
 
int flags
 

Constructor & Destructor Documentation

cv::gpu::FarnebackOpticalFlow::FarnebackOpticalFlow ( )
inline

Member Function Documentation

void cv::gpu::FarnebackOpticalFlow::operator() ( const GpuMat frame0,
const GpuMat frame1,
GpuMat flowx,
GpuMat flowy,
Stream s = Stream::Null() 
)
void cv::gpu::FarnebackOpticalFlow::releaseMemory ( )
inline

Member Data Documentation

bool cv::gpu::FarnebackOpticalFlow::fastPyramids
int cv::gpu::FarnebackOpticalFlow::flags
int cv::gpu::FarnebackOpticalFlow::numIters
int cv::gpu::FarnebackOpticalFlow::numLevels
int cv::gpu::FarnebackOpticalFlow::polyN
double cv::gpu::FarnebackOpticalFlow::polySigma
double cv::gpu::FarnebackOpticalFlow::pyrScale
int cv::gpu::FarnebackOpticalFlow::winSize

The documentation for this class was generated from the following file: