74 Commits (eda124ec32436505c72721c136681d069e7d8764)

Author SHA1 Message Date
Vladislav Vinogradov eda124ec32 removed gpuobjdetect module 12 years ago
Vladislav Vinogradov 28b1caa730 gpustereo module for stereo correspondence 12 years ago
Vladislav Vinogradov 77aafc2984 removed unused includes 12 years ago
Vladislav Vinogradov 229ca0914a gpunvidia module for NCV & NPP API 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
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Vladislav Vinogradov 15f09f8068 fixed gpu module compilation 12 years ago
Andrey Kamaev 75513a46dc Remove all include directives for <string> 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
marina.kolpakova 157a98edf7 refactored cuda error handling; remove optional dependancies in soft cascade training app 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Vladislav Vinogradov 395f0201e3 fixed build for CARMA: 12 years ago
Vladislav Vinogradov 2f1ca1b6b3 fixed build for CARMA: 12 years ago
vlad 11293d071f Revert "disabled video decoding under linux" 12 years ago
Vladislav Vinogradov 889674ef43 disabled video decoding under linux 12 years ago
Vadim Pisarevsky 42471c082f possibly fixed compile errors in GPU module on Windows 13 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Anatoly Baksheev 91a1a71de2 fixed compilation under Ubuntu without CUDA 13 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 bfb390e82a added gpu::FGDStatModel (Background/foreground segmentation) 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Vladislav Vinogradov 2dafc9a853 fixed build under MacOS (disabled video decoding, it's not supported) 13 years ago
Vladislav Vinogradov f4b4665940 added VideoReader_GPU 13 years ago
Vladislav Vinogradov 2bfaf540a1 added VideoWriter_GPU 13 years ago
Vladislav Vinogradov 26691e00d4 fixed gpu core tests (added additional check for device's feature support) 13 years ago
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions 13 years ago
Alexey Spizhevoy 5c459aa815 Added the GPU version of the Farneback's optical flow 13 years ago
Vladislav Vinogradov d38ca09738 added gpu::printCudaDeviceInfo to all samples 13 years ago
Vladislav Vinogradov 40ee754e28 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts 14 years ago
Vladislav Vinogradov b0536279eb added wrappers for BroxOpticalFlow and interpolateFrames 14 years ago
Alexey Spizhevoy fd5b0c1f18 Reverted some unnecessary changes in GPU module 14 years ago
Alexey Spizhevoy a7c6b84390 Added TODOs into GPU module 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Vladislav Vinogradov 926a6bba00 modified according to CUDA 4.0 API updates 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Anatoly Baksheev 9214173c2c some includes moved to precomp.hpp for gpu module 14 years ago
Alexey Spizhevoy eb8c0b8b4b parallelized hypotheses evaluation cycle in gpu::solvePnpRansac 14 years ago
Alexey Spizhevoy 289af671ee added projectPoints and transformPoints into GPU module 14 years ago
Anatoly Baksheev 7b1c265563 fixed some compilation under ubuntu 14 years ago
Anatoly Baksheev 0747f2d863 1) NPP_staging as sources. Binaries removed. 14 years ago
Alexey Spizhevoy 13a6d0b92a fixed parsing GPU archs in BIN(PTX) format 14 years ago
Vladislav Vinogradov 8abdb3721f added gpu threshold. 14 years ago
Alexey Spizhevoy 01dafce1a1 fixed some bugs in GPU matrix reductions, removed <functional> into precomp.hpp 14 years ago
Alexey Spizhevoy 574b3f94a1 updated gpu initialization functions, added compile-time error on CC 1.0 14 years ago
Anatoly Baksheev 1a94186195 First version of CascadeClassifier_GPU. 14 years ago