1386 Commits (10340fe2347fecc65d37d70310badfbd16ed2a35)

Author SHA1 Message Date
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
Vladislav Vinogradov 10ac854358 moved copyMakeBorder to gpuarithm module 12 years ago
Vladislav Vinogradov d08ebfe4d3 moved rectStdDev to gpuarithm 12 years ago
Vladislav Vinogradov ed006a0612 added private header to gpunvidia module 12 years ago
Vladislav Vinogradov c2402053b9 removed columnSum function (it is a duplicate for reduce) 12 years ago
Vladislav Vinogradov 229ca0914a gpunvidia module for NCV & NPP API 12 years ago
Vladislav Vinogradov 84de6ce036 gpufilters module for image filtering 12 years ago
Vladislav Vinogradov 31c8b527c6 gpuarithm module for arithmetics operations on matrices 12 years ago
Vladislav Vinogradov 1b00a3ed54 gpucodec module for video decoding/encoding 12 years ago
Vladislav Vinogradov 54e7c76d99 fixed compilation errors 12 years ago
Andrey Kamaev 8f32902ce6 Minimize usages of legacy C API inside the library 12 years ago
Andrey Kamaev 96b008cd29 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 12 years ago
Roman Donchenko 57d4c86b2b Fixed the shebang lines on the Python scripts. 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Vladislav Vinogradov ba1a1aecaa fixed gpu module compilation 12 years ago
Vladislav Vinogradov b50090f850 restore cudaSafeCall 12 years ago
Vladislav Vinogradov 2bad639aee fixed source_group 12 years ago
Vladislav Vinogradov d47e89d704 fixed windows build 12 years ago
Vladislav Vinogradov 910ef57109 renamed cuda namespace to cudev 12 years ago
Vladislav Vinogradov 1bb141c465 fixed build 12 years ago
Vladislav Vinogradov 193e857392 removed cu_safe_call.h and cu_safe_call.cpp 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Vladislav Vinogradov 28b1e81883 renamed device -> cuda 12 years ago
Vladislav Vinogradov a57707b8d8 moved device layer to core module 12 years ago