407 Commits (7544ddbfefe8ca2b8650ab1198d5da611482cd02)

Author SHA1 Message Date
Alexey Spizhevoy 24be840c44 Added GPU version of wobble suppressor (videostab) 13 years ago
Alexey Spizhevoy 1569c1ed52 Added GPU version of PyrLK based global motion estimator (videostab) 13 years ago
Vladislav Vinogradov f4b4665940 added VideoReader_GPU 13 years ago
Vladislav Vinogradov 70909738f4 added support of different surface formats to VideoWriter_GPU 13 years ago
Vladislav Vinogradov 2bfaf540a1 added VideoWriter_GPU 13 years ago
Vladislav Vinogradov 2659453694 merged revisions r7808 from 2.4 branch 13 years ago
Vladislav Vinogradov 64a5c0b1cf updated gpu docs 13 years ago
Vladislav Vinogradov 1bc9ec0d77 fixed gpu::Laplacian 13 years ago
Vladislav Vinogradov 489a1da0ed fixeg gpu::Laplacian 13 years ago
Vladislav Vinogradov 82d619a34d fixed gpu::filter2D 13 years ago
Anatoly Baksheev a22641aa9c fixed bug #1367 in CSBP 13 years ago
Vladislav Vinogradov 8e3f1c09d2 added support of 3-channels output to gpu::reprojectImageTo3D 13 years ago
Alexey Spizhevoy c776bff95b #1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary. 13 years ago
Alexander Mordvintsev d304a55e1e gpu.hpp:filterSpeckles conflicts with calib3d.hpp -- should it be removed at all? 13 years ago
Vladislav Vinogradov eaea6782d5 added more assertion on device features to gpu functions and tests 13 years ago
Vladislav Vinogradov 089a835c0a fixed octave computation in SURF_GPU 13 years ago
Vladislav Vinogradov 059cef57e6 fixed gpu::filter2D border interpolation for CV_32FC1 type 13 years ago
Vladislav Vinogradov 844bdea5ac fixed several bugs in gpu arithm functions 13 years ago
Vladislav Vinogradov 6397fa5b38 fixed gpu::pyrUp (now it matches cpu analog) 13 years ago
Vladislav Vinogradov 85c904a4ba fixed build in gpu module (SURF and ORB) 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Vladislav Vinogradov ade7394e77 refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective) 13 years ago
Vladislav Vinogradov ec5bdc7de8 added patch error calculation to gpu::PyrLKOpticalFlow 13 years ago
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions 13 years ago
Alexey Spizhevoy 8f215af048 Minor fix -- renamed a variable 13 years ago
Alexey Spizhevoy b0d457cdb0 Minor refactoring 13 years ago
Alexey Spizhevoy 5c459aa815 Added the GPU version of the Farneback's optical flow 13 years ago
Vladislav Vinogradov f7fd7929e1 added docs for GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow 13 years ago
Anatoly Baksheev 87bbcccea5 fixed orb bug commited by mistake 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Vladislav Vinogradov a10fed8fd1 added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module 13 years ago
Vladislav Vinogradov d38ca09738 added gpu::printCudaDeviceInfo to all samples 13 years ago
Vladislav Vinogradov a25b027ef7 updated gpu optical_flow sample 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 2695039a79 moved GpuMat's operations implementation to core module 13 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 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 509730c1cd minor 13 years ago
Vladislav Vinogradov e7502e7641 implemented gpu::gemm via CUBLAS 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
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 d3c4e90760 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) 13 years ago
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 13 years ago
Vladislav Vinogradov ed749c4bfe added missing arithm operations to gpu module 13 years ago
Alexey Spizhevoy dce50b67fc Fixed support of translation in the GPU-based plane warper 13 years ago