2170 Commits (787fe6a93f8234b49220bda86bc316f9b17e08a0)
 

Author SHA1 Message Date
Elena Fedotova f26859b345 Purpose: 2nd review cycle - see ??. added index entries 14 years ago
Elena Fedotova 8b89672774 Purpose: 2nd review cycle 14 years ago
Alexey Spizhevoy 497ee7a5f3 added some comments into multi-band blending code 14 years ago
Alexey Spizhevoy e639daf22b updated default parameter in opencv_stitching 14 years ago
Alexey Spizhevoy fd83d6fe59 replaced brute force matcher with flann based one (opencv_stitching) 14 years ago
Alexey Spizhevoy 24e5ff7ab6 minor changes in opencv_stitching 14 years ago
Vadim Pisarevsky c0ec0e05c5 made datamatrix build on Windows; fixed unresolved symbols 14 years ago
Alexey Spizhevoy 052bf4df73 added number of bands cropping in multi-bands blending 14 years ago
Alexey Spizhevoy c65a39be82 fixed some bugs in opencv_stitching 14 years ago
Alexey Spizhevoy 899d7726d3 added gain compensation into opencv_stitching 14 years ago
Vladislav Vinogradov 331062360d fixed bug in SURF_GPU (compute descriptors, tid < 25) 14 years ago
Vladislav Vinogradov 6259520aa1 fixed bug in SURF_GPU (reduce_sum25) 14 years ago
Vincent Rabaud 8a2c434260 - set the right comparison distance for ORB 14 years ago
Vincent Rabaud 9806306d3d - fix the test for ORB (it's a binary feature) 14 years ago
Vincent Rabaud 909e484e74 - fix a possible crash when only asking for features and not descriptors 14 years ago
Ethan Rublee 355ad2993a adding c++ interface to the datamtrix codes of j. 14 years ago
Ethan Rublee 89b5f40ce3 Reverting the boost::python bindings, moving dev to out of trunk. 14 years ago
Andrey Kamaev 0d2c98b5e1 Implemented 4 missing Mat::ptr methods 14 years ago
Leonid Beynenson 555e9c64bc Small change in the SURF algorithm to be sure that without TBB the template parallel_for is not used 14 years ago
Alexey Spizhevoy 00a72d48af added exposure compensation base class into opencv_stitching 14 years ago
Vadim Pisarevsky 7659c77619 fixed formatting a bit 14 years ago
Vadim Pisarevsky 309bb171b2 do not use system is<alpha|alnum|space|...>, because of the different implementations (and in OpenCV we assume english names of the identifiers etc) 14 years ago
Vadim Pisarevsky 76e4c2007b fixed vector resize in the ORB detector 14 years ago
Vadim Pisarevsky 0bf00036a8 improved jSVD accuracy 14 years ago
Maria Dimashova a360a19c56 added TBB optimization to DOT 14 years ago
Alexey Spizhevoy 3d50df37c2 reduced memory requirements for multi-band blending 14 years ago
Vladislav Vinogradov 15677d6d28 minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4) 14 years ago
Alexey Spizhevoy eaa6614101 updated focal estimation again (opencv_stitching) 14 years ago
Alexey Spizhevoy ef966e15c1 updated focal estimation (opencv_stitching) + refactoring 14 years ago
Ethan Rublee 5c5cd449b3 Adding python default install path for debian vs mac. changing site-packages -> dist-packages. See python help 14 years ago
Elena Fedotova 37f745737b Purpose: 2nd review cycle 14 years ago
Elena Fedotova 0848a2d67f Purpose: 2nd review cycle 14 years ago
Vincent Rabaud 974799acd8 - fix possible crash introduced by cvRound 14 years ago
Ethan Rublee 72728b4481 Applying patch mentioned in ticket #1085 14 years ago
Vladislav Vinogradov 7fbcc1ec05 minor SURF_GPU optimization (descriptor calculation, change block size to 6x6) 14 years ago
Ethan Rublee 44e9fdaa2d Initial pass at some boost python bindings. 14 years ago
Alexey Spizhevoy 3bb685a744 minor changes in opencv_stitching 14 years ago
Vadim Pisarevsky 47443d9826 fixed 2 bugs reported by exvan (ticket #799) 14 years ago
Vadim Pisarevsky c639b2a85e avoid crash in the case of multiple pyramid levels 14 years ago
Alexey Spizhevoy f44632ee6f switched float with short in blending step (opencv_stitching) 14 years ago
Alexey Spizhevoy 5bf8109dbc minor memory optimization in opencv_stitching 14 years ago
Alexey Spizhevoy 4827fbf326 implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp 14 years ago
Vladislav Vinogradov ae6d5252ab minor fix 14 years ago
Vladislav Vinogradov 0b19f915be minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures) 14 years ago
Vadim Pisarevsky 145a76faf4 fixed features2d (ORB) compile errors on Windows 14 years ago
Alexey Spizhevoy 71ebe377fc updated usage message (opencv_stitching) 14 years ago
Alexey Spizhevoy f610b16eaf fixed bug in graphcut seam estimation (opencv_stitching) 14 years ago
Alexey Spizhevoy f391ea2ad0 added scaling of images before seam estimation (opencv_stitching) 14 years ago
Vadim Pisarevsky f2a337f990 fixed several typos, including the old ones from ticket #854 14 years ago
Vadim Pisarevsky 57e5fabf8f Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007) 14 years ago