- 21 May, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 20 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 May, 2015 2 commits
-
-
Andrey Pavlenko authored
Revert of "Merge pull request #4006 from sgjava:opencv-steve" (reverted from commit 47431840)
-
Andrey Pavlenko authored
Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a7)
-
- 18 May, 2015 6 commits
-
-
https://github.com/zenev/opencvzenev authored
-
zenev authored
-
Maksim Shabunin authored
-
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 15 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.
-