175 Commits (bc7412c0c2d6f06d622e76a431c1432409ceb949)

Author SHA1 Message Date
Anatoly Baksheev 047c7e0fd6 *applied patch from NVidia (nppstTraspose bug) 14 years ago
Vladislav Vinogradov 54fa600b9e update docs 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
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
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
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
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
Alexey Spizhevoy 134ae8e212 updates protected code testing for gpu HOGDescriptor 14 years ago
Alexey Spizhevoy 186b1fc6ef refactored gpu module 14 years ago
Alexey Spizhevoy cbb132ccb1 added ensureSizeIsEnough into gpu module, updated reduction methods 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
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
Alexey Spizhevoy 783716838d updated test for gpu::dft, updated dft for handling continous source 14 years ago
Alexey Spizhevoy 52ca0c4bca fixed bug in gpu::dft 14 years ago
Alexey Spizhevoy 09735fd208 added gpu::dft implemented via CUFFT 14 years ago
Alexey Spizhevoy da1fb6c50a added tests for gpu::mulSpectrums 14 years ago
Vladislav Vinogradov 0cd587ee34 added gpu transpose and integral based on NPP Staging. 14 years ago
Alexey Spizhevoy 0465b89e7e gpu module refactoring: moved per-element operations into separated file 14 years ago
Alexey Spizhevoy 6891a60149 added host code for gpu::matchTemplate (as NPP_staging was integrated) 14 years ago