- 27 Feb, 2015 1 commit
-
-
StevenPuttemans authored
Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work. This solves the undesired consequence of breaking the GPU interface.
-
- 25 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 04 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 28 Dec, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 25 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
use ASSERT_FLOAT_EQ to compare float values, it is more robust for large values
-
- 15 Dec, 2014 1 commit
-
-
StevenPuttemans authored
-
- 25 Nov, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 13 Nov, 2014 1 commit
-
-
Roman Donchenko authored
It's needed for std::max.
-
- 23 Oct, 2014 4 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Maksim Shabunin authored
- updated existing Doxyfile.in - added corresponding cmake instructions - added some specific files (layout, icon) - clean existing doxygen warnings Conflicts: CMakeLists.txt doc/CMakeLists.txt modules/core/include/opencv2/core.hpp modules/core/include/opencv2/core/base.hpp modules/core/include/opencv2/core/cuda.inl.hpp modules/core/include/opencv2/core/mat.hpp modules/core/include/opencv2/core/matx.hpp modules/core/include/opencv2/core/types.hpp modules/flann/include/opencv2/flann/lsh_table.h modules/imgproc/include/opencv2/imgproc.hpp
-
- 28 Aug, 2014 1 commit
-
-
Vladislav Vinogradov authored
In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when src == 255). In CUDA 6.5 the bug was fixed. Replaced NPP LUT call with own implementation (ported from master branch) to be independant from CUDA Toolkit version.
-
- 21 Aug, 2014 1 commit
-
-
- 18 Aug, 2014 1 commit
-
-
StevenPuttemans authored
-
- 15 Aug, 2014 4 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 01 Aug, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 14 Jul, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 09 Jul, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 14 May, 2014 1 commit
-
-
Vladislav Vinogradov authored
add missing stream parameter to call_resize_linear_glob
-
- 09 Apr, 2014 1 commit
-
-
Maks Naumov authored
-
- 07 Apr, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 04 Apr, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 31 Mar, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Vladislav Vinogradov authored
it uses float arithmetics
-
- 18 Mar, 2014 1 commit
-
-
Firat Kalaycilar authored
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 20 Feb, 2014 1 commit
-
-
Vladislav Vinogradov authored
add missing __syncthreads to edgesHysteresisLocalKernel
-
- 18 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Feb, 2014 1 commit
-
-
Vladislav Vinogradov authored
replace std::swap with own code
-
- 14 Feb, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 13 Feb, 2014 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 10 Feb, 2014 1 commit
-
-
Vladislav Vinogradov authored
* BruteForceNonLocalMeans * OpticalFlowBM
-
- 07 Feb, 2014 2 commits
-
-
Vladislav Vinogradov authored
* out of border access in edgesHysteresisLocalKernel * incorrect usage of atomicAdd
-
Vladislav Vinogradov authored
This reverts commit dbce9069.
-