- 07 Dec, 2015 1 commit
-
-
ausentso authored
-
- 18 May, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 17 May, 2015 1 commit
-
-
Dikay900 authored
-
- 15 May, 2015 4 commits
-
-
Maxim Kostin authored
Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
Maxim Kostin authored
Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
Maxim Kostin authored
Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
Vadim Pisarevsky authored
-
- 14 May, 2015 10 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 12 commits
-
-
David Hirvonen authored
Avoid clearing HaarEvaluator::tofs variable (introduced fb8478eb) in HaarEvaluator::setImage(...) since it won't be recomputed by HaarEvaluator::computeOptFeatures() for cases where the input image dimensions and requested search scales are the same as the previous. If none of the above change then it should be correct, and if they do change it will be computed correctly inside HaarEvaluator::computeOptFeatures() (in commit 952f9dbe) I'm guessing there is a unit test for this that needs to be called 2x with the same image and search parameters (or another image with the same size) to illustrate the problem.
-
-
-
sgjava authored
-
sgjava authored
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Christian Richardt authored
-
Maksim Shabunin authored
-
Martin Ueding authored
-
- 12 May, 2015 2 commits
-
-
sgjava authored
-
Marvin Smith authored
-
- 10 May, 2015 1 commit
-
-
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.
-
-
- 06 May, 2015 3 commits
-
-
Maksim Shabunin authored
-
cbalint13 authored
-
Vadim Pisarevsky authored
-
- 05 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-