Tomoaki Teshima
|
b6a093fba1
|
accept multiple channels image for threshold on cuda
* modify test, too
|
9 years ago |
Vladislav Vinogradov
|
3d0410c147
|
remove reciprocal version of cuda::divide
it might cause errors, due to implicit type conversion and another cuda::divide
overload
|
10 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
11 years ago |
Vladislav Vinogradov
|
dcd600cc47
|
renamed gpuarithm -> cudaarithm
|
11 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
11 years ago |
Vladislav Vinogradov
|
0a83817ace
|
switched to Input/Output Array in gpu::threshold
|
12 years ago |
Vladislav Vinogradov
|
b866890b27
|
switched to Input/Output Array in abs, sqr, sqrt, exp, log, pow
|
12 years ago |
Vladislav Vinogradov
|
5ec8c51b98
|
switched to Input/Output Array in gpu::absdiff
|
12 years ago |
Vladislav Vinogradov
|
3ee12cbeb4
|
switched to Input/Output Array in gpu::divide
|
12 years ago |
Vladislav Vinogradov
|
4595e3aa3e
|
switched to Input/Output Array in gpu::multiply
|
12 years ago |
Vladislav Vinogradov
|
5330faf5a0
|
switched to Input/Output Array in gpu::subtract
|
12 years ago |
Vladislav Vinogradov
|
4ebbf69134
|
switched to Input/Output Array in gpu::add
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Vladislav Vinogradov
|
6b1c28ce6d
|
fixed some gpu tests (different rounding results due to float arithmetics)
|
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
|
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 |
Vladislav Vinogradov
|
54e7c76d99
|
fixed compilation errors
|
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
|
abc9ef6809
|
moved utility functions from gpu_perf_test and gpu_test to ts module
|
12 years ago |
Vladislav Vinogradov
|
ecb2ebfba4
|
Move opengl iterop code to cv::ogl namespace
Fixed issues: #2737 #2848
|
12 years ago |
Vladislav Vinogradov
|
4f7cfbc26e
|
fixed gpu bitwise operations with scalars
|
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 |
Vladislav Vinogradov
|
1a76242d99
|
added GPU_TEST_P macros
|
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
|
11c6eb6305
|
element operations
|
12 years ago |
Vladislav Vinogradov
|
e8f9762ef3
|
matrix reduction
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
marina.kolpakova
|
e5437e5486
|
Fix binary compatibility of opencv_gpu
|
12 years ago |
Vladislav Vinogradov
|
ec7f9566e0
|
minor gpu tests fix
|
12 years ago |
Vladislav Vinogradov
|
bfb390e82a
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
13 years ago |
Vladislav Vinogradov
|
4e4b96e3d9
|
Merged revision(s) 8484 from trunk:
fixed some bugs in gpu module under Windows:
* convertTo alignment error
........
|
13 years ago |
Vladislav Vinogradov
|
67b718f1cb
|
fixed some bugs in gpu module under Windows:
* convertTo alignment error
* compare with scalars error
|
13 years ago |
Vladislav Vinogradov
|
d382fa56c7
|
Merged revision(s) 8474 from trunk:
fixed several problems with CUDA 5.0
* gpu::LUT, uses device memory instead of host memory
* gpu::multiply, round mod for CV_8U depth
........
|
13 years ago |
Vladislav Vinogradov
|
2582464e51
|
fixed several problems with CUDA 5.0
* gpu::LUT, uses device memory instead of host memory
* gpu::multiply, round mod for CV_8U depth
|
13 years ago |
Vladislav Vinogradov
|
f07250acf3
|
updated gpu performance tests
|
13 years ago |
Vladislav Vinogradov
|
9df6e51a5b
|
added gpu::compare with scalars (Feature #1754)
|
13 years ago |
Vladislav Vinogradov
|
eaea6782d5
|
added more assertion on device features to gpu functions and tests
moved TargerArchs and DeviceInfo to core
fixed bug in GpuMat::copy with mask (incorrect index in function tab)
|
13 years ago |
Vladislav Vinogradov
|
089a835c0a
|
fixed octave computation in SURF_GPU
used random images in gpu filter tests
|
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 |