838 Commits (70166820ead0a1dae37db543a39b270614ce579a)

Author SHA1 Message Date
Vladislav Vinogradov b0536279eb added wrappers for BroxOpticalFlow and interpolateFrames 13 years ago
Vladislav Vinogradov d3c4e90760 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) 14 years ago
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 14 years ago
Maria Dimashova 71be121edc fixed compilation under MSVC 14 years ago
Maria Dimashova e6009c1614 added sample on color generation and updated sample on lsvm 14 years ago
Maria Dimashova bbdf14b9bb added overlapThreshold param to sample 14 years ago
Maria Dimashova ea454e6ee4 uncommented the samples parts compiled under MSVC 14 years ago
Maria Dimashova a2ff919a6b added sample for c++ version of latent svm 14 years ago
Alexey Spizhevoy 8a799aa89a Updated optimal block size estimation for the convolve() function 14 years ago
Vadim Pisarevsky 60ebe2003f fixed multiple warnings on Windows. fixed bug #1368 14 years ago
Anatoly Baksheev 78e678b1f8 optflow_gpu compilation under ubuntu 14 years ago
Anatoly Baksheev 336e000ecc optical flow sample compilation under ubuntu 14 years ago
Alexey Spizhevoy 404e9cb9d5 Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface 14 years ago
Anatoly Baksheev 5e831f7fca compilation under ubuntu 14 years ago
Andrey Kamaev 43ce5e6cc0 Fixed Linux build 14 years ago
Anton Obukhov 42c7aece36 [+] Added Brox optical flow (implementation courtesy of Michael Smirnov) 14 years ago
Vladislav Vinogradov 9da6d78989 optimized gpu filters, added buffered version for different filters 14 years ago
Alexey Spizhevoy 230cc3e0c3 Minor fix in stitching_detailed 14 years ago
Vladislav Vinogradov 67a9b79433 added performance tests for gpu::reduce 14 years ago
Alexey Spizhevoy 66b41b67f9 Added support of GPU in stitching seam estimators 14 years ago
Alexey Spizhevoy 16f5c67914 Added support of vertical straightening into stitching 14 years ago
Alexander Mordvintsev 39268013d5 frame size specification for video sources in video.py 14 years ago
Alexey Spizhevoy 39533a0b1b Added BA refinement flags into stitching_detailed 14 years ago
Alexey Spizhevoy 4ee462c961 Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module) 14 years ago
Alexey Spizhevoy dbce155874 Refactored motion estimators in stitching module 14 years ago
Alexey Spizhevoy 4a5abc7552 Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it. 14 years ago
Alexander Mordvintsev cd9d695f9d fix in RectSelector 14 years ago
Alexey Spizhevoy f262f58297 Changed one CLI message in stitching_detailed. 14 years ago
Alexander Mordvintsev a869838807 RectSelector in common.py 14 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. 14 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. 14 years ago
Alexander Mordvintsev 028c44531f wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper) 14 years ago
Vladislav Vinogradov b2079d6de1 implemented gpu::resize for all types 14 years ago
P. Karasev 6030e029e3 touch stitching app, test/verify svn access 14 years ago
Alexey Spizhevoy cbb6ac0c34 refactored features finders in stitching module 14 years ago
Alexey Spizhevoy 505e8e0936 minor refactoring of stitching 14 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 14 years ago
Alexander Mordvintsev d50cc51070 handling Ptr<> arguments and return values in Python wrappers 14 years ago
Andrey Kamaev 52184c8803 Gpu functionality in stitching module is excluded from Android build 14 years ago
Alexey Spizhevoy 95a3ffd0c5 put all old stitching API into detail namespace 14 years ago
Vladislav Vinogradov df9f707ff0 fixed bug in gpu::remap under win32 14 years ago
Vladislav Vinogradov 84022779a1 added bicubic interpolation to gpu::remap 14 years ago
Alexey Spizhevoy 9be4701f24 turned opencv_stitching application to module and sample 14 years ago
Vadim Pisarevsky 32ed1bf858 added phaseCorrelate function by Will Lucas. 14 years ago
Alexandre Benoit 9ea9cbf489 Updated retina access methods and OpenEXR image tone mapping demo cleaned 14 years ago
Alexander Mordvintsev 700ef09a23 opt_flow.py sample fixed 14 years ago
Alexander Mordvintsev fa7e45897f obj_detect.py sample removed 14 years ago
Alexander Mordvintsev e61f4c4a4b lk_homography.py sample added 14 years ago
Vladislav Vinogradov 47d68f6967 implemented gpu::remap for all types 14 years ago
Alexander Mordvintsev 785428546b lk_track.py description 14 years ago