1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

Added naive blockmatching algorithm (just to get acquainted with the code base, this algo shouldn't be considered seriously).

Also, added boilerplate for pcaflow.
This commit is contained in:
Vladislav Samsonov
2016-05-07 09:49:43 +03:00
parent 46dd2631d6
commit fc00397160
4 changed files with 300 additions and 1 deletions

View File

@@ -191,6 +191,10 @@ CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_Farneback();
//! Additional interface to the SparseToDenseFlow algorithm - calcOpticalFlowSparseToDense()
CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_SparseToDense();
CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_BlockMatching();
CV_EXPORTS_W Ptr<DenseOpticalFlow> createOptFlow_PCAFlow();
//! @}
} //optflow