Add ECC algorithm
authorGeorgios Evangelidis <georgios.evangelidis@inria.fr>
Tue, 26 Feb 2013 22:27:54 +0000 (23:27 +0100)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 27 Feb 2013 21:48:00 +0000 (01:48 +0400)
commitf40725bb507f519f434ba57114a3ad014c01f578
treeb637787881a0ddc2b4a253a64ff188b8624052ed
parentb9b4200504f4753746d28472cedf2736d3ad4f25
Add ECC algorithm

Evangelidis, G.D. and Psarakis E.Z. "Parametric Image Alignment using Enhanced
Correlation Coefficient Maximization", IEEE Transactions on PAMI, vol. 32, no.
10, 2008
modules/video/doc/motion_analysis_and_object_tracking.rst
modules/video/include/opencv2/video/tracking.hpp
modules/video/perf/perf_ecc.cpp [new file with mode: 0644]
modules/video/src/ecc.cpp [new file with mode: 0644]
modules/video/test/test_ecc.cpp [new file with mode: 0644]
samples/cpp/image_alignment.cpp [new file with mode: 0644]