797 Commits (c776bff95bf6605a6842fb5a73cc2e87832e0404)

Author SHA1 Message Date
Vladislav Vinogradov 09ba133ddf prepared GpuMat for moving to core module 13 years ago
Alexander Shishkov 09dd13d02e fixed compilation problems after rev. 6925 13 years ago
Alexey Spizhevoy 28e006ad4f Fixed median focal length estimation in the stitching module 13 years ago
Alexey Spizhevoy a2090a44db Updated CLI for GPU samples 13 years ago
Alexandre Benoit 77cfdab3ff corrected xml parameters file management in the retina interface 13 years ago
Alexandre Benoit 5de07eb784 corrected wrong parameter sent to retina module for color saturation 13 years ago
Andrey Kamaev e8032fa8e9 Fixed Android build with SDK revision 14 13 years ago
Vladislav Vinogradov e7502e7641 implemented gpu::gemm via CUBLAS 13 years ago
Andrey Kamaev f299bde3a9 Added ORB features finder into stitching module 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
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 13 years ago
Maria Dimashova 71be121edc fixed compilation under MSVC 13 years ago
Maria Dimashova e6009c1614 added sample on color generation and updated sample on lsvm 13 years ago
Maria Dimashova bbdf14b9bb added overlapThreshold param to sample 13 years ago
Maria Dimashova ea454e6ee4 uncommented the samples parts compiled under MSVC 13 years ago
Maria Dimashova a2ff919a6b added sample for c++ version of latent svm 13 years ago
Alexey Spizhevoy 8a799aa89a Updated optimal block size estimation for the convolve() function 13 years ago
Vadim Pisarevsky 60ebe2003f fixed multiple warnings on Windows. fixed bug #1368 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
Alexey Spizhevoy 404e9cb9d5 Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface 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
Alexey Spizhevoy 230cc3e0c3 Minor fix in stitching_detailed 13 years ago
Vladislav Vinogradov 67a9b79433 added performance tests for gpu::reduce 13 years ago
Alexey Spizhevoy 66b41b67f9 Added support of GPU in stitching seam estimators 13 years ago
Alexey Spizhevoy 16f5c67914 Added support of vertical straightening into stitching 13 years ago
Alexander Mordvintsev 39268013d5 frame size specification for video sources in video.py 13 years ago
Alexey Spizhevoy 39533a0b1b Added BA refinement flags into stitching_detailed 13 years ago
Alexey Spizhevoy 4ee462c961 Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module) 13 years ago
Alexey Spizhevoy dbce155874 Refactored motion estimators in stitching module 13 years ago
Alexey Spizhevoy 4a5abc7552 Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it. 13 years ago
Alexander Mordvintsev cd9d695f9d fix in RectSelector 13 years ago
Alexey Spizhevoy f262f58297 Changed one CLI message in stitching_detailed. 13 years ago
Alexander Mordvintsev a869838807 RectSelector in common.py 13 years ago
Alexey Spizhevoy 07efb17d12 Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring. 13 years ago
Alexey Spizhevoy 23636433d7 Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers. 13 years ago
Alexander Mordvintsev 028c44531f wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper) 13 years ago
Vladislav Vinogradov b2079d6de1 implemented gpu::resize for all types 13 years ago
P. Karasev 6030e029e3 touch stitching app, test/verify svn access 13 years ago
Alexey Spizhevoy cbb6ac0c34 refactored features finders in stitching module 13 years ago
Alexey Spizhevoy 505e8e0936 minor refactoring of stitching 13 years ago
Alexey Spizhevoy c9a41c6802 added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed 13 years ago
Alexander Mordvintsev d50cc51070 handling Ptr<> arguments and return values in Python wrappers 13 years ago
Andrey Kamaev 52184c8803 Gpu functionality in stitching module is excluded from Android build 13 years ago
Alexey Spizhevoy 95a3ffd0c5 put all old stitching API into detail namespace 13 years ago
Vladislav Vinogradov df9f707ff0 fixed bug in gpu::remap under win32 13 years ago