Vladislav Vinogradov
|
76e748ccc1
|
removed internal_header.hpp - it produces many warnings
|
12 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
|
55b1d7c097
|
added CUDA_DISABLER preprocessor commands
|
13 years ago |
Anatoly Baksheev
|
70204a8e68
|
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
|
13 years ago |
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
13 years ago |
Marina Kolpakova
|
e69c6fdef4
|
minor formating changes
|
13 years ago |
Vladislav Vinogradov
|
c2783af781
|
added OpenGL support to highgui under WIN32
|
14 years ago |
Vladislav Vinogradov
|
0f53f2993e
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
14 years ago |
Vladislav Vinogradov
|
fcfa72081e
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
14 years ago |
Anatoly Baksheev
|
7076dfd7d6
|
gpu module: refactored devmem2d.hpp (atomic bomb)
|
14 years ago |
Vladislav Vinogradov
|
1c1a61dd37
|
added __forceinline__ to device functions
fixed BFM warning ("cannot tell what pointer points to")
|
14 years ago |
Vladislav Vinogradov
|
926a6bba00
|
modified according to CUDA 4.0 API updates
|
14 years ago |
Vladislav Vinogradov
|
deac5d972e
|
fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo)
added assertion after all kernels calls
|
14 years ago |
Alexey Spizhevoy
|
ea94b43541
|
added stereo_multi_gpu sample, cosmetic changes in multi_gpu sample
|
14 years ago |
Anatoly Baksheev
|
070d87fb7f
|
fixed bug with prefilter_xsobel preset.
|
15 years ago |
Anatoly Baksheev
|
ec4d2b6bb9
|
Fixed serious kernel crash IN StereoBM_GPU for some parameter. Will more rework for the code farther.
|
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
|
d661b8e3e2
|
added PtrStep PtrElemStep structures. Refactored name spaces,
|
15 years ago |
Andrey Morozov
|
1feb5b4d02
|
added async version of postfilter_textureness and prefilter_xsobel, modified async test and added test for async version of stereobm
|
15 years ago |
Kirill Kornyakov
|
6960e1544d
|
GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.
|
15 years ago |
Anatoly Baksheev
|
2a0909acfd
|
fixed bugs in STEREOBM (added syncs and volatiles, prevent reading from uninitialized memory)
|
15 years ago |
Andrey Morozov
|
12dc52c2e7
|
implemented asynchronous call for StereoBM()
|
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
|
17f7b12a83
|
Variable winSize for StereoBP_GPU
Fixed StereoBM_GPU kernel crash
Textureness threshold added
|
15 years ago |
Anatoly Baksheev
|
f31cf6d88d
|
prefilter_xsobel option added to stereobm_gpu
|
15 years ago |
Anatoly Baksheev
|
07825bad1e
|
compilation with no cuda re factored
|
15 years ago |
Anatoly Baksheev
|
55b1e9cbc7
|
added safe call support in cu files
|
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.
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
|
15 years ago |