Alexey Spizhevoy
|
a72da12c80
|
Added fix for 0 found features in stitching matcher
|
14 years ago |
Alexey Spizhevoy
|
485e71bcc2
|
Bug in multiply was fixed (by Vlad Vinogradov)
|
14 years ago |
Vladislav Vinogradov
|
acac27d8fe
|
optimized gpu::multiply
|
14 years ago |
Alexey Spizhevoy
|
a7c6b84390
|
Added TODOs into GPU module
|
14 years ago |
Alexey Spizhevoy
|
903f835d9f
|
added support of 8UC4*32FC1 multiply into GPU module
|
14 years ago |
Vladislav Vinogradov
|
5e9ae6b19f
|
added TransformFunctorTraits, optimized some functions that use transform
|
14 years ago |
Vladislav Vinogradov
|
8bb9e4302e
|
added registerPageLocked/unregisterPageLocked functions
added convert functions to BruteForceMatcher_GPU
other minor fixes
|
14 years ago |
Vladislav Vinogradov
|
42ced17c2c
|
fixed some warnings under win64
|
14 years ago |
Vladislav Vinogradov
|
3ab2728da1
|
gpu device layer code refactoring
|
14 years ago |
Anatoly Baksheev
|
cb9dd71f82
|
compilation
|
14 years ago |
Anatoly Baksheev
|
de204fe413
|
|
14 years ago |
Anatoly Baksheev
|
3a1beb1c01
|
added cv::gpu::pow, ticket #1227
|
14 years ago |
Alexey Spizhevoy
|
674b763395
|
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
|
14 years ago |
Vladislav Vinogradov
|
1c1a61dd37
|
added __forceinline__ to device functions
fixed BFM warning ("cannot tell what pointer points to")
|
14 years ago |
Vladislav Vinogradov
|
926a6bba00
|
modified according to CUDA 4.0 API updates
|
14 years ago |
Vladislav Vinogradov
|
deac5d972e
|
fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo)
added assertion after all kernels calls
|
14 years ago |
Vladislav Vinogradov
|
8abdb3721f
|
added gpu threshold.
|
15 years ago |
Alexey Spizhevoy
|
df8529377b
|
refactoring: moved gpu reduction-based functions into separated file
|
15 years ago |
Alexey Spizhevoy
|
0465b89e7e
|
gpu module refactoring: moved per-element operations into separated file
|
15 years ago |
Anatoly Baksheev
|
0f30fe080f
|
renamed constantspacebp -> stereocsbp line all other algs
created element_operations and matrix_reductions files for farther refactoring
|
15 years ago |