1416 Commits (9498f8208515789cc37db7cb5684cd2dfce88c93)

Author SHA1 Message Date
Vladislav Vinogradov 70e6dc615a refactored GoodFeaturesToTrackDetector 12 years ago
Vladislav Vinogradov 1652540a1f refactored HoughLines (converted it into Algorithm) 12 years ago
Vladislav Vinogradov 98bd401534 fix gpu::DeviceInfo compilation under linux 12 years ago
Roman Donchenko 3ea4836a0a Changed the impls argument to be an array name. 12 years ago
Roman Donchenko 51a672ec40 Disabled the cuda variant when CUDA is not available. 12 years ago
Roman Donchenko 936236e4b1 Extended the CPU/GPU selection mechanism in performance tests. 12 years ago
Vladislav Vinogradov 371a9cd833 fixed build with CUDA 5.5 on arm platforms 12 years ago
Vladislav Vinogradov 1492b20472 fix gpu warnings with signed/unsigned char 12 years ago
Vladislav Vinogradov 0367a7f992 link with nvcuvenc and ffmpeg libraries only if WITH_NVCUVID is enabled 12 years ago
Vladislav Vinogradov 8fcef225fb switched to Input/Output Array in reductions operations 12 years ago
Vladislav Vinogradov 564fd21e87 fixed documentation build 12 years ago
Vladislav Vinogradov 439c3574ed renamed gpu_private.hpp to private.gpu.hpp 12 years ago
Vladislav Vinogradov 6994a02c15 added Stream support to ogl::Buffer 12 years ago
Vladislav Vinogradov 4c9773d55f renamed gpu headers (made it more consistent) 12 years ago
Vladislav Vinogradov 2fae1d9507 removed ogl::Texture2D support from InputArray 12 years ago
Vladislav Vinogradov 14e4b3adde rewrite core/cuda/vec_math.hpp file 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
Vladislav Vinogradov 31a5f7ef3c fixed bug #3069 (infinite loop in GPU LBP Cascade detectMultiScale) 12 years ago
Vladislav Vinogradov 89f3c40d79 fixed BroxOpticalFlow sanity test (increase epsilon value) 12 years ago
Vladislav Vinogradov 4a770535c4 fixed BoxFilter sanity test (different rounding results) 12 years ago
Vladislav Vinogradov 516e5b2563 fixed BroxOpticalFlow regression test 12 years ago
Vladislav Vinogradov 918381875a rewrite gpu/device/vec_math.hpp file 12 years ago
Vladislav Vinogradov 3aea7e8f8d fixed gpu module build on arm platform 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 013581f371 fixed GPU module compialtion with CMake 2.8.11 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Vladislav Vinogradov 6b1c28ce6d fixed some gpu tests (different rounding results due to float arithmetics) 12 years ago
Roman Donchenko dad58d8940 Fix a build error which manifests when building with CUDA < 5. 12 years ago
Andrey Kamaev b8ed00bd64 Compile OpenCV with GCC visibility set to hidden 12 years ago
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov 5d7bbdc837 gpu module fixes 12 years ago
Vladislav Vinogradov ac0f506d0e split gpuvideo onto gpuoptflow and gpubgsegm 12 years ago
Vladislav Vinogradov eda124ec32 removed gpuobjdetect module 12 years ago
Vladislav Vinogradov 28b1caa730 gpustereo module for stereo correspondence 12 years ago
Vladislav Vinogradov cad9518928 moved image labeling to gpu module 12 years ago
Vladislav Vinogradov fc3730fcc2 gpuwarping module for image warping 12 years ago
Vladislav Vinogradov 7e91e1871d simplify CMakeLists.txt for gpu module 12 years ago
Vladislav Vinogradov 77aafc2984 removed unused includes 12 years ago
Vladislav Vinogradov 623c7da747 removed obsolete source files from gpu module 12 years ago
Vladislav Vinogradov a981dc93d0 removed obsolete headers from gpu module 12 years ago
Vladislav Vinogradov 96ac27e68c removed nv_perf_test (it is a duplicate for perf4au) 12 years ago
Vladislav Vinogradov a6648b5372 gpuobjdetect module for object detection 12 years ago
Vladislav Vinogradov b08b9ab83b gpucalib3d module for camera calibration and stereo correspondence 12 years ago
Vladislav Vinogradov fc1fa28556 gpuvideo module for video processing 12 years ago
Vladislav Vinogradov 7544ddbfef gpufeatures2d module 2d for feature detection and matching 12 years ago
Vladislav Vinogradov e41aea0acf gpuimgproc module for image processing 12 years ago
Vladislav Vinogradov d569e72ad4 moved mulSpectrums, dft and convolve to gpuarithm 12 years ago
Vladislav Vinogradov c56bdbc1c5 moved integral to gpuarithm module 12 years ago