464 Commits (d44c58a1fb9e132851720afe9faeb785916ac2cd)

Author SHA1 Message Date
Vladislav Vinogradov e7502e7641 implemented gpu::gemm via CUBLAS 13 years ago
Vladislav Vinogradov b0536279eb added wrappers for BroxOpticalFlow and interpolateFrames 13 years ago
Vladislav Vinogradov d3c4e90760 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) 13 years ago
Alexey Spizhevoy 8a799aa89a Updated optimal block size estimation for the convolve() function 13 years ago
Anatoly Baksheev 78e678b1f8 optflow_gpu compilation under ubuntu 13 years ago
Anatoly Baksheev 336e000ecc optical flow sample compilation under ubuntu 13 years ago
Anatoly Baksheev 5e831f7fca compilation under ubuntu 13 years ago
Andrey Kamaev 43ce5e6cc0 Fixed Linux build 13 years ago
Anton Obukhov 42c7aece36 [+] Added Brox optical flow (implementation courtesy of Michael Smirnov) 13 years ago
Vladislav Vinogradov 9da6d78989 optimized gpu filters, added buffered version for different filters 13 years ago
Vladislav Vinogradov 67a9b79433 added performance tests for gpu::reduce 13 years ago
Vladislav Vinogradov b2079d6de1 implemented gpu::resize for all types 13 years ago
Vladislav Vinogradov df9f707ff0 fixed bug in gpu::remap under win32 13 years ago
Vladislav Vinogradov 84022779a1 added bicubic interpolation to gpu::remap 13 years ago
Vladislav Vinogradov 47d68f6967 implemented gpu::remap for all types 13 years ago
Vladislav Vinogradov 5f9e47a9cd refactored gpu::BruteForceMatcher (moved some utility functions to device layer) 13 years ago
Vladislav Vinogradov 173ac5a64b optimized gpu pyrDown and pyrUp 13 years ago
Vladislav Vinogradov 5e9ae6b19f added TransformFunctorTraits, optimized some functions that use transform 13 years ago
Vladislav Vinogradov 6e3a1f7b49 implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2 13 years ago
Vladislav Vinogradov 8bb9e4302e added registerPageLocked/unregisterPageLocked functions 13 years ago
Vladislav Vinogradov 12b7090a6f fixed some warnings under win64 13 years ago
Anatoly Baksheev 5c691907ed minor improvements in cmake-file for gpu samples 13 years ago
Vladislav Vinogradov 767ac9aa10 added gpu::Canny function 13 years ago
Vladislav Vinogradov 3ab2728da1 gpu device layer code refactoring 13 years ago
Vladislav Vinogradov 33df5ea07b added gpu::calcHist function 13 years ago
Vladislav Vinogradov e746b3e8ae added buffered version of pyrDown and pyrUp 13 years ago
Alexey Spizhevoy a23406ea6c added missing header 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
Vadim Pisarevsky 9df999154c fixed a few warnings and bugs, including ticket #1079 14 years ago
Alexey Spizhevoy efe0b77416 reverted wrong commit for one of gpu samples 14 years ago
Alexey Spizhevoy ace94d2ebf fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented) 14 years ago
Anatoly Baksheev ee3101ba1c removed cv_config 14 years ago
Anatoly Baksheev 22dbd002e6 fix compilation for macos 14 years ago
Anatoly Baksheev 68a2ec3394 compilation for macos 14 years ago
Anatoly Baksheev 1eba407378 compilation for macos 14 years ago
Vladislav Vinogradov f906c9b259 added resetDevice function, removed MultiGpuManager 14 years ago
Vadim Pisarevsky 8ba6a54d28 fixed warning from GCC 14 years ago
Alexander Shishkov 33e71127f7 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Anatoly Baksheev 69f28ef65c solution folder flag disabled by default 14 years ago
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 14 years ago
Alexey Spizhevoy f6fc807d49 fixed some tests in gpu module 14 years ago
Alexey Spizhevoy ce808af594 fixed failing GPU projectPoints and solvePnPRansac tests 14 years ago
Vadim Pisarevsky 9a991a2e10 fixed build problems on Windows 14 years ago
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 14 years ago
Anton Obukhov 07d19c2c6f [~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api) 14 years ago
Anatoly Baksheev ce474db8eb refactored FaceDetection GPU sample 14 years ago
Alexey Spizhevoy caa2733636 minor changes in gpu performance sample 14 years ago
Vladislav Vinogradov 58f6919795 made GPU version of SURF more consistent with CPU one 14 years ago
Alexey Spizhevoy c067c633f0 added docs for gpu::solvePnPRansac 14 years ago