Vladislav Vinogradov
|
ae94256edc
|
renmaed gpu module -> cuda
|
12 years ago |
Vladislav Vinogradov
|
d4901a99ea
|
renamed gpuwarping -> cudawarping
|
12 years ago |
Vladislav Vinogradov
|
dcd600cc47
|
renamed gpuarithm -> cudaarithm
|
12 years ago |
Vladislav Vinogradov
|
6d216d78d9
|
renamed gpulegacy -> cudalegacy
|
12 years ago |
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
12 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Vladislav Vinogradov
|
439c3574ed
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Vladislav Vinogradov
|
0521e8908c
|
fixed NPP error constants usage
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
5d7bbdc837
|
gpu module fixes
|
12 years ago |
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
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Vladislav Vinogradov
|
395f0201e3
|
fixed build for CARMA:
- added CMake toolchain file
- added WITH_NVCUVID flag
|
12 years ago |
Vladislav Vinogradov
|
2f1ca1b6b3
|
fixed build for CARMA:
* added CMake toolchain file
* added WITH_NVCUVID flag
|
13 years ago |
vlad
|
11293d071f
|
Revert "disabled video decoding under linux"
This reverts commit 889674ef43 .
|
13 years ago |
Vladislav Vinogradov
|
889674ef43
|
disabled video decoding under linux
|
13 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)
added assertion on double types for old devices
|
13 years ago |
Vladislav Vinogradov
|
2d30480982
|
created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
|
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
fixed gpu module error reporting
added asynchronous version of some functions
|
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
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vladislav Vinogradov
|
926a6bba00
|
modified according to CUDA 4.0 API updates
|
14 years ago |