Andrey Morozov
|
e58de551c5
|
corrected the errors in the python's tests
|
2011-04-18 15:06:09 +00:00 |
|
Vadim Pisarevsky
|
2c8af20bd0
|
removed obsolete tests
|
2011-04-15 11:56:57 +00:00 |
|
Vadim Pisarevsky
|
1c347f4801
|
removed obsolete tests
|
2011-04-15 11:13:04 +00:00 |
|
Valentina Kustikova
|
110351d3de
|
Bugs in the test for LatentSVM were fixed.
|
2011-04-08 03:51:40 +00:00 |
|
Anatoly Baksheev
|
047c7e0fd6
|
*applied patch from NVidia (nppstTraspose bug)
*fixed some warnings
*finished gpu test port to gtest framework
|
2011-02-18 12:23:18 +00:00 |
|
Alexey Spizhevoy
|
51cee84123
|
created GPU new-style test project, ported StereoBP test
|
2011-02-16 11:38:58 +00:00 |
|
Vladislav Vinogradov
|
54fa600b9e
|
update docs
minor fixes and refactoring of GPU module
|
2011-02-16 08:31:45 +00:00 |
|
Marius Muja
|
7d42dbdd71
|
Removing 'using namespace std' from header files, closes bugs #730 and #846
|
2011-02-16 06:36:15 +00:00 |
|
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
|
2011-02-14 15:50:17 +00:00 |
|
Alexey Spizhevoy
|
6ce1c0e27c
|
removed debug output from tests
|
2011-02-14 13:58:20 +00:00 |
|
Alexey Spizhevoy
|
202e239cbd
|
fixed GPU minMaxLoc test, updated docs
|
2011-02-14 13:56:12 +00:00 |
|
Alexey Spizhevoy
|
ae4ab7ff54
|
fixed GPU meanshift segmentation test under Ubuntu
|
2011-02-14 08:56:57 +00:00 |
|
Alexey Spizhevoy
|
82856150c1
|
fixed warpAffine and warpPerspective under Linux
|
2011-02-11 14:31:20 +00:00 |
|
Alexey Spizhevoy
|
8cf6643903
|
changed a little NVIDIA Staging test framework to handle failed tests correctly
|
2011-02-11 09:59:21 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
Alexey Spizhevoy
|
63806c9ab9
|
renamed gpu::DeviceInfo::has into gpu::DeviceInfo::supports
|
2011-02-09 12:31:05 +00:00 |
|
Vladislav Vinogradov
|
924670d32c
|
fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels)
|
2011-02-09 09:11:11 +00:00 |
|
Vladislav Vinogradov
|
5cd06d6a36
|
fixed SURF_GPU (fails on empty data)
added test for SURF_GPU and reprojectImageTo3D
|
2011-02-07 10:12:04 +00:00 |
|
Ilya Lysenkov
|
d8488e778c
|
Added test for the asymmetric pattern detection
|
2011-02-07 08:01:20 +00:00 |
|
Anatoly Baksheev
|
7b1c265563
|
fixed some compilation under ubuntu
|
2011-02-04 18:29:05 +00:00 |
|
Anatoly Baksheev
|
0747f2d863
|
1) NPP_staging as sources. Binaries removed.
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.
|
2011-02-04 15:15:25 +00:00 |
|
Alexey Spizhevoy
|
50429d8a3e
|
fixed some warnings and errors under g++
|
2011-02-03 14:51:58 +00:00 |
|
Alexey Spizhevoy
|
5cc7d858ad
|
fixed warpAffine and warpPerspective tests
|
2011-02-02 10:07:56 +00:00 |
|
Alexey Spizhevoy
|
a80793667f
|
fixed gpu image resize test
|
2011-02-02 09:58:22 +00:00 |
|
Alexey Spizhevoy
|
557dd39f03
|
fixed gpu::sum* on CC1.0, updated some tests
|
2011-02-02 07:23:55 +00:00 |
|
Vladislav Vinogradov
|
5a166ca963
|
fixed gpu minMax tests under linux
|
2011-02-01 10:55:58 +00:00 |
|
Alexey Spizhevoy
|
3795142604
|
implemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added support of other data types
|
2011-02-01 10:23:10 +00:00 |
|
Alexey Spizhevoy
|
ae529f4bc6
|
added absSum function
|
2011-01-31 14:37:03 +00:00 |
|
Maria Dimashova
|
9b4c682623
|
added empty() method to common features2d classes; fixed #831
|
2011-01-31 14:18:50 +00:00 |
|
Vladislav Vinogradov
|
8274ed22e4
|
fixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async)
minor code refactoring
|
2011-01-31 13:20:52 +00:00 |
|
Alexey Spizhevoy
|
575fd1fe4c
|
reafactoring: replaced query device props functions with the DeviceInfo class
|
2011-01-28 11:59:26 +00:00 |
|
Alexey Spizhevoy
|
891e2ff310
|
replaced has* methods in the GPU module with the TargetArchs monostate
|
2011-01-27 10:06:38 +00:00 |
|
Vladislav Vinogradov
|
eda8416358
|
fixed BruteForceMatcher_GPU (fails if input data is empty)
updated BruteForceMatcher_GPU test
|
2011-01-26 15:58:47 +00:00 |
|
Anatoly Baksheev
|
ee74e2cf08
|
fixed compilation
|
2011-01-26 09:14:46 +00:00 |
|
Anatoly Baksheev
|
11579324d8
|
GPU docs. introduction, data structures.
|
2011-01-25 15:23:02 +00:00 |
|
James Bowman
|
6b4047eb46
|
#586: exceptions on invalid element access
|
2011-01-25 01:33:48 +00:00 |
|
James Bowman
|
3a53d8667a
|
#489, leaking cvarrmat test and fix
|
2011-01-25 01:05:12 +00:00 |
|
Vladislav Vinogradov
|
8abdb3721f
|
added gpu threshold.
|
2011-01-24 10:11:02 +00:00 |
|
Alexey Spizhevoy
|
1327789d72
|
removed compile warning in GPU module
|
2011-01-21 08:48:20 +00:00 |
|
Alexey Spizhevoy
|
01dafce1a1
|
fixed some bugs in GPU matrix reductions, removed <functional> into precomp.hpp
|
2011-01-21 07:43:11 +00:00 |
|
Alexey Spizhevoy
|
0da71a01ff
|
fixed some GPU tests failing when compiled for 1.1(no doubles) and run on 1.3(with doubles)
|
2011-01-20 15:08:48 +00:00 |
|
Alexey Spizhevoy
|
9e48f64149
|
fixed parsing of CC in gpu module
|
2011-01-20 14:34:27 +00:00 |
|
Alexey Spizhevoy
|
6187b97199
|
fixed GPU switchable tests, changed default CC's for gpu module
|
2011-01-20 10:15:44 +00:00 |
|
James Bowman
|
d3462dfcba
|
#674, fix leaks in CreateHist
|
2011-01-19 20:47:10 +00:00 |
|
Alexey Spizhevoy
|
134ae8e212
|
updates protected code testing for gpu HOGDescriptor
|
2011-01-19 13:13:23 +00:00 |
|
Alexey Spizhevoy
|
186b1fc6ef
|
refactored gpu module
|
2011-01-19 12:47:34 +00:00 |
|
James Bowman
|
8503f75212
|
Fixed leak of dims in MatND creates
|
2011-01-19 01:43:45 +00:00 |
|
James Bowman
|
06b06d5f85
|
Test case for #674
|
2011-01-19 01:29:53 +00:00 |
|
James Bowman
|
5d0d485fd9
|
Better tests for ticket #759
|
2011-01-19 00:25:24 +00:00 |
|
Alexey Spizhevoy
|
cbb132ccb1
|
added ensureSizeIsEnough into gpu module, updated reduction methods
|
2011-01-18 12:36:01 +00:00 |
|