Vladislav Vinogradov
f10537cdd6
fix tests compilation issue on Windows
10 years ago
Vladislav Vinogradov
f1bec940b1
fix accuracy tests in tiny mode
10 years ago
Vladislav Vinogradov
1d40946959
Bug #4315 : fix CUDA bitwise operations with mask
...
(cherry picked from commit d87c30dc84
)
10 years ago
Vladislav Vinogradov
d87c30dc84
Bug #4315 : fix CUDA bitwise operations with mask
10 years ago
Vladislav Vinogradov
cc73c7000f
fix epsilons for several gpu tests
...
(cherry picked from commit 3e4bb371c8
)
11 years ago
Vladislav Vinogradov
48612d7c58
Revert "disable gpu Subtract_Array test:"
...
This reverts commit e91bf95d58
.
(cherry picked from commit da44a2fac1
)
11 years ago
Vladislav Vinogradov
3e4bb371c8
fix epsilons for several gpu tests
11 years ago
Vladislav Vinogradov
da44a2fac1
Revert "disable gpu Subtract_Array test:"
...
This reverts commit e91bf95d58
.
11 years ago
Vladislav Vinogradov
4f79b9de48
disable gpu Subtract_Array test:
...
possible bug in CPU version(cherry picked from commit 59155c1eefb6f22e362e34a8d73b31841eb3413a)
11 years ago
Vladislav Vinogradov
e91bf95d58
disable gpu Subtract_Array test:
...
possible bug in CPU version
11 years ago
Vladislav Vinogradov
53494ba397
increase thresholds for some tests
11 years ago
Vladislav Vinogradov
6b1c28ce6d
fixed some gpu tests (different rounding results due to float arithmetics)
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
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
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
Vladislav Vinogradov
9034a2d6d7
fixed gpu arithm functions (mismatch with cpu version)
13 years ago
Vladislav Vinogradov
7057dd8fc0
added test for gpu::Laplacian for CV_32FC1 type
...
changed epsilon for matrix comparison in gpu::sqrt test
13 years ago
Vladislav Vinogradov
059cef57e6
fixed gpu::filter2D border interpolation for CV_32FC1 type
...
added additional tests for gpu filters
fixed gpu features2D tests
13 years ago
Vladislav Vinogradov
509c910101
refactored and fixed some gpu tests
...
fixed some bugs in gpu module
13 years ago
Vladislav Vinogradov
844bdea5ac
fixed several bugs in gpu arithm functions
...
refactored tests for them
13 years ago
Vladislav Vinogradov
85c904a4ba
fixed build in gpu module (SURF and ORB)
13 years ago
Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
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
Vladislav Vinogradov
75ac4362ca
removed ASSERT_NO_THROW
13 years ago
Vladislav Vinogradov
af59a75ffc
fixed bug with submatrix in some gpu functions
...
update gpu tests
13 years ago
Vladislav Vinogradov
e7502e7641
implemented gpu::gemm via CUBLAS
13 years ago
Vladislav Vinogradov
ed749c4bfe
added missing arithm operations to gpu module
13 years ago
Vladislav Vinogradov
8b23c79294
implemented gpu::reduce
13 years ago
Vladislav Vinogradov
0aaaad1ea8
implemented gpu::addWeighted
13 years ago
Vladislav Vinogradov
12b7090a6f
fixed some warnings under win64
14 years ago
Anatoly Baksheev
3a1beb1c01
added cv::gpu::pow, ticket #1227
14 years ago
Vladislav Vinogradov
a4182b5da3
fixed build under linux
14 years ago