8565 Commits (76f4b02b060928baf093f93d6fe7d3623b9009f6)
 

Author SHA1 Message Date
Vladislav Vinogradov 76f4b02b06 refactored gpu::Stream (minor fixes) 12 years ago
Vladislav Vinogradov a52af84dcf refactored CudaMem (now alloc type assign only in constructor) 12 years ago
Vladislav Vinogradov cc34a8ac3c new implementation for GpuMat::setTo (without constant memory) 12 years ago
Vladislav Vinogradov 69be49bac1 refactored GpuMat: 12 years ago
Vladislav Vinogradov db1178b5df moved GpuMat implementation to separate file 12 years ago
Vladislav Vinogradov 2153a14872 moved inline implementation to separate file 12 years ago
Vladislav Vinogradov 6994a02c15 added Stream support to ogl::Buffer 12 years ago
Vladislav Vinogradov 649737b6a8 removed obsolete DevMem2D class 12 years ago
Vladislav Vinogradov 4c9773d55f renamed gpu headers (made it more consistent) 12 years ago
Vladislav Vinogradov 6c253a41c2 added CudaMem support to Input/Output arrays 12 years ago
Vladislav Vinogradov 2fae1d9507 removed ogl::Texture2D support from InputArray 12 years ago
Roman Donchenko 173442bb2e Merge pull request #964 from jet47:cuda-5.5-support 12 years ago
Vladislav Vinogradov 4559d46190 fixed BroxOpticalFlow sanity test (increase epsilon value) 12 years ago
Vladislav Vinogradov 4d9a1cf14b fixed BoxFilter sanity test (different rounding results) 12 years ago
Vladislav Vinogradov 302250f241 fixed BroxOpticalFlow regression test 12 years ago
Vladislav Vinogradov 14e4b3adde rewrite core/cuda/vec_math.hpp file 12 years ago
Vladislav Vinogradov 869a35faef fixed constructors for functional objects (added __host__ modifier) 12 years ago
Vladislav Vinogradov bf7c1c6c25 fixed NPP error constants usage 12 years ago
Roman Donchenko c929547164 Merge pull request #900 from jet47:restore-gpu-modules 12 years ago
Vadim Pisarevsky a5ffa1da34 Merge pull request #963 from bitwangyaoyao:master_oclMat 12 years ago
Vladislav Vinogradov 9488ed46ee fixed compiler warning 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
Roman Donchenko 10340fe234 Merge pull request #949 from SpecLad:merge-2.4 12 years ago
yao 9284c07a84 remove commented lines 12 years ago
Roman Donchenko aa7f70c31e Merge pull request #951 from apavlenko:fix_java_test_randshuffle 12 years ago
yao 960a0eacf3 merge openCLMallocPitch and openCLMallocPitchEx into one interface 12 years ago
Roman Donchenko 0a42a3eb06 Merge pull request #956 from IanVS:COLOR_CODE 12 years ago
IanVS 41fc41829c Updated documentation to new "COLOR_" format for color conversion enums. 12 years ago
Roman Donchenko bae85660da Merge remote-tracking branch 'origin/2.4' 12 years ago
Roman Donchenko a760684674 Merge pull request #950 from apavlenko:fix_java_mat_dump 12 years ago
Andrey Pavlenko c2d3ce9ce5 fix failing test 12 years ago
Andrey Pavlenko c7873dd03d fixing broken Mat::dump() in Java 12 years ago
Vadim Pisarevsky 6e119049ce Merge pull request #945 from malcolmreynolds:master 12 years ago
Malcolm Reynolds a9c9210bf9 update safe_call.hpp to fix OpenCL import on case sensitive mac FS 12 years ago
Malcolm Reynolds 229ff632b6 update util.hpp to fix OpenCL import on case sensitive mac FS 12 years ago
Roman Donchenko 75cf5cc4ee Merge pull request #943 from jet47:cuda-5.5-support 12 years ago
Roman Donchenko 5237647f75 Merge pull request #944 from jet47:cmake-2.8.11-cuda-fix 12 years ago
Vladislav Vinogradov bcf8bdb401 fixed constructors for functional objects (added __host__ modifier) 12 years ago
Vladislav Vinogradov 58e472754a fixed norm diff function (it uses pre-allocated buffer now) 12 years ago
Vladislav Vinogradov 0521e8908c fixed NPP error constants usage 12 years ago
Vladislav Vinogradov 09a7e86a39 fixed NPP library search (it was splitted) 12 years ago
Vladislav Vinogradov 013581f371 fixed GPU module compialtion with CMake 2.8.11 12 years ago
Roman Donchenko e9c298b784 Merge pull request #912 from SpecLad:contributing 12 years ago
Roman Donchenko 34c5f47f60 Merge pull request #934 from SpecLad:parallel-for 12 years ago
Roman Donchenko 85360572b0 Merge pull request #931 from jet47:gpu-test-fixes 12 years ago
Roman Donchenko f90fd5b0da Split CLAHE into its own file, because it's faster that way. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Vadim Pisarevsky 37091b086c Merge pull request #932 from bitwangyaoyao:2.4_fixBFM 12 years ago
Vadim Pisarevsky 6bb9342a5f Merge pull request #918 from bitwangyaoyao:2.4_samples 12 years ago
Vadim Pisarevsky 5a4efe8bcf Merge pull request #924 from pengx17:2.4_arithm_fix 12 years ago