Small fixes for SimpleFlow algorithm
authorYury Zemlyanskiy <yuri.zemlyanskiy@gmail.com>
Fri, 31 Aug 2012 09:27:14 +0000 (13:27 +0400)
committerYury Zemlyanskiy <yuri.zemlyanskiy@gmail.com>
Fri, 31 Aug 2012 09:34:24 +0000 (13:34 +0400)
commit7ad4c2545225aa735b9d1b5cd8e043be07d91643
treec60f65c6de639b84947b9cbb1987bfecce914b0e
parent5ee632fe90a5425532588bdd8b60e25c847b317b
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