414 Commits (0aa74f3846e45b7842286fc4f9e3d6460b5c914f)

Author SHA1 Message Date
Alexey Spizhevoy 28e006ad4f Fixed median focal length estimation in the stitching module 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 f299bde3a9 Added ORB features finder into stitching module 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
Vadim Pisarevsky 60ebe2003f fixed multiple warnings on Windows. fixed bug #1368 13 years ago
Alexey Spizhevoy 404e9cb9d5 Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface 13 years ago
Alexey Spizhevoy 230cc3e0c3 Minor fix in stitching_detailed 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
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
Alexey Spizhevoy f262f58297 Changed one CLI message in stitching_detailed. 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
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
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
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
Vadim Pisarevsky ae83fe7645 added hybrid (feature-based & meanshift-based) tracker (by Pushkar) 13 years ago
Alexandre Benoit e268e0704d enhanced input image format support 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
Alexandre Benoit bd198d2b7b updated default parameters, more contrast by default 13 years ago
Alexandre Benoit d5d2290ffd updated GUI photoreceptors sensitivity paramaer management 13 years ago
Alexandre Benoit cd8d3afe37 enhanced basic error management when input image could not be loaded 13 years ago
Alexandre Benoit 58c0bea68a added openexr sample file 13 years ago
Ana Huaman dd836f1bdd Modified sample for object detection with LBP in tutorial_code 13 years ago
Ana Huaman e228b5c70d Added sample for object detection with LBP in tutorial_code 13 years ago
Bernat Gabor fec995391f Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file. 13 years ago
Ana Huaman 4c74b28ee3 Sample code simplified for object Detection 13 years ago
Bernat Gabor 695311d709 Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake. 13 years ago
Alexandre Benoit e95618d0b4 nicer default parameters set 13 years ago
Alexandre Benoit 638f3d31cf added more explicit titles on figures and cleaned std output 13 years ago
Alexandre Benoit 23c15d562d added comments/contacts link 13 years ago
Alexandre Benoit 9d7c0141bb added comments/contacts link 13 years ago
Alexandre Benoit 6395a738cb adding openexr images tone mapping demo 13 years ago
Bernat Gabor bdfc0201de Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors. 13 years ago
Ana Huaman 6b88d7a898 Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst 13 years ago