43 #ifndef __OPENCV_VIDEOSTAB_OPTICAL_FLOW_HPP__
44 #define __OPENCV_VIDEOSTAB_OPTICAL_FLOW_HPP__
49 #if defined(HAVE_OPENCV_GPU) && !defined(ANDROID)
101 #if defined(HAVE_OPENCV_GPU) && !defined(ANDROID)
113 gpu::GpuMat frame0_, frame1_, flowX_, flowY_, errors_;
const CvArr CvArr CvArr const CvPoint2D32f CvPoint2D32f int CvSize int char * status
Definition: tracking.hpp:73
Size2i Size
Definition: core.hpp:896
virtual ~IDenseOptFlowEstimator()
Definition: optical_flow.hpp:70
Definition: optical_flow.hpp:92
PyrLkOptFlowEstimatorBase()
Definition: optical_flow.hpp:79
Definition: optical_flow.hpp:67
void setWinSize(Size val)
Definition: optical_flow.hpp:81
The 2D size class.
Definition: core.hpp:81
Definition: optical_flow.hpp:102
Smart pointer for GPU memory with reference counting. Its interface is mostly similar with cv::Mat...
Definition: gpumat.hpp:154
Size winSize_
Definition: optical_flow.hpp:88
virtual ~ISparseOptFlowEstimator()
Definition: optical_flow.hpp:61
void setMaxLevel(int val)
Definition: optical_flow.hpp:84
int maxLevel() const
Definition: optical_flow.hpp:85
Definition: optical_flow.hpp:76
int maxLevel_
Definition: optical_flow.hpp:89
Definition: optical_flow.hpp:58
CvMat * points1
Definition: calib3d.hpp:117
Proxy datatype for passing Mat's and vector<>'s as input parameters.
Definition: core.hpp:1400
Size winSize() const
Definition: optical_flow.hpp:82