648 Commits (ae2e494c7dd829edbe13f8d0671f4bfb84e7b07e)

Author SHA1 Message Date
Vladislav Vinogradov cdae0743ab fix OpenGL render functions 13 years ago
Vladislav Vinogradov e45d5e8a5f added performance test for createOpticalFlowNeedleMap 13 years ago
Vladislav Vinogradov 6d5171e5b6 fixed gpu docs 13 years ago
Vladislav Vinogradov a25b027ef7 updated gpu optical_flow sample 13 years ago
Vladislav Vinogradov 4f44d9ea7d added docs for FAST_GPU and ORB_GPU 13 years ago
Vladislav Vinogradov 5860477605 fixed gpu::resize 13 years ago
Vladislav Vinogradov f0356004bc minor fix 13 years ago
Vladislav Vinogradov af59a75ffc fixed bug with submatrix in some gpu functions 13 years ago
Andrey Kamaev 65f5343ed5 Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests 13 years ago
Vladislav Vinogradov 457b8d7bff update gpu perf tests 13 years ago
Vladislav Vinogradov eccfc90b77 bug fix 13 years ago
Vladislav Vinogradov 4fee5ef818 fixed build under linux 13 years ago
Vladislav Vinogradov 5e38cf8042 added FAST_GPU and ORB_GPU classes 13 years ago
Vladislav Vinogradov e6d820171c added documentation for gpu::BroxOpticalFlow, updated other docs 13 years ago
Vladislav Vinogradov b398ac7a96 added ImagePyramid class to gpu module 13 years ago
Vladislav Vinogradov d13a6b74b2 Fixed bug with submatrix in device::transform 13 years ago
Vladislav Vinogradov 677fc3a09f fixed gpu perf tests (out of memory) 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 1f3f4599cc fixed gpu performance tests 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
Vladislav Vinogradov 938b1b67d1 fixed optical flow test for devices with cc >= 2.0 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 804d9b72f6 minor 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
Vladislav Vinogradov daf50f8e0d fixed compilation error 13 years ago
Anton Obukhov 5afb445283 [+] Pixel types via templates 13 years ago
Vladislav Vinogradov 509730c1cd minor 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