807 Commits (88419f892361763fb49cc5a05d04f4d169fca872)

Author SHA1 Message Date
Vladislav Vinogradov c439702f0c added missing gpu::matchTemplate implementation for non-CUDA build 11 years ago
Roman Donchenko 7d62fdc62c GPU resize: removed a few parameter names to avoid unused parameter warnings. 11 years ago
Vladislav Vinogradov bff0fad6c3 gpu TVL1 Optical Flow optimization: 11 years ago
Vladislav Vinogradov 21c4753fed used global memory access for up-scaling 11 years ago
Vladislav Vinogradov d1f6a23abf improved texture usage: 11 years ago
Vladislav Vinogradov 241cc417f9 added custom implementation for nearest and linear interpolation 11 years ago
Vladislav Vinogradov 3b05acf936 reorganize code for further modifiction 11 years ago
Vladislav Vinogradov f826bd8bce removed NPP implementation 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Vladislav Vinogradov de214950c4 minor gpu TVL1 optical flow optimization: 11 years ago
Vladislav Vinogradov cb2985c526 fixed gpu bitwize operation: 11 years ago
Vladislav Vinogradov 55cb26551f use NPP version for Fermi 11 years ago
Vladislav Vinogradov a28cb99e88 optimized version of histEven for CV_8UC1 11 years ago
Vladislav Vinogradov ebe7ff991f fixed compilation without CUBLAS and CUFFT 12 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Vladislav Vinogradov 1492b20472 fix gpu warnings with signed/unsigned char 12 years ago
Vladislav Vinogradov 31a5f7ef3c fixed bug #3069 (infinite loop in GPU LBP Cascade detectMultiScale) 12 years ago
Vladislav Vinogradov 918381875a rewrite gpu/device/vec_math.hpp file 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
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Vladislav Vinogradov 8e10cd8946 fixed gpu module compilation under windows 12 years ago
Vladislav Vinogradov 924b0ef786 fixed bug in TVL1 optical flow: 12 years ago
Vladislav Vinogradov 4d23e2c8c9 GPU implementation of CLAHE 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Vladislav Vinogradov 33ff3d6016 added simd_functions.hpp to device layer 12 years ago
Vladislav Vinogradov 99c49648fa fixed gpu::LUT on multi device system 12 years ago
Vladislav Vinogradov fd7bf0b766 moved SURF_GPU and VIBE to gpunonfree module 12 years ago
Vladislav Vinogradov 4a237af814 implemented Malvar, He, and Cutler Bayer Demosaicing on gpu 12 years ago
Vladislav Vinogradov 4ddf634c30 gpu : implement Bayer* -> Gray color conversion 12 years ago
Vladislav Vinogradov f533f0dca9 fixed gpu sanity tests 12 years ago
Vladislav Vinogradov 4f7cfbc26e fixed gpu bitwise operations with scalars 12 years ago
Vladislav Vinogradov a138e12a26 refactored gpu perf tests and fixed sanity tests 12 years ago
Andrey Kamaev 995154d10d Fix binary compatibility of gpu module 12 years ago
Vladislav Vinogradov 8b1f88c40f updated gpu module API 12 years ago
Vladislav Vinogradov 36e42084f0 added gpu BM optical flow implementation 12 years ago
Vladislav Vinogradov fe2e89df1b added gpu::HoughLinesP function 12 years ago
Vladislav Vinogradov 86bd325131 added gpu::normalize function 12 years ago
Vladislav Vinogradov 61b54149b1 added mask support to gpu norm and sum 12 years ago
Vladislav Vinogradov 08914aa708 added gpu compare with scalar 12 years ago
Vladislav Vinogradov a828b60765 added enqueueHostCallback method to gpu::Stream 12 years ago
Vladislav Vinogradov ce2fd7fec9 added dual tvl1 optical flow gpu implementation 12 years ago
Vladislav Vinogradov fdb07a0ac1 fix performance issue of gpu reduction 12 years ago
Andy Maloney bc68dfb4e8 Remove unused vars 12 years ago
marina.kolpakova 8b3c717e8f apply patch #2686 12 years ago
Vladislav Vinogradov 395f0201e3 fixed build for CARMA: 12 years ago
Vladislav Vinogradov 9cb4292d5c implemented Luv/Lab <-> RGB conversion 12 years ago
Vladislav Vinogradov e446903aac added more types support for gpu separable filters 12 years ago
Vladislav Vinogradov 281d036fcf optimizations: 12 years ago