- 11 Apr, 2017 1 commit
-
-
Utkarsh Sinha authored
-
- 06 Aug, 2015 1 commit
-
-
StevenPuttemans authored
-
- 01 Jun, 2015 1 commit
-
-
Vadim Pisarevsky authored
made improvements in ECC code (comments from https://github.com/Itseez/opencv/pull/3845), as well as minor tweak in pthread's based parallel for.
-
- 20 Mar, 2015 2 commits
-
-
Owen Healy authored
Tests of the mask are also included. This is useful for registering a non-square image against a non-square template. This also needs to relax a sanity check as per https://github.com/Itseez/opencv/pull/3851
-
Owen Healy authored
The matrix templateZM needs to be initialized because otherwise uninitialized values leak into the correlation in: const double correlation = templateZM.dot(imageWarped) In the worst case this will lead the correlation to be NaN ruining the whole routine. The subtraction does not initialize templateZM due to the mask. Unfortunately, the uninitialized values (by altering the correlation) have the side effect of dragging out the computation a little longer giving a slightly better error bound. This means that fixing this bug breaks perf_ecc where SANITY_CHECK(warpMat, 1e-3); is just a little too tight and happens to work due to the uninitialized values. Since this is a performance not a accuracy test I think it is OK to just relax the error bound a little bit (the tight error bound being after all the result of a bug).
-
- 08 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
ECC patch by the author (G. Evangelidis); fixed some OCL Farneback optical flow test failures on Mac
-
- 11 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 20 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Feb, 2013 1 commit
-
-
Georgios Evangelidis authored
Evangelidis, G.D. and Psarakis E.Z. "Parametric Image Alignment using Enhanced Correlation Coefficient Maximization", IEEE Transactions on PAMI, vol. 32, no. 10, 2008
-