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

#include <gpu.hpp>

List of all members.

Public Member Functions

 PyrLKOpticalFlow ()
void sparse (const GpuMat &prevImg, const GpuMat &nextImg, const GpuMat &prevPts, GpuMat &nextPts, GpuMat &status, GpuMat *err=0)
void dense (const GpuMat &prevImg, const GpuMat &nextImg, GpuMat &u, GpuMat &v, GpuMat *err=0)
void releaseMemory ()

Public Attributes

Size winSize
int maxLevel
int iters
double derivLambda
bool useInitialFlow
float minEigThreshold
bool getMinEigenVals

Constructor & Destructor Documentation


Member Function Documentation

void cv::gpu::PyrLKOpticalFlow::sparse ( const GpuMat prevImg,
const GpuMat nextImg,
const GpuMat prevPts,
GpuMat nextPts,
GpuMat status,
GpuMat err = 0 
)
void cv::gpu::PyrLKOpticalFlow::dense ( const GpuMat prevImg,
const GpuMat nextImg,
GpuMat u,
GpuMat v,
GpuMat err = 0 
)

Member Data Documentation


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