21 Commits (61f5176badbf25443e1a26127a70836c9004af4d)

Author SHA1 Message Date
Vladislav Vinogradov fd88654b45 replaced GPU -> CUDA 11 years ago
Vladislav Vinogradov 3c34b24f1f replaced gpu->cuda in files names 11 years ago
Vladislav Vinogradov 259ceb7eaa renamed gpufeatures2d -> cudafeatures2d 11 years ago
Vladislav Vinogradov 91dd44e7fa removed compatibility headers 11 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 11 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Vladislav Vinogradov 0a65f2f4af merged gpunonfree and nonfree module 12 years ago
Vladislav Vinogradov fd7bf0b766 moved SURF_GPU and VIBE to gpunonfree module 12 years ago
Vladislav Vinogradov 8b1f88c40f updated gpu module API 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev f4e33ea0ba Fix build of samples 12 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vladislav Vinogradov 44eaeee865 refactored gpu BruteForceMather (made it similar to BFMatcher) 13 years ago
Vladislav Vinogradov d38ca09738 added gpu::printCudaDeviceInfo to all samples 13 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 13 years ago
Vladislav Vinogradov 11a5e78042 fixed gpu samples build 13 years ago
Alexey Spizhevoy a2090a44db Updated CLI for GPU samples 13 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Vladislav Vinogradov 58f6919795 made GPU version of SURF more consistent with CPU one 14 years ago
Vladislav Vinogradov 924670d32c fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels) 14 years ago
Anatoly Baksheev 2aa5aa6c88 b 14 years ago
Vladislav Vinogradov 428e8d1255 added matcher_simple_gpu sample 14 years ago