752 Commits (2b4ffd1161e08e141b6ea978f65771ba76d56d9f)

Author SHA1 Message Date
Alexey Spizhevoy ad454d83b9 added gpu::buildWarpPlaneMaps and gpu::buildWarpCylindricalMaps functions, integrated into stitching 14 years ago
Alexey Spizhevoy 5d703abdc2 fix for GPU module compile time (VS2010) error (from 2.3 branch) 14 years ago
Alexey Spizhevoy 674b763395 GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching) 14 years ago
Vladislav Vinogradov d1b4b5f0de refactored gpu module tests 14 years ago
Alexander Shishkov f010539aaf Fixed MacOS GPU Compilation for i386 14 years ago
Anatoly Baksheev 74f1162a41 tabs 14 years ago
Vladislav Vinogradov 0d09352fca fixed gpu::cvtColor 14 years ago
Anton Obukhov c6a7432e92 [*] Approach to the bug with integral image calculation on SM_2.0 (Fermi) 14 years ago
Vladislav Vinogradov e05c488868 minor fix 14 years ago
Vladislav Vinogradov 1c1a61dd37 added __forceinline__ to device functions 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Anatoly Baksheev dc8572dc7b data_mov_utils.hpp 14 years ago
Vladislav Vinogradov 26dd71d981 fixed gpu::cvtColor according #5324 changes 14 years ago
Vladislav Vinogradov f906c9b259 added resetDevice function, removed MultiGpuManager 14 years ago
Vladislav Vinogradov 926a6bba00 modified according to CUDA 4.0 API updates 14 years ago
Vladislav Vinogradov 331062360d fixed bug in SURF_GPU (compute descriptors, tid < 25) 14 years ago
Vladislav Vinogradov 6259520aa1 fixed bug in SURF_GPU (reduce_sum25) 14 years ago
Vladislav Vinogradov 15677d6d28 minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4) 14 years ago
Vladislav Vinogradov 7fbcc1ec05 minor SURF_GPU optimization (descriptor calculation, change block size to 6x6) 14 years ago
Vladislav Vinogradov ae6d5252ab minor fix 14 years ago
Vladislav Vinogradov 0b19f915be minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures) 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Alexey Spizhevoy 7d350280c0 compilation under mac 14 years ago
Vladislav Vinogradov 34e2c78cec minor fix 14 years ago
Vladislav Vinogradov f3b45af876 GpuMat::setTo optimization (call cudaMemcpy2D if possible) 14 years ago
Vladislav Vinogradov f11efdced3 added support of Hamming distance to BruteForceMatcher_GPU 14 years ago
Vladislav Vinogradov 6a03be2632 added lightweight class DeviceBuffer to matrix_reductions.cpp 14 years ago
Vladislav Vinogradov 1c9f4e7ca2 fixed gpu::meanStdDev and gpu::norm under CUDA 4.0 14 years ago
Vladislav Vinogradov 58e26313dd fixed bug in cv::LUT (multi-channel source array and single-channel table) 14 years ago
Anatoly Baksheev 1c18e5fef9 fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
Vladislav Vinogradov 6200f388dd fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse) 14 years ago
Vladislav Vinogradov c21a783646 added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY) 14 years ago
Anton Obukhov b28c33f5dc [~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table 14 years ago
Alexey Spizhevoy c9894f9655 fixed compile-time bug under Ubuntu 14 years ago
Anton Obukhov 0c325cace3 [~] Minor refactoring, clean-up 14 years ago
Alexey Spizhevoy 1a02877ab7 fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu 14 years ago
Alexey Spizhevoy 97282d8ff8 added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp 14 years ago
Alexey Spizhevoy 6cec5ff552 added blendLinear into gpu module 14 years ago
Anton Obukhov 07d19c2c6f [~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api) 14 years ago
Anton Obukhov 58476b64a6 [*] Fixed #974 ("GPU CascadeClassifier fails with some training files"): Moved IsNodeLeaf bit from NodeDescriptor to FeatureDescriptor for both left and right nodes, therefore from now on max number of rects in a feature is 31 14 years ago
Anatoly Baksheev a69de4bf26 minor bug in hog (unbind texture) 14 years ago
Anatoly Baksheev 5f56b27616 added ROI support for HOG_GPU 14 years ago
Anatoly Baksheev 8b8ad17f4a fixed extra memory allocations. 14 years ago
Vladislav Vinogradov 57195e9627 fixed SURF_GPU bug (features count > max dimension of grid) 14 years ago
Alexey Spizhevoy ca1584dd1f fixed gpu::graphcut preconditions 14 years ago
Vladislav Vinogradov 9342c4b076 added upright parameter to SURF_GPU 14 years ago
Vladislav Vinogradov fcff126086 fixed some warnings in surf.cu 14 years ago
Vladislav Vinogradov ca803e12fd fixed mask calculation in SURF_GPU 14 years ago
Vladislav Vinogradov d05c6b8b68 fixed surf.cu compilation on CC 2.0 14 years ago
Anatoly Baksheev 9214173c2c some includes moved to precomp.hpp for gpu module 14 years ago