539 Commits (4c58fff3f72420ef8889e35bdcbe17db6cfb219a)

Author SHA1 Message Date
Vladislav Vinogradov d13a6b74b2 Fixed bug with submatrix in device::transform 13 years ago
Anton Obukhov ebc3043c86 [*] Fixed two bugs in reduction functor: out of shared memory bounds access and missing volatile on GF100 and further 13 years ago
Vladislav Vinogradov c2783af781 added OpenGL support to highgui under WIN32 13 years ago
Vladislav Vinogradov 464b8a570c fixed compilation under linux 13 years ago
Vladislav Vinogradov 2695039a79 moved GpuMat's operations implementation to core module 13 years ago
Vladislav Vinogradov 0f53f2993e removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 13 years ago
Vladislav Vinogradov d926541311 fixed compilation error 13 years ago
Anton Obukhov 54337fd513 [+] CUDA path for NCVImagePyramid 13 years ago
Vladislav Vinogradov 21f5cc7e6e minor 13 years ago
Vladislav Vinogradov b873fa818f fixed compilation under linux 13 years ago
Vladislav Vinogradov 8e061ac801 minor fix 13 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 13 years ago
Anton Obukhov 2cb9192604 [*] Fixed #1464 13 years ago
Anton Obukhov 3396a2ec1a [~] Refactored device reduction for better reuse (now with functor semantics) 13 years ago
Anton Obukhov 56531c6161 [*] Fixed #1461 13 years ago
Vladislav Vinogradov 09ba133ddf prepared GpuMat for moving to core module 13 years ago
Vladislav Vinogradov 0b4e7d6057 fixed remap under cc < 2.0 13 years ago
Anton Obukhov 5afb445283 [+] Pixel types via templates 13 years ago
Alexey Spizhevoy b74e9c101a Fixed bug in the stitching module (some images appeared at result pano center) 13 years ago
Vladislav Vinogradov e7502e7641 implemented gpu::gemm via CUBLAS 13 years ago
Vladislav Vinogradov 90ff3dd990 added cublasSafeCall 13 years ago
Vladislav Vinogradov 40ee754e28 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts 13 years ago
Vladislav Vinogradov b0536279eb added wrappers for BroxOpticalFlow and interpolateFrames 13 years ago
Vladislav Vinogradov 87f3451ec6 fixed warnings 13 years ago
Alexey Spizhevoy 8cebb0982b Updated optimal DFT size estimation in gpu::convolve() 13 years ago
Anatoly Baksheev 7076dfd7d6 gpu module: refactored devmem2d.hpp (atomic bomb) 13 years ago
Alexey Spizhevoy 916703c6e5 Updated optimal block size estimation in gpu::convolve() 13 years ago
Vladislav Vinogradov 631d4b483a minor fix 13 years ago
Vladislav Vinogradov 8f108b4e7e bug fix 13 years ago
Vladislav Vinogradov d3c4e90760 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) 13 years ago
Vladislav Vinogradov f38596b783 implemented brute force convolve for small kernel sizes 13 years ago
Anatoly Baksheev ee768d4605 fixed bug in ptr in optflow.cu 13 years ago
Vladislav Vinogradov ed749c4bfe added missing arithm operations to gpu module 13 years ago
Anatoly Baksheev f444f9b43e optflow gpu compilation fix under vs2010 13 years ago
Alexey Spizhevoy 8a799aa89a Updated optimal block size estimation for the convolve() function 13 years ago
Anatoly Baksheev 923f771cfc warnings 13 years ago
Alexey Spizhevoy dce50b67fc Fixed support of translation in the GPU-based plane warper 13 years ago
Anatoly Baksheev 0fc8fc77c0 eliminated shread_ptr dependency from optical flow gpu. It caused compilation errors. 13 years ago
Anatoly Baksheev b9ea3ef741 compilation under ubuntu 13 years ago
Anton Obukhov 42c7aece36 [+] Added Brox optical flow (implementation courtesy of Michael Smirnov) 13 years ago
Vladislav Vinogradov 4d3b1a4a02 fixed build for compute capability < 2.0 13 years ago
Vladislav Vinogradov f536dfa439 fixed build under linux 13 years ago
Vladislav Vinogradov 9da6d78989 optimized gpu filters, added buffered version for different filters 13 years ago
Vladislav Vinogradov ea4f65b570 implemented optimized version of bf_radius_match for train collection 13 years ago
Vladislav Vinogradov b119833ad1 implemented optimized version of gpu::bf_radius_match 13 years ago
Vladislav Vinogradov 67a9b79433 added performance tests for gpu::reduce 13 years ago
Alexey Spizhevoy 48dec9c03a Fixed GPU version of multi-band blending in stitching module 13 years ago
Vladislav Vinogradov 8b23c79294 implemented gpu::reduce 13 years ago
Vladislav Vinogradov 0aaaad1ea8 implemented gpu::addWeighted 13 years ago
Vladislav Vinogradov 64119dd924 implemented gpu::copyMakeBorder for all border modes 13 years ago