Anatoly Baksheev
|
e90aeb08f9
|
1) ticket #1332
2) device layer utility
|
2011-08-26 09:34:49 +00:00 |
|
Vladislav Vinogradov
|
173ac5a64b
|
optimized gpu pyrDown and pyrUp
|
2011-08-24 11:16:42 +00:00 |
|
Vladislav Vinogradov
|
0ed6d86a49
|
optimized some gpu::cvtColor functions
|
2011-08-22 11:07:52 +00:00 |
|
Vladislav Vinogradov
|
971e35f283
|
fixed bug in gpu::cvtColor
|
2011-08-17 13:46:36 +00:00 |
|
Vladislav Vinogradov
|
5e9ae6b19f
|
added TransformFunctorTraits, optimized some functions that use transform
|
2011-08-17 11:32:24 +00:00 |
|
Vladislav Vinogradov
|
6e3a1f7b49
|
implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2
|
2011-08-15 12:14:02 +00:00 |
|
Vladislav Vinogradov
|
bad7dadb75
|
added remap test, fix compilation error
|
2011-08-10 12:05:24 +00:00 |
|
Vladislav Vinogradov
|
8bb9e4302e
|
added registerPageLocked/unregisterPageLocked functions
added convert functions to BruteForceMatcher_GPU
other minor fixes
|
2011-08-10 11:32:48 +00:00 |
|
Vladislav Vinogradov
|
36bfa6ea1c
|
minor
|
2011-08-09 09:15:04 +00:00 |
|
Vladislav Vinogradov
|
42ced17c2c
|
fixed some warnings under win64
|
2011-08-08 11:28:14 +00:00 |
|
Vladislav Vinogradov
|
767ac9aa10
|
added gpu::Canny function
|
2011-08-08 08:53:55 +00:00 |
|
Vladislav Vinogradov
|
dfaa8af6ee
|
fixed #1279
|
2011-08-08 05:59:09 +00:00 |
|
Vladislav Vinogradov
|
3fac5d54ca
|
minor fix
|
2011-08-03 12:30:40 +00:00 |
|
Vladislav Vinogradov
|
3ab2728da1
|
gpu device layer code refactoring
|
2011-08-03 12:10:36 +00:00 |
|
Vladislav Vinogradov
|
6ff975af9e
|
added gpu::equalizeHist function
|
2011-08-02 08:33:27 +00:00 |
|
Vladislav Vinogradov
|
33df5ea07b
|
added gpu::calcHist function
|
2011-08-01 13:15:37 +00:00 |
|
Vladislav Vinogradov
|
e746b3e8ae
|
added buffered version of pyrDown and pyrUp
added stream support to downsample, upsample, pyrUp and pyrDown
|
2011-08-01 08:15:31 +00:00 |
|
Anatoly Baksheev
|
cb9dd71f82
|
compilation
|
2011-07-22 13:26:31 +00:00 |
|
Anatoly Baksheev
|
de204fe413
|
|
2011-07-22 13:24:27 +00:00 |
|
Anatoly Baksheev
|
3a1beb1c01
|
added cv::gpu::pow, ticket #1227
|
2011-07-21 08:47:44 +00:00 |
|
Alexey Spizhevoy
|
abe34e3b33
|
removed debug func. call
|
2011-07-08 14:00:54 +00:00 |
|
Alexey Spizhevoy
|
e9837b0aa9
|
added support of old CC into GPU mean shift routines
|
2011-07-08 13:59:23 +00:00 |
|
Alexey Spizhevoy
|
ad454d83b9
|
added gpu::buildWarpPlaneMaps and gpu::buildWarpCylindricalMaps functions, integrated into stitching
|
2011-07-01 07:07:54 +00:00 |
|
Alexey Spizhevoy
|
674b763395
|
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
|
2011-06-30 14:39:48 +00:00 |
|
Vladislav Vinogradov
|
d1b4b5f0de
|
refactored gpu module tests
|
2011-06-29 10:14:16 +00:00 |
|
Vladislav Vinogradov
|
0d09352fca
|
fixed gpu::cvtColor
|
2011-06-15 11:57:08 +00:00 |
|
Vladislav Vinogradov
|
1c1a61dd37
|
added __forceinline__ to device functions
fixed BFM warning ("cannot tell what pointer points to")
|
2011-06-14 11:27:32 +00:00 |
|
Vladislav Vinogradov
|
26dd71d981
|
fixed gpu::cvtColor according #5324 changes
|
2011-06-09 08:26:08 +00:00 |
|
Vladislav Vinogradov
|
926a6bba00
|
modified according to CUDA 4.0 API updates
|
2011-05-31 08:31:10 +00:00 |
|
Vladislav Vinogradov
|
331062360d
|
fixed bug in SURF_GPU (compute descriptors, tid < 25)
|
2011-05-25 08:37:46 +00:00 |
|
Vladislav Vinogradov
|
6259520aa1
|
fixed bug in SURF_GPU (reduce_sum25)
|
2011-05-25 08:16:17 +00:00 |
|
Vladislav Vinogradov
|
15677d6d28
|
minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4)
|
2011-05-24 08:02:39 +00:00 |
|
Vladislav Vinogradov
|
7fbcc1ec05
|
minor SURF_GPU optimization (descriptor calculation, change block size to 6x6)
|
2011-05-23 18:40:09 +00:00 |
|
Vladislav Vinogradov
|
0b19f915be
|
minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures)
|
2011-05-23 07:59:20 +00:00 |
|
Vladislav Vinogradov
|
f11efdced3
|
added support of Hamming distance to BruteForceMatcher_GPU
|
2011-05-16 08:38:27 +00:00 |
|
Alexey Spizhevoy
|
97282d8ff8
|
added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp
|
2011-04-08 08:04:56 +00:00 |
|
Alexey Spizhevoy
|
6cec5ff552
|
added blendLinear into gpu module
|
2011-04-08 05:21:47 +00:00 |
|
Anatoly Baksheev
|
a69de4bf26
|
minor bug in hog (unbind texture)
|
2011-03-31 11:14:23 +00:00 |
|
Anatoly Baksheev
|
5f56b27616
|
added ROI support for HOG_GPU
|
2011-03-31 10:55:39 +00:00 |
|
Vladislav Vinogradov
|
fcff126086
|
fixed some warnings in surf.cu
|
2011-03-16 07:01:27 +00:00 |
|
Vladislav Vinogradov
|
ca803e12fd
|
fixed mask calculation in SURF_GPU
|
2011-03-15 07:06:44 +00:00 |
|
Vladislav Vinogradov
|
d05c6b8b68
|
fixed surf.cu compilation on CC 2.0
|
2011-03-14 14:33:10 +00:00 |
|
Vladislav Vinogradov
|
58f6919795
|
made GPU version of SURF more consistent with CPU one
|
2011-03-10 13:53:58 +00:00 |
|
Alexey Spizhevoy
|
1d62fddd31
|
updated solvePnpRansac performance test
|
2011-03-07 13:36:47 +00:00 |
|
Alexey Spizhevoy
|
4e6572acd9
|
removed test whether z is negative in gpu::solvePnpRansac (there is no need in this for tests passing)
|
2011-03-02 09:40:14 +00:00 |
|
Alexey Spizhevoy
|
5e85566477
|
added distortion coefs support into gpu::solvePnpRansac
|
2011-03-01 07:44:36 +00:00 |
|
Alexey Spizhevoy
|
cae59a7caf
|
added gpu::solvePnpRansac
|
2011-02-28 12:44:19 +00:00 |
|
Vladislav Vinogradov
|
32a2fde8ac
|
temporarily disabled compute descriptor kernel for new cards (some problems with threads synchronization), old version of kernels is used.
|
2011-02-22 09:27:42 +00:00 |
|
Alexey Spizhevoy
|
5b3d786e30
|
added asynchronous versions of transform- and projectPoints into the GPU module, added docs
|
2011-02-22 07:27:10 +00:00 |
|
Anatoly Baksheev
|
efe16c6f3e
|
minor refactoring
|
2011-02-21 16:50:19 +00:00 |
|