43 #ifndef __OPENCV_SUPERRES_OPTICAL_FLOW_HPP__
44 #define __OPENCV_SUPERRES_OPTICAL_FLOW_HPP__
56 virtual void collectGarbage() = 0;
76 #endif // __OPENCV_SUPERRES_OPTICAL_FLOW_HPP__
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_Brox_GPU()
Definition: optical_flow.hpp:52
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_PyrLK_OCL()
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_Simple()
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_DualTVL1_GPU()
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_DualTVL1_OCL()
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_PyrLK_GPU()
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_Farneback()
Base class for high-level OpenCV algorithms.
Definition: core.hpp:4390
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_DualTVL1()
Smart pointer to dynamically allocated objects.
Definition: core.hpp:1268
CV_EXPORTS OutputArray noArray()
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_Farneback_OCL()
Proxy datatype for passing Mat's and vector<>'s as input parameters.
Definition: core.hpp:1400
CV_EXPORTS Ptr< DenseOpticalFlowExt > createOptFlow_Farneback_GPU()