392 Commits (fb1771833ac67759c86d6475828cb18cc8f5de72)

Author SHA1 Message Date
Andrey Morozov e58de551c5 corrected the errors in the python's tests 14 years ago
Vadim Pisarevsky 2c8af20bd0 removed obsolete tests 14 years ago
Vadim Pisarevsky 1c347f4801 removed obsolete tests 14 years ago
Valentina Kustikova 110351d3de Bugs in the test for LatentSVM were fixed. 14 years ago
Anatoly Baksheev 047c7e0fd6 *applied patch from NVidia (nppstTraspose bug) 14 years ago
Alexey Spizhevoy 51cee84123 created GPU new-style test project, ported StereoBP test 14 years ago
Vladislav Vinogradov 54fa600b9e update docs 14 years ago
Marius Muja 7d42dbdd71 Removing 'using namespace std' from header files, closes bugs #730 and #846 14 years ago
Vladislav Vinogradov deac5d972e fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo) 14 years ago
Alexey Spizhevoy 6ce1c0e27c removed debug output from tests 14 years ago
Alexey Spizhevoy 202e239cbd fixed GPU minMaxLoc test, updated docs 14 years ago
Alexey Spizhevoy ae4ab7ff54 fixed GPU meanshift segmentation test under Ubuntu 14 years ago
Alexey Spizhevoy 82856150c1 fixed warpAffine and warpPerspective under Linux 14 years ago
Alexey Spizhevoy 8cf6643903 changed a little NVIDIA Staging test framework to handle failed tests correctly 14 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
Alexey Spizhevoy 63806c9ab9 renamed gpu::DeviceInfo::has into gpu::DeviceInfo::supports 14 years ago
Vladislav Vinogradov 924670d32c fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels) 14 years ago
Vladislav Vinogradov 5cd06d6a36 fixed SURF_GPU (fails on empty data) 14 years ago
Ilya Lysenkov d8488e778c Added test for the asymmetric pattern detection 14 years ago
Anatoly Baksheev 7b1c265563 fixed some compilation under ubuntu 14 years ago
Anatoly Baksheev 0747f2d863 1) NPP_staging as sources. Binaries removed. 14 years ago
Alexey Spizhevoy 50429d8a3e fixed some warnings and errors under g++ 14 years ago
Alexey Spizhevoy 5cc7d858ad fixed warpAffine and warpPerspective tests 14 years ago
Alexey Spizhevoy a80793667f fixed gpu image resize test 14 years ago
Alexey Spizhevoy 557dd39f03 fixed gpu::sum* on CC1.0, updated some tests 14 years ago
Vladislav Vinogradov 5a166ca963 fixed gpu minMax tests under linux 14 years ago
Alexey Spizhevoy 3795142604 implemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added support of other data types 14 years ago
Alexey Spizhevoy ae529f4bc6 added absSum function 14 years ago
Maria Dimashova 9b4c682623 added empty() method to common features2d classes; fixed #831 14 years ago
Vladislav Vinogradov 8274ed22e4 fixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async) 14 years ago
Alexey Spizhevoy 575fd1fe4c reafactoring: replaced query device props functions with the DeviceInfo class 14 years ago
Alexey Spizhevoy 891e2ff310 replaced has* methods in the GPU module with the TargetArchs monostate 14 years ago
Vladislav Vinogradov eda8416358 fixed BruteForceMatcher_GPU (fails if input data is empty) 14 years ago
Anatoly Baksheev ee74e2cf08 fixed compilation 14 years ago
Anatoly Baksheev 11579324d8 GPU docs. introduction, data structures. 14 years ago
James Bowman 6b4047eb46 #586: exceptions on invalid element access 14 years ago
James Bowman 3a53d8667a #489, leaking cvarrmat test and fix 14 years ago
Vladislav Vinogradov 8abdb3721f added gpu threshold. 14 years ago
Alexey Spizhevoy 1327789d72 removed compile warning in GPU module 14 years ago
Alexey Spizhevoy 01dafce1a1 fixed some bugs in GPU matrix reductions, removed <functional> into precomp.hpp 14 years ago
Alexey Spizhevoy 0da71a01ff fixed some GPU tests failing when compiled for 1.1(no doubles) and run on 1.3(with doubles) 14 years ago
Alexey Spizhevoy 9e48f64149 fixed parsing of CC in gpu module 14 years ago
Alexey Spizhevoy 6187b97199 fixed GPU switchable tests, changed default CC's for gpu module 14 years ago
James Bowman d3462dfcba #674, fix leaks in CreateHist 14 years ago
Alexey Spizhevoy 134ae8e212 updates protected code testing for gpu HOGDescriptor 14 years ago
Alexey Spizhevoy 186b1fc6ef refactored gpu module 14 years ago
James Bowman 8503f75212 Fixed leak of dims in MatND creates 14 years ago
James Bowman 06b06d5f85 Test case for #674 14 years ago
James Bowman 5d0d485fd9 Better tests for ticket #759 14 years ago
Alexey Spizhevoy cbb132ccb1 added ensureSizeIsEnough into gpu module, updated reduction methods 14 years ago