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

#include <ocl.hpp>

Public Member Functions

 FarnebackOpticalFlow ()
 
void operator() (const oclMat &frame0, const oclMat &frame1, oclMat &flowx, oclMat &flowy)
 
void releaseMemory ()
 

Public Attributes

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

Constructor & Destructor Documentation

cv::ocl::FarnebackOpticalFlow::FarnebackOpticalFlow ( )

Member Function Documentation

void cv::ocl::FarnebackOpticalFlow::operator() ( const oclMat frame0,
const oclMat frame1,
oclMat flowx,
oclMat flowy 
)
void cv::ocl::FarnebackOpticalFlow::releaseMemory ( )

Member Data Documentation

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

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