380 Commits (82856150c184cb73089eb3fdc33120242f2b474c)

Author SHA1 Message Date
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
Maria Dimashova 073a8a6f27 fixed CvBoost 14 years ago
Alexey Spizhevoy 4dfbf99dd5 cosmetic changes in gpu module, decreased matchTemplate test running time 14 years ago
Alexey Spizhevoy d091ae5746 removed unnecessary code from gpu::matchTemplate 14 years ago
Alexey Spizhevoy dc763e0250 updated normalization routine in the matchTemplate to avoid division by zero on black images (ticket #798), added test 14 years ago
Vladimir Dudnik abdb139096 add IPP Add operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types. 14 years ago
Marius Muja 9bf80fb209 Renaming log constants, fixes bug #792 14 years ago
Alexey Spizhevoy 1ecb6cf775 simplified gpu::columnSum test, it doesn't fail on Quadro anymore (when seed is 000001af5a11badd) after BFM test, but something definitely wrong with NPP_Staging's transpose 14 years ago
Alexey Spizhevoy 8f0d36b8b6 refactored gpu::dft 14 years ago
Alexey Spizhevoy 21b081deff now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates 14 years ago
Alexey Spizhevoy 54fcdf4cae minor changes in gpu module (comments and warnings) 14 years ago
Alexey Spizhevoy 6702d55711 added support of scaling into gpu::dft, refactored gpu::convolve 14 years ago
Vladimir Dudnik 2026649f73 cosmetic changes, removed trailing spaces 14 years ago