Merge pull request #13837 from amithjkamath:test
authorAKAMath <amithjkamath@users.noreply.github.com>
Fri, 22 Feb 2019 15:36:40 +0000 (21:06 +0530)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 22 Feb 2019 15:36:40 +0000 (18:36 +0300)
commit4c94804bb0701aae65a7d40a4423c8c99457e593
tree027464845e3ee52b496e842457cce60694ff2c48
parent682e03bdb209ae18241509b448e3790ef04e35f5
Merge pull request #13837 from amithjkamath:test

New computeECC function, and updated findTransformECC function to make gaussian filtering optional (#13837)

* fix for https://github.com/opencv/opencv/issues/12432 with doc and tests

* Added doc string for new parameter.

* Fixes suggested by Alalek for getting around ABI incompatibility.

* Update to docstring, to remove parameter that isn't relevant.

* More updates based on Alalek's usggestions.
modules/video/include/opencv2/video/tracking.hpp
modules/video/src/ecc.cpp
modules/video/test/test_ecc.cpp