Alexey Spizhevoy
|
13134595fd
|
added HOGDescriptor on GPU
|
15 years ago |
Anatoly Baksheev
|
7a3b0785d7
|
fixed gpu module build system (in case when WITH_CUDA is set, but CUDA Toolkit is not found)
|
15 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.
|
15 years ago |
Andrey Morozov
|
bbc2015014
|
created build infrastructure for NPP linking in CMake.
|
15 years ago |
Vladislav Vinogradov
|
0a73af8e22
|
added cvtColor on gpu (supports conversion between RGB, BGR and GRAY)
|
15 years ago |
Andrey Morozov
|
199ffc632d
|
added flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability from which it is compiled opencv
now use opencv with cuda in your application in the such way : set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ${OpenCV_COMPUTE_CAPABILITIES})
|
15 years ago |
Anatoly Baksheev
|
97d17d8ad1
|
fixed warnings
added comments in gpu.hpp
|
15 years ago |
Anatoly Baksheev
|
024283ceae
|
warning level switched to W3 fpr gpu module
|
15 years ago |
Andrey Morozov
|
53057afcb8
|
minor fix
|
15 years ago |
Andrey Morozov
|
b5e3cb0f9b
|
minor fix
|
15 years ago |
Andrey Morozov
|
c27397dba1
|
minor fix
|
15 years ago |
Andrey Morozov
|
789b02ad76
|
added choise in compute capability
|
15 years ago |
Anatoly Baksheev
|
22f5376e82
|
refactoring and minor code improvements
added cuda_shared.hpp header was reorganized in order to speed up compilation
|
15 years ago |
Anatoly Baksheev
|
1135bc2495
|
saturate_cast_gpu.hpp
|
15 years ago |
Anatoly Baksheev
|
e07d3601e7
|
-arch=sm_13
|
15 years ago |
Anatoly Baksheev
|
3a481f93ee
|
EHsc- warning fixed
|
15 years ago |
Anatoly Baksheev
|
3a3745daac
|
disabled W4 warnings for GPU module.
|
15 years ago |
Anatoly Baksheev
|
07825bad1e
|
compilation with no cuda re factored
|
15 years ago |
Andrey Morozov
|
1d93ca00de
|
Added files for implementation of operations SetTo()
|
15 years ago |
Anatoly Baksheev
|
2c84a66ec7
|
added support to build without cuda.
|
15 years ago |
Andrey Morozov
|
e1bd5aeadd
|
fixed problem with building module gpu on linux
|
15 years ago |
Anatoly Baksheev
|
7f6fb6ef97
|
First gpu code draft. Interface might be significantly changed in future.
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
|
15 years ago |