Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d, reversing
changes made to 02131ffb62.
|
2013-04-18 15:03:50 +04:00 |
|
Vladislav Vinogradov
|
eda124ec32
|
removed gpuobjdetect module
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
28b1caa730
|
gpustereo module for stereo correspondence
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
cad9518928
|
moved image labeling to gpu module
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
623c7da747
|
removed obsolete source files from gpu module
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
a6648b5372
|
gpuobjdetect module for object detection
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
b08b9ab83b
|
gpucalib3d module for camera calibration and stereo correspondence
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
fc1fa28556
|
gpuvideo module for video processing
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
7544ddbfef
|
gpufeatures2d module 2d for feature detection and matching
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
e41aea0acf
|
gpuimgproc module for image processing
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
d569e72ad4
|
moved mulSpectrums, dft and convolve to gpuarithm
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
c56bdbc1c5
|
moved integral to gpuarithm module
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
10ac854358
|
moved copyMakeBorder to gpuarithm module
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
ed006a0612
|
added private header to gpunvidia module
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
c2402053b9
|
removed columnSum function (it is a duplicate for reduce)
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
229ca0914a
|
gpunvidia module for NCV & NPP API
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
84de6ce036
|
gpufilters module for image filtering
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
31c8b527c6
|
gpuarithm module for arithmetics operations on matrices
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
1b00a3ed54
|
gpucodec module for video decoding/encoding
|
2013-04-18 11:33:29 +04:00 |
|
Vladislav Vinogradov
|
b50090f850
|
restore cudaSafeCall
|
2013-04-08 17:25:16 +04:00 |
|
Vladislav Vinogradov
|
910ef57109
|
renamed cuda namespace to cudev
|
2013-04-08 17:25:15 +04:00 |
|
Vladislav Vinogradov
|
204a19b431
|
moved common gpu utility functionality to gpu_private.hpp
|
2013-04-08 17:25:15 +04:00 |
|
Vladislav Vinogradov
|
28b1e81883
|
renamed device -> cuda
|
2013-04-08 17:25:15 +04:00 |
|
Vladislav Vinogradov
|
a57707b8d8
|
moved device layer to core module
|
2013-04-08 17:25:15 +04:00 |
|
Andrey Kamaev
|
f77a375354
|
Merge branch '2.4'
|
2013-03-29 19:38:35 +04:00 |
|
Vladislav Vinogradov
|
76e748ccc1
|
removed internal_header.hpp - it produces many warnings
|
2013-03-28 11:49:26 +04:00 |
|
Vladislav Vinogradov
|
15f09f8068
|
fixed gpu module compilation
|
2013-03-28 11:48:43 +04:00 |
|
Vladislav Vinogradov
|
4d23e2c8c9
|
GPU implementation of CLAHE
|
2013-03-25 17:45:13 +04:00 |
|
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
2013-03-22 14:03:15 +04:00 |
|
Andrey Kamaev
|
1ca8f33b4e
|
Merge branch '2.4'
|
2013-03-21 23:11:54 +04:00 |
|
Vladislav Vinogradov
|
33ff3d6016
|
added simd_functions.hpp to device layer
|
2013-03-21 14:09:19 +04:00 |
|
Vladislav Vinogradov
|
fd7bf0b766
|
moved SURF_GPU and VIBE to gpunonfree module
|
2013-03-18 14:06:29 +04:00 |
|
Vladislav Vinogradov
|
4a237af814
|
implemented Malvar, He, and Cutler Bayer Demosaicing on gpu
|
2013-03-14 18:11:12 +04:00 |
|
marina.kolpakova
|
5120322cea
|
move gpu version of soft cascade to dedicated module
|
2013-03-14 12:27:13 +04:00 |
|
Vladislav Vinogradov
|
ecb2ebfba4
|
Move opengl iterop code to cv::ogl namespace
Fixed issues: #2737 #2848
|
2013-03-12 18:13:11 +04:00 |
|
Vladislav Vinogradov
|
4ddf634c30
|
gpu : implement Bayer* -> Gray color conversion
|
2013-03-11 15:41:50 +04:00 |
|
Andrey Kamaev
|
9e12b7c3c2
|
Merge release 2.4.4
|
2013-03-04 19:43:49 +04:00 |
|
Vladislav Vinogradov
|
f533f0dca9
|
fixed gpu sanity tests
|
2013-02-28 16:54:37 +04:00 |
|
Vladislav Vinogradov
|
4f7cfbc26e
|
fixed gpu bitwise operations with scalars
|
2013-02-26 13:53:39 +04:00 |
|
Andrey Kamaev
|
262fc929aa
|
Merge branch '2.4'
|
2013-02-18 15:35:42 +04:00 |
|
Vladislav Vinogradov
|
36e42084f0
|
added gpu BM optical flow implementation
|
2013-02-13 15:57:40 +04:00 |
|
Vladislav Vinogradov
|
fe2e89df1b
|
added gpu::HoughLinesP function
|
2013-02-13 15:56:58 +04:00 |
|
Vladislav Vinogradov
|
61b54149b1
|
added mask support to gpu norm and sum
|
2013-02-13 15:54:50 +04:00 |
|
Vladislav Vinogradov
|
08914aa708
|
added gpu compare with scalar
|
2013-02-13 15:53:03 +04:00 |
|
Vladislav Vinogradov
|
ce2fd7fec9
|
added dual tvl1 optical flow gpu implementation
|
2013-02-13 15:50:05 +04:00 |
|
Andrey Kamaev
|
956aa68fb5
|
Merge branch '2.4'
|
2013-02-12 20:30:17 +04:00 |
|
Vladislav Vinogradov
|
fdb07a0ac1
|
fix performance issue of gpu reduction
|
2013-02-12 09:50:41 +04:00 |
|
marina.kolpakova
|
7c98735c0d
|
add compute capability check
|
2013-02-03 22:44:13 +04:00 |
|
cuda-geek
|
d874d93e24
|
Merge pull request #372 from cuda-geek:gpu-cascade-fixes
|
2013-01-31 20:13:31 +04:00 |
|
Andrey Kamaev
|
57d3152cd0
|
Merge branch '2.4'
|
2013-01-31 14:35:27 +04:00 |
|