- 06 Feb, 2019 1 commit
-
-
Namgoo Lee authored
Due to size limit of shared memory, histogram is built on the global memory for CV_16UC1 case. The amount of memory needed for building histogram is: 65536 * 4byte = 256KB and shared memory limit is 48KB typically. Added test cases for CV_16UC1 and various clip limits. Added perf tests for CV_16UC1 on both CPU and CUDA code. There was also a bug in CV_8UC1 case when redistributing "residual" clipped pixels. Adding the test case where clip limit is 5.0 exposes this bug.
-
- 21 Jan, 2019 1 commit
-
-
Namgoo Lee authored
* __shfl_up_sync with proper mask value for CUDA >= 9 * BlockScanInclusive for CUDA >= 9 * compatible_shfl_up for use in integral.hpp * Use CLAHE in cudev * Add tests for BlockScan
-
- 11 Oct, 2018 1 commit
-
-
Tomoaki Teshima authored
* fix test failure of cudaimgproc convert color bgr2lab series
-
- 29 Sep, 2018 1 commit
-
-
Tomoaki Teshima authored
* follow the implementation of Luv2RGBfloat in imgproc/src/color_lab.cpp * loosen threshold in cudaimgproc
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 05 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 04 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
Commits: - 09837928 - 10fb88d0 Excluded changes with std::atomic (C++98 requirement)
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 06 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
use cv::AutoBuffer::data() to get data pointer
-
- 09 May, 2018 1 commit
-
-
Namgoo Lee authored
cuda_canny : multi stream safety (#11483) * CUDA_ImgProc/Canny Asynchronous test * cuda_canny : multi stream safety (1/3) - Convert global variable canny::counter to class local variable * cuda_canny : multi stream safety (2/3) - Use texture objects rather than texture reference for cc >= 3.0, since texture reference must be declared as a static global variable which results in race condition when ran concurrently * cuda_canny : multi stream safety (3/3) - Refrain from using global variable in row_filter and column_filter (converts column_filter::c_kernel and row_filter::c_kernel to local variables) * Fixes #11193
-
- 28 Mar, 2018 1 commit
-
-
Tomoaki Teshima authored
-
- 22 Mar, 2018 1 commit
-
-
Tomoaki Teshima authored
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 18 Jan, 2018 1 commit
-
-
catree authored
-
- 15 Mar, 2017 1 commit
-
-
Naba Kumar authored
Implement cv::cuda::calcHist with mask support (#8367) * Implement cuda::calcHist with mask * Fix documentation build warning * Have their own step sizes for src and mask. Fix review comment.
-
- 04 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 28 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 07 Apr, 2016 1 commit
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 15 Mar, 2016 1 commit
-
-
Dan authored
-
- 30 Jan, 2016 1 commit
-
-
Oded Green authored
-
- 27 Nov, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 18 Sep, 2015 1 commit
-
-
Sergey Alexandrov authored
-
- 29 Jul, 2015 1 commit
-
-
Alex Torres authored
-
- 02 Mar, 2015 1 commit
-
-
Maxim Kostin authored
- Substituted HAVE_WINRT with WINRT - Fixed compilation issues in ocl.cpp and parallel.cpp - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c; - Added ole32.lib for core module (for WindowsStore 8.0 builds) - Made OpenCV_ARCH aware of ARM Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 16 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 30 Dec, 2014 3 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
used BufferPool mechanism instead
-
Vladislav Vinogradov authored
* remove overloads with explicit buffer, now BufferPool is used * added async versions for all reduce functions
-
- 26 Dec, 2014 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Vladislav Vinogradov authored
-
- 25 Dec, 2014 4 commits
-
-
Vladislav Vinogradov authored
the algorithm is not stable yet
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
use correct types for integral/sum outputs
-
Vladislav Vinogradov authored
-
- 23 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 01 Dec, 2014 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-