74 Commits (eda124ec32436505c72721c136681d069e7d8764)

Author SHA1 Message Date
Alexey Spizhevoy ba32833c3f added missed include (for MSVC 2010) 15 years ago
Alexey Spizhevoy a6d9cce500 added CUFFT errors handling into GPU module 15 years ago
Vladislav Vinogradov 0e45a637c4 added SURF_GPU. 15 years ago
Anatoly Baksheev 9dd4a22a5e temporary added NPP_staging, functionality from the library will be moved to NPP with next release. 15 years ago
Anatoly Baksheev 652fb1212e module reorganization: added folder with pure device functions, cuda_shared.hpp renamed to internal_shared.hpp 15 years ago
Anatoly Baksheev d96c5ebb7d misprint 15 years ago
Anatoly Baksheev 36ebf4ef0d cuda+npp version check at configure time. 15 years ago
Anatoly Baksheev 7c77787c84 npp version check 15 years ago
Ethan Rublee 29b94ceef9 Fixing a small error in compilation for gpu - anatoly should review. 15 years ago
Anatoly Baksheev f2df784830 fixed error reporting in GPU module (exceptions in destructors, etc) 15 years ago
Anatoly Baksheev a5910ac068 modified according to NPP for CUDA 3.2 API updates. 15 years ago
Anatoly Baksheev 1387bfcde0 added GPU implementation of morphology functions (using NPP) and tests for it. 15 years ago
Vladislav Vinogradov 37d39bd9de Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP. 15 years ago
Kirill Kornyakov 8e38063965 gpu::add now supports 8UC4 and 32FC1 15 years ago
Vladislav Vinogradov 0a73af8e22 added cvtColor on gpu (supports conversion between RGB, BGR and GRAY) 15 years ago
Vladislav Vinogradov 9ddb373614 added version of StereoBeliefPropagation::operator() for user specified data term 15 years ago
Vladislav Vinogradov 5bd128fac8 added gpu belief propagation stereo matching 15 years ago
Andrey Morozov 12dc52c2e7 implemented asynchronous call for StereoBM() 15 years ago
Vladislav Vinogradov 3f5dd5f1cc added implementation GpuMat::convertTo and merged this with matrix_operations.cpp 15 years ago
Anatoly Baksheev 07825bad1e compilation with no cuda re factored 15 years ago
Anatoly Baksheev b8535d1726 bixed bug in cudaSafeCall 15 years ago
Anatoly Baksheev 55b1e9cbc7 added safe call support in cu files 15 years ago
Anatoly Baksheev 2c84a66ec7 added support to build without cuda. 15 years ago
Andrey Morozov c00e9cfa27 fixed problem with compiled on linux 15 years ago
Anatoly Baksheev c4ef619ac5 minor changes in gpu code (initialization interface) 15 years ago
Anatoly Baksheev 7f6fb6ef97 First gpu code draft. Interface might be significantly changed in future. 15 years ago
Vadim Pisarevsky 7ec4b59fac added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago