672 Commits (4d3b1a4a0249c9c14b9d4987537aeb84a9572e93)

Author SHA1 Message Date
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
Vladislav Vinogradov 84022779a1 added bicubic interpolation to gpu::remap 13 years ago
Alexey Spizhevoy 9be4701f24 turned opencv_stitching application to module and sample 13 years ago
Vadim Pisarevsky 32ed1bf858 added phaseCorrelate function by Will Lucas. 13 years ago
Alexandre Benoit 9ea9cbf489 Updated retina access methods and OpenEXR image tone mapping demo cleaned 13 years ago
Alexander Mordvintsev 700ef09a23 opt_flow.py sample fixed 13 years ago
Alexander Mordvintsev fa7e45897f obj_detect.py sample removed 13 years ago
Alexander Mordvintsev e61f4c4a4b lk_homography.py sample added 13 years ago
Vladislav Vinogradov 47d68f6967 implemented gpu::remap for all types 13 years ago
Alexander Mordvintsev 785428546b lk_track.py description 13 years ago
Vladislav Vinogradov 5f9e47a9cd refactored gpu::BruteForceMatcher (moved some utility functions to device layer) 13 years ago
Alexander Mordvintsev 6abb46254d mser.py sample added 13 years ago
Alexander Mordvintsev 02788eb32e camshift.py description 13 years ago
Vadim Pisarevsky df1b04c302 removed irrelevant pyc file 13 years ago
Vadim Pisarevsky ae83fe7645 added hybrid (feature-based & meanshift-based) tracker (by Pushkar) 13 years ago
Vladislav Vinogradov 173ac5a64b optimized gpu pyrDown and pyrUp 13 years ago
Alexandre Benoit e268e0704d enhanced input image format support 13 years ago
Alexander Mordvintsev fc771363d3 all video processing samples use camera as default source (and fallback to synth in case of capture error) 13 years ago
Bernat Gabor df49158863 Added the "Camera calibration With OpenCV" tutorial. Extended with a few global links the conf.py file. Corrected an error in the linux_install.rst and one in the cascade_classifier.rst file. 13 years ago
Vadim Pisarevsky 628447c251 replaced non-available in MacOSX' numpy deg2rad in motempl.py 13 years ago
Vadim Pisarevsky 8dacbeb157 fixed 2 bugs in python samples (crash in camshift and running samples from within the demo) 13 years ago
Alexander Mordvintsev fd69c8b34a running demos with enter key 13 years ago
Alexandre Benoit bd198d2b7b updated default parameters, more contrast by default 13 years ago
Alexander Mordvintsev 67cbcd2fa6 work on demo.py: sample running 13 years ago
Alexander Mordvintsev 0de8ed1099 demo description url parsing 13 years ago
Alexander Mordvintsev 5b00763bb0 work on demo.py shell 13 years ago