- 14 May, 2015 9 commits
-
-
Vadim Pisarevsky authored
use _mm_sad_epu8 instead of _mm_movemask_epi8 in countNonZero. Therefore, we do not need any popcount table and this solves http://code.opencv.org/issues/4333
-
-
Vadim Pisarevsky authored
avoid possible problems with zero values in tone mapping algorithms (http://code.opencv.org/issues/4020)
-
Vadim Pisarevsky authored
added test to prove that remap does not leak memory (http://code.opencv.org/issues/2502). disabled the test for now to save execution time.
-
Vadim Pisarevsky authored
-
-
Vadim Pisarevsky authored
significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best).
-
Vadim Pisarevsky authored
increased singularity epsilon in LU decomposition. This solved singular case from http://code.opencv.org/issues/3305. Added the respective test.
-
Vadim Pisarevsky authored
added support for n-channel (n>4) images in warpAffine/warpPerspective/remap: http://code.opencv.org/issues/4190
-
- 13 May, 2015 5 commits
-
-
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Martin Ueding authored
-
- 12 May, 2015 9 commits
-
-
sgjava authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Marvin Smith authored
-
- 10 May, 2015 2 commits
-
-
berak authored
-
Michaël Sdika authored
when true, use signed gradient for the angular histogram computation. default to false for backward compatibility.
-
- 09 May, 2015 1 commit
-
-
Ashod Nakashian authored
-
- 07 May, 2015 3 commits
-
-
Maksim Shabunin authored
-
Vincent Rabaud authored
A define was forgotten for the codecs and there was a typo for another.
-
Vadim Pisarevsky authored
-
- 06 May, 2015 7 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
-
cbalint13 authored
-
Vadim Pisarevsky authored
-
- 05 May, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
-