- 22 May, 2015 1 commit
-
-
Maxim Kostin authored
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
-
- 18 May, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vladislav Vinogradov authored
-
- 17 May, 2015 2 commits
-
-
Dikay900 authored
-
Vadim Pisarevsky authored
-
- 16 May, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 15 May, 2015 9 commits
-
-
Vadim Pisarevsky authored
-
Maxim Kostin authored
Added sample Windows Universal application (UAP) using videoio logic for video preview and processing. 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>
-
Maxim Kostin authored
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 14 May, 2015 16 commits
-
-
Vadim Pisarevsky authored
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
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 6 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
-
-