"SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes...
authorYury Zemlyanskiy <yuri.zemlyanskiy@gmail.com>
Sun, 19 Aug 2012 11:56:19 +0000 (15:56 +0400)
committerVadim Pisarevsky <vadim.pisarevsky@itseez.com>
Fri, 31 Aug 2012 10:39:58 +0000 (14:39 +0400)
commitc77d099018f613dcc4b1cc58720c7e78cf143e44
tree2cf160dcc5b7dfbb8f4b0ed4d53fe9d1356c6fe5
parent2367a195c5f9903e120e9359f7d823fd7d02b142
"SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test
modules/video/doc/motion_analysis_and_object_tracking.rst
modules/video/include/opencv2/video/tracking.hpp
modules/video/src/simpleflow.cpp [new file with mode: 0644]
modules/video/src/simpleflow.hpp [new file with mode: 0644]
modules/video/test/test_simpleflow.cpp [new file with mode: 0644]
samples/cpp/simpleflow_demo.cpp [new file with mode: 0644]