1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

Added flow estimation using DCT basis

This commit is contained in:
Vladislav Samsonov
2016-05-09 21:10:08 +03:00
parent 7d13c8f9aa
commit 25b2958eb5
3 changed files with 341 additions and 39 deletions

View File

@@ -43,6 +43,8 @@ the use of this software, even if advised of the possibility of such damage.
#include "opencv2/core.hpp"
#include "opencv2/video.hpp"
#include "opencv2/optflow/pcaflow.hpp"
/**
@defgroup optflow Optical Flow Algorithms
@@ -193,8 +195,6 @@ CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_SparseToDense();
CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_BlockMatching();
CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_PCAFlow();
//! @}
} //optflow