Alexey Spizhevoy
|
ada9158521
|
Fixed the building process for (ubuntu 64bit debug cuda4.1) configuration
|
13 years ago |
Andrey Kamaev
|
9d5c24cdc8
|
Updating opencv module definition in cmake (continued)
|
13 years ago |
Andrey Kamaev
|
13f4e70e95
|
Updating opencv module definition in cmake
|
13 years ago |
Vladislav Vinogradov
|
fcfa72081e
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
13 years ago |
Vladislav Vinogradov
|
40ee754e28
|
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
fixed gpu module error reporting
added asynchronous version of some functions
|
13 years ago |
Vladislav Vinogradov
|
8009b5150e
|
added performance tests for gpu module
|
13 years ago |
Vadim Pisarevsky
|
f9ef92d45a
|
multilib support added (ticket #363)
|
13 years ago |
Vladislav Vinogradov
|
3ab2728da1
|
gpu device layer code refactoring
|
13 years ago |
Andrey Kamaev
|
3aea74d408
|
Fixed precompiled headers support (fixed formatting, fixed dependencies generation)
|
14 years ago |
Vadim Pisarevsky
|
5649f35757
|
some more bugfixed in 2.3 propagated to trunk
|
14 years ago |
Ethan Rublee
|
6259c9ac6a
|
First pass at name mangling based on version number, to support
side by side installs of OpenCV2.3.0 OpenCV2.3.1 OpenCV2.4.x, etc...
|
14 years ago |
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
14 years ago |
Anatoly Baksheev
|
117ff43cc3
|
default cuda target flags changed
cuda support is on by default
|
14 years ago |
Alexander Shishkov
|
6ecebb7f66
|
fixed #768 ticket
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
|
14 years ago |
Alexander Shishkov
|
ca758a9dac
|
fixed #768 ticket
|
14 years ago |
Alexey Spizhevoy
|
5538e206f9
|
mac worlaround
|
14 years ago |
Anatoly Baksheev
|
e4bbcdac17
|
minor
|
14 years ago |
Alexander Shishkov
|
63dc1cdd2c
|
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
removed one more OPENCV_BUILD_SHARED_LIB flag
|
14 years ago |
Alexander Shishkov
|
6aabf72bc5
|
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
|
14 years ago |
Ethan Rublee
|
76538fbe6b
|
Making the install and lib, bin directories consistent.
|
14 years ago |
Alexey Spizhevoy
|
7d350280c0
|
compilation under mac
|
14 years ago |
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
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
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
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 |
Andrey Kamaev
|
b906ad3108
|
Test system included into Android build
|
14 years ago |
Anatoly Baksheev
|
d0e66f7766
|
minor
|
14 years ago |
Alexey Spizhevoy
|
289af671ee
|
added projectPoints and transformPoints into GPU module
|
14 years ago |
Anatoly Baksheev
|
047c7e0fd6
|
*applied patch from NVidia (nppstTraspose bug)
*fixed some warnings
*finished gpu test port to gtest framework
|
14 years ago |
Alexey Spizhevoy
|
7b2ec0a1e6
|
fixed gpu/CMakeLists.txt
|
14 years ago |
Alexey Spizhevoy
|
048689876e
|
removed unnecessary code from gpu/CMakeLists.txt
|
14 years ago |
Alexey Spizhevoy
|
7bf2816f28
|
removed CMakeLists.txt from gpu/test folder to avoid precompiled header associated warnings under Ubuntu
|
14 years ago |
Alexey Spizhevoy
|
51cee84123
|
created GPU new-style test project, ported StereoBP test
|
14 years ago |
Anatoly Baksheev
|
7539b7de65
|
fixed build under ubuntu, but FS is still disabled
|
14 years ago |
Anatoly Baksheev
|
f42a449df9
|
fix compilation under win32 with gpu
|
14 years ago |
Anatoly Baksheev
|
7b1c265563
|
fixed some compilation under ubuntu
|
14 years ago |
Anatoly Baksheev
|
0747f2d863
|
1) NPP_staging as sources. Binaries removed.
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.
|
14 years ago |
Anatoly Baksheev
|
1a94186195
|
First version of CascadeClassifier_GPU.
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only
|
14 years ago |
Anatoly Baksheev
|
9dd4a22a5e
|
temporary added NPP_staging, functionality from the library will be moved to NPP with next release.
|
14 years ago |
Alexey Spizhevoy
|
40304721a7
|
added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with block and without blocks)
|
14 years ago |
Anatoly Baksheev
|
652fb1212e
|
module reorganization: added folder with pure device functions, cuda_shared.hpp renamed to internal_shared.hpp
|
14 years ago |
Vladislav Vinogradov
|
8891acb67a
|
added BruteForceMatcher_GPU
|
14 years ago |
Anatoly Baksheev
|
36ebf4ef0d
|
cuda+npp version check at configure time.
|
14 years ago |
Anatoly Baksheev
|
d6686240d5
|
added version detection for NPP
|
14 years ago |
Alexey Spizhevoy
|
13134595fd
|
added HOGDescriptor on GPU
|
14 years ago |
Anatoly Baksheev
|
7a3b0785d7
|
fixed gpu module build system (in case when WITH_CUDA is set, but CUDA Toolkit is not found)
|
14 years ago |
Anatoly Baksheev
|
74c4b5a5a9
|
Added compilation with NPP to GPU module(FindNPP script). Tested only on win32, but it does not influence on OpenCV compilation if WITH_CUDA flag unset.
|
14 years ago |
Andrey Morozov
|
bbc2015014
|
created build infrastructure for NPP linking in CMake.
|
14 years ago |
Vladislav Vinogradov
|
0a73af8e22
|
added cvtColor on gpu (supports conversion between RGB, BGR and GRAY)
|
14 years ago |