OpenCV  2.4.13.5
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

§ FarnebackOpticalFlow()

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

Member Function Documentation

§ operator()()

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

§ releaseMemory()

void cv::gpu::FarnebackOpticalFlow::releaseMemory ( )
inline

Member Data Documentation

§ fastPyramids

bool cv::gpu::FarnebackOpticalFlow::fastPyramids

§ flags

int cv::gpu::FarnebackOpticalFlow::flags

§ numIters

int cv::gpu::FarnebackOpticalFlow::numIters

§ numLevels

int cv::gpu::FarnebackOpticalFlow::numLevels

§ polyN

int cv::gpu::FarnebackOpticalFlow::polyN

§ polySigma

double cv::gpu::FarnebackOpticalFlow::polySigma

§ pyrScale

double cv::gpu::FarnebackOpticalFlow::pyrScale

§ winSize

int cv::gpu::FarnebackOpticalFlow::winSize

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