Public Member Functions | Public Attributes
cv::gpu::FarnebackOpticalFlow Class Reference

#include <gpu.hpp>

List of all members.

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


Member Function Documentation

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

Member Data Documentation


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