Vladislav Vinogradov
|
f10537cdd6
|
fix tests compilation issue on Windows
|
2015-05-06 17:15:25 +03:00 |
|
Vladislav Vinogradov
|
f1bec940b1
|
fix accuracy tests in tiny mode
|
2015-05-06 17:15:25 +03:00 |
|
Vladislav Vinogradov
|
d87c30dc84
|
Bug #4315 : fix CUDA bitwise operations with mask
|
2015-05-06 13:28:08 +03:00 |
|
Vladislav Vinogradov
|
3e4bb371c8
|
fix epsilons for several gpu tests
|
2014-02-06 18:02:14 +04:00 |
|
Vladislav Vinogradov
|
da44a2fac1
|
Revert "disable gpu Subtract_Array test:"
This reverts commit e91bf95d58 .
|
2014-02-06 18:02:14 +04:00 |
|
Vladislav Vinogradov
|
e91bf95d58
|
disable gpu Subtract_Array test:
possible bug in CPU version
|
2014-01-31 16:15:11 +04:00 |
|
Vladislav Vinogradov
|
53494ba397
|
increase thresholds for some tests
|
2013-12-27 18:20:14 +04:00 |
|
Vladislav Vinogradov
|
6b1c28ce6d
|
fixed some gpu tests (different rounding results due to float arithmetics)
|
2013-05-29 17:38:32 +04:00 |
|
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
|
2013-04-15 19:39:49 +04:00 |
|
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
2013-03-22 14:03:15 +04:00 |
|
Vladislav Vinogradov
|
abc9ef6809
|
moved utility functions from gpu_perf_test and gpu_test to ts module
|
2013-03-18 14:06:19 +04:00 |
|
Vladislav Vinogradov
|
4f7cfbc26e
|
fixed gpu bitwise operations with scalars
|
2013-02-26 13:53:39 +04:00 |
|
Vladislav Vinogradov
|
86bd325131
|
added gpu::normalize function
|
2013-02-13 15:55: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
|
b7e6b5af1b
|
fixed tests (call resetDevice, if there was a gpu failure)
|
2013-01-23 21:05:04 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
marina.kolpakova
|
e5437e5486
|
Fix binary compatibility of opencv_gpu
|
2012-10-17 02:09:40 +04:00 |
|
Vladislav Vinogradov
|
ec7f9566e0
|
minor gpu tests fix
|
2012-08-20 10:15:36 +04:00 |
|
Vladislav Vinogradov
|
bfb390e82a
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
2012-06-05 13:32:04 +00:00 |
|
Vladislav Vinogradov
|
67b718f1cb
|
fixed some bugs in gpu module under Windows:
* convertTo alignment error
* compare with scalars error
|
2012-05-29 08:03:36 +00:00 |
|
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
|
2012-05-28 12:09:40 +00:00 |
|
Vladislav Vinogradov
|
f07250acf3
|
updated gpu performance tests
|
2012-05-23 12:58:01 +00:00 |
|
Vladislav Vinogradov
|
9df6e51a5b
|
added gpu::compare with scalars (Feature #1754)
|
2012-05-12 09:45:21 +00:00 |
|
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)
|
2012-03-27 10:34:30 +00:00 |
|
Vladislav Vinogradov
|
089a835c0a
|
fixed octave computation in SURF_GPU
used random images in gpu filter tests
|
2012-03-26 18:07:03 +00:00 |
|
Vladislav Vinogradov
|
26691e00d4
|
fixed gpu core tests (added additional check for device's feature support)
added assertion on double types for old devices
|
2012-03-26 14:33:43 +00:00 |
|
Vladislav Vinogradov
|
9034a2d6d7
|
fixed gpu arithm functions (mismatch with cpu version)
|
2012-03-26 11:02:03 +00:00 |
|
Vladislav Vinogradov
|
7057dd8fc0
|
added test for gpu::Laplacian for CV_32FC1 type
changed epsilon for matrix comparison in gpu::sqrt test
|
2012-03-22 19:12:42 +00:00 |
|
Vladislav Vinogradov
|
059cef57e6
|
fixed gpu::filter2D border interpolation for CV_32FC1 type
added additional tests for gpu filters
fixed gpu features2D tests
|
2012-03-21 14:38:23 +00:00 |
|
Vladislav Vinogradov
|
509c910101
|
refactored and fixed some gpu tests
fixed some bugs in gpu module
|
2012-03-20 12:03:34 +00:00 |
|