Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
dcd600cc47
renamed gpuarithm -> cudaarithm
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
539f367d0b
refactored gpu::LUT function:
...
* converted it to Algorithm, because implementation uses inner buffers and
requires preprocessing step
* new implementation splits preprocessing and transform,
what is more effecient
* old API still can be used for source compatibility (marked as deprecated)
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
b4f3d08725
gpuarithm module fixes
12 years ago
Vladislav Vinogradov
fc3730fcc2
gpuwarping module for image warping
12 years ago
Vladislav Vinogradov
71eeaa7276
gpuarithm module fixes
12 years ago
Vladislav Vinogradov
d569e72ad4
moved mulSpectrums, dft and convolve to gpuarithm
12 years ago
Vladislav Vinogradov
c56bdbc1c5
moved integral to gpuarithm module
12 years ago
Vladislav Vinogradov
10ac854358
moved copyMakeBorder to gpuarithm module
12 years ago
Vladislav Vinogradov
31c8b527c6
gpuarithm module for arithmetics operations on matrices
12 years ago
Andrey Kamaev
8f32902ce6
Minimize usages of legacy C API inside the library
12 years ago
Andrey Kamaev
96b008cd29
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
...
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Vladislav Vinogradov
d87b709c26
fixed minMax perf test
12 years ago
Vladislav Vinogradov
f533f0dca9
fixed gpu sanity tests
12 years ago
Vladislav Vinogradov
a138e12a26
refactored gpu perf tests and fixed sanity tests
12 years ago
Vladislav Vinogradov
86bd325131
added gpu::normalize function
12 years ago
Vladislav Vinogradov
61b54149b1
added mask support to gpu norm and sum
12 years ago
Vladislav Vinogradov
08914aa708
added gpu compare with scalar
12 years ago
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
12 years ago
marina.kolpakova
2128bd25e4
fix warnings under win
12 years ago
Vladislav Vinogradov
4ba33fa1ed
Revert "call resetDevice if gpu test fails"
...
This reverts commit ab25fe9e37
.
12 years ago
Vladislav Vinogradov
ab25fe9e37
call resetDevice if gpu test fails
12 years ago
Vladislav Vinogradov
06776b612c
fixed warnings
12 years ago
marina.kolpakova
554a7cb33a
add epsilon in sanity checks
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
marina.kolpakova
e5437e5486
Fix binary compatibility of opencv_gpu
13 years ago
marina.kolpakova
e46e928429
add sanity checks in core gpu pefrormance tests
13 years ago
Anatoly Baksheev
5b31c46c4f
added MatCn enum to GPU perf tests
13 years ago
Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
13 years ago
marina.kolpakova
9c13b84e35
fixed unused warnings
13 years ago
Vladislav Vinogradov
a507d564a4
merged gpu_perf_cpu into gpu_perf
13 years ago
Vladislav Vinogradov
6e4eb722a6
updated gpu performance tests
...
now it executes only on one device
added posibility to specify device on which tests will be executed
13 years ago
Marina Kolpakova
37a63523e7
fixed merge problem
13 years ago
Marina Kolpakova
6cca6a4548
merged the trunk r8669:8702
13 years ago
Marina Kolpakova
cd81a13d8b
added check for CUDA BLUS support in GEMM tests
13 years ago
Vladislav Vinogradov
f07250acf3
updated gpu performance tests
13 years ago