- 22 Mar, 2015 1 commit
-
-
Kai Wolf authored
-
- 20 Mar, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
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).
-
- 19 Mar, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 18 Mar, 2015 3 commits
-
-
Maxim Kostin authored
-
Maxim Kostin authored
-
Maxim Kostin authored
-
- 17 Mar, 2015 8 commits
-
-
Philipp Hasper authored
Small error - object fs does not exist in this code example
-
Maksim Shabunin authored
-
Dmitry-Me authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 16 Mar, 2015 9 commits
-
-
Dmitry-Me authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
temporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter two are not quite stable
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 14 Mar, 2015 4 commits
-
-
Naer Chang authored
Trying to fix whitespace issue. This reverts commit dcc2512f.
-
Dmitry-Me authored
-
Naer Chang authored
added a check to prevent illegal access to operator[] when vector is empty
-
Scott Graybill authored
Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks.
-
- 13 Mar, 2015 7 commits
-
-
Vadim Pisarevsky authored
-
Maxim Kostin authored
-
Vadim Pisarevsky authored
made the solvepnp a bit more modest; test 5-point configuration instead of 4-point in some cases; reduce the noise in 4-point configurations in other cases
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-