700 Commits (4985c1b632d6d25fccbe946120036f5a75b26362)

Author SHA1 Message Date
Vladislav Vinogradov 926a6bba00 modified according to CUDA 4.0 API updates 14 years ago
Ethan Rublee 76538fbe6b Making the install and lib, bin directories consistent. 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 f2a337f990 fixed several typos, including the old ones from ticket #854 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
Anatoly Baksheev 69f28ef65c solution folder flag disabled by default 14 years ago
Vladislav Vinogradov 0caf2707ee update gpu docs (SURF and BruteForceMatcher) 14 years ago
Vladislav Vinogradov f11efdced3 added support of Hamming distance to BruteForceMatcher_GPU 14 years ago
Anatoly Baksheev 429b33de97 minor 14 years ago
Anatoly Baksheev 17e1bcb006 fixed pch for non-windows 14 years ago
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 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 d0a91f8f19 fixed gpu projectPoints and solvePnPRansac tests 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
Alexey Spizhevoy f6fc807d49 fixed some tests in gpu module 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
Vadim Pisarevsky aa7d423a6d fixed typo 14 years ago
Alexey Spizhevoy ce808af594 fixed failing GPU projectPoints and solvePnPRansac tests 14 years ago
Anton Obukhov 8a54967e0b [~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory 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
Vadim Pisarevsky e9a5bbc003 fixed ?? marks; fixed missing highlighting in some of the sections 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Andrey Kamaev b906ad3108 Test system included into Android build 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 e12b63dde0 beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter) 14 years ago
Elena Fedotova 25fc046a7a Purpose: updated the core chapter 14 years ago
Elena Fedotova 3f2daa1dcf Purpose: updated the last section of chapter 10 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
Vadim Pisarevsky 400dbb13db fixed remaining ?? 14 years ago
Anatoly Baksheev 8b8ad17f4a fixed extra memory allocations. 14 years ago
Elena Fedotova 05173022bb Purpose: updated the last section of chapter 10 14 years ago
Vadim Pisarevsky 5291b9dfe5 corrected grammar (done by Elena) 14 years ago