Vladislav Vinogradov
|
0f53f2993e
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
2011-11-14 09:02:06 +00:00 |
|
Vladislav Vinogradov
|
fcfa72081e
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
2011-11-09 13:13:52 +00:00 |
|
Vladislav Vinogradov
|
40ee754e28
|
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
fixed gpu module error reporting
added asynchronous version of some functions
|
2011-10-19 09:53:22 +00:00 |
|
Anatoly Baksheev
|
7076dfd7d6
|
gpu module: refactored devmem2d.hpp (atomic bomb)
|
2011-10-13 15:14:04 +00:00 |
|
Alexey Spizhevoy
|
310c483da8
|
added first version of gpu performance tests
|
2011-01-24 10:33:01 +00:00 |
|
Alexey Spizhevoy
|
68aba9f2fb
|
added mulSpectrums functions into GPU module
|
2010-12-22 13:46:06 +00:00 |
|
Alexey Spizhevoy
|
fef06c25b5
|
moved crossCorr (as NPP_Staging wrapper) into public GPU module part from the internal matchTemplate files
|
2010-12-22 08:56:16 +00:00 |
|
Alexey Spizhevoy
|
f9bcef9003
|
moved sqrIntegral (NPP_Staging wrapper) into public GPU module part from matchTemplate.cpp
|
2010-12-22 08:17:36 +00:00 |
|
Alexey Spizhevoy
|
a6d9cce500
|
added CUFFT errors handling into GPU module
|
2010-12-22 08:03:53 +00:00 |
|
Vladislav Vinogradov
|
8190837dd4
|
fixed some warnings under linux
|
2010-12-22 07:30:21 +00:00 |
|
Vladislav Vinogradov
|
5bfb44f887
|
fixed compiler error under linux
|
2010-12-21 08:13:15 +00:00 |
|
Alexey Spizhevoy
|
6891a60149
|
added host code for gpu::matchTemplate (as NPP_staging was integrated)
|
2010-12-20 08:09:09 +00:00 |
|
Alexey Spizhevoy
|
74197c5b14
|
fixed link time error in gpu module
|
2010-12-16 08:46:47 +00:00 |
|
Alexey Spizhevoy
|
a81b41fb08
|
fixed some warning under Ubuntu in gpu module
|
2010-12-13 15:56:29 +00:00 |
|
Alexey Spizhevoy
|
9f80317ffa
|
fixed minor bug in gpu module, added first version of sum
|
2010-12-10 13:36:00 +00:00 |
|
Alexey Spizhevoy
|
d557c800a7
|
refactored gpu module
|
2010-12-10 10:23:32 +00:00 |
|
Alexey Spizhevoy
|
97484089c5
|
added support of CV_8U & CV_TM_CCORR into gpu::matchTemplate
|
2010-12-10 08:06:54 +00:00 |
|
Alexey Spizhevoy
|
fa322bf46f
|
added gpu::columnSum, fixed compile error (if there is no cuda), refactored
|
2010-12-08 15:06:10 +00:00 |
|
Alexey Spizhevoy
|
b1c5b9293e
|
added support of CV_32F & CV_TM_SQDIFF into gpu::matchTemplate
|
2010-12-08 13:12:12 +00:00 |
|
Alexey Spizhevoy
|
40304721a7
|
added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with block and without blocks)
|
2010-12-08 13:03:53 +00:00 |
|
Alexey Spizhevoy
|
50167f6c26
|
added first version of gpu::matchTemplate, currently it works only with 8UC1 images and SQDIFF method
|
2010-12-06 14:19:41 +00:00 |
|