Small fixes for SimpleFlow algorithm
authorYury Zemlyanskiy <yuri.zemlyanskiy@gmail.com>
Fri, 31 Aug 2012 09:27:14 +0000 (13:27 +0400)
committerVadim Pisarevsky <vadim.pisarevsky@itseez.com>
Fri, 31 Aug 2012 10:39:59 +0000 (14:39 +0400)
commit1fde18419203c17dc112948f7559989466de523c
tree907193090a184e9b2fc053823dcf6d8d0bce17d4
parent784c09d6f9f85f1aa0774fdca56387cd6817868d
Small fixes for SimpleFlow algorithm

+ Fixed warnings
+ Add new function calcOpticalFlow with smaller number of arguments
+ Add asserts to algorithm and remove 'exit(1)'
modules/video/doc/motion_analysis_and_object_tracking.rst
modules/video/include/opencv2/video/tracking.hpp
modules/video/src/simpleflow.cpp
modules/video/test/test_simpleflow.cpp
samples/cpp/simpleflow_demo.cpp