- 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`
-
- 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
-
- 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
-
- 18 Sep, 2015 1 commit
-
-
Sergey Alexandrov authored
-
- 29 Jul, 2015 1 commit
-
-
Alex Torres authored
-
- 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
-
- 25 Dec, 2014 2 commits
-
-
Vladislav Vinogradov authored
use correct types for integral/sum outputs
-
Vladislav Vinogradov authored
-
- 23 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 07 Oct, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 27 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 19 Feb, 2014 1 commit
-
-
GrinIara authored
-
- 18 Feb, 2014 1 commit
-
-
Chechli authored
-
- 17 Feb, 2014 2 commits
- 16 Feb, 2014 1 commit
-
-
Chechli authored
-
- 15 Feb, 2014 1 commit
-
-
Chechli authored
-
- 13 Nov, 2013 1 commit
-
-
Michael Pratt authored
Without limits included, several CUDA related files fail to compile with GCC on Ubuntu: modules/cudaimgproc/src/hough_lines.cpp:136:9: error: ‘numeric_limits’ is not a member of ‘std’
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 02 Sep, 2013 3 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-