23 Commits (2ee917c646b713c7881917ad10ef2ecaee72bc12)

Author SHA1 Message Date
Alexey Spizhevoy c776bff95b #1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary. 13 years ago
Alexey Spizhevoy 5434a9a5ec Fixed gpu::matchTemplate for correct handling of big templates. Added tests 13 years ago
Vladislav Vinogradov 0f53f2993e removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 14 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 14 years ago
Vladislav Vinogradov 40ee754e28 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts 14 years ago
Anatoly Baksheev 7076dfd7d6 gpu module: refactored devmem2d.hpp (atomic bomb) 14 years ago
Alexey Spizhevoy 310c483da8 added first version of gpu performance tests 14 years ago
Alexey Spizhevoy 68aba9f2fb added mulSpectrums functions into GPU module 15 years ago
Alexey Spizhevoy fef06c25b5 moved crossCorr (as NPP_Staging wrapper) into public GPU module part from the internal matchTemplate files 15 years ago
Alexey Spizhevoy f9bcef9003 moved sqrIntegral (NPP_Staging wrapper) into public GPU module part from matchTemplate.cpp 15 years ago
Alexey Spizhevoy a6d9cce500 added CUFFT errors handling into GPU module 15 years ago
Vladislav Vinogradov 8190837dd4 fixed some warnings under linux 15 years ago
Vladislav Vinogradov 5bfb44f887 fixed compiler error under linux 15 years ago
Alexey Spizhevoy 6891a60149 added host code for gpu::matchTemplate (as NPP_staging was integrated) 15 years ago
Alexey Spizhevoy 74197c5b14 fixed link time error in gpu module 15 years ago
Alexey Spizhevoy a81b41fb08 fixed some warning under Ubuntu in gpu module 15 years ago
Alexey Spizhevoy 9f80317ffa fixed minor bug in gpu module, added first version of sum 15 years ago
Alexey Spizhevoy d557c800a7 refactored gpu module 15 years ago
Alexey Spizhevoy 97484089c5 added support of CV_8U & CV_TM_CCORR into gpu::matchTemplate 15 years ago
Alexey Spizhevoy fa322bf46f added gpu::columnSum, fixed compile error (if there is no cuda), refactored 15 years ago
Alexey Spizhevoy b1c5b9293e added support of CV_32F & CV_TM_SQDIFF into gpu::matchTemplate 15 years ago
Alexey Spizhevoy 40304721a7 added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with block and without blocks) 15 years ago
Alexey Spizhevoy 50167f6c26 added first version of gpu::matchTemplate, currently it works only with 8UC1 images and SQDIFF method 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago