Vladislav Vinogradov
|
f50a061225
|
added stream parameter to all cudaimgproc routines
|
10 years ago |
Vladislav Vinogradov
|
a0ae602bb7
|
renamed gpuimgproc -> cudaimgproc
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
Vladislav Vinogradov
|
1fcc8074bd
|
switched to Input/Output Array in Mean Shift
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
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
|
e41aea0acf
|
gpuimgproc module for image processing
|
12 years ago |
Vladislav Vinogradov
|
204a19b431
|
moved common gpu utility functionality to gpu_private.hpp
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Vladislav Vinogradov
|
a138e12a26
|
refactored gpu perf tests and fixed sanity tests
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
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 |
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
13 years ago |
Marina Kolpakova
|
5d06788305
|
fixed more "shadow" warnings
|
13 years ago |
Vladislav Vinogradov
|
fcfa72081e
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
14 years ago |
Alexey Spizhevoy
|
e9837b0aa9
|
added support of old CC into GPU mean shift routines
|
14 years ago |
Anatoly Baksheev
|
6b6a63ba38
|
fixed some warnings
GPU: TargetArchs -> added FEATURE_SET prefix.
|
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
|
86802ec968
|
minor warning fixed
|
15 years ago |
Alexey Spizhevoy
|
a81b41fb08
|
fixed some warning under Ubuntu in gpu module
|
15 years ago |
Alexey Spizhevoy
|
349a9fac86
|
fixed compile-time warning under g++
|
15 years ago |
Alexey Spizhevoy
|
d0dfae5143
|
fixed bug in ms segmentation
|
15 years ago |
Alexey Spizhevoy
|
fa245e5f21
|
refactored mssegmentation.cpp
|
15 years ago |
Alexey Spizhevoy
|
6b5df89532
|
refactored mean shift segmentation a little
|
15 years ago |
Alexey Spizhevoy
|
970dd7f593
|
implemented mean shift segmentation with elimination of small segments, added tests
|
15 years ago |