Commit Graph

1272 Commits

Author SHA1 Message Date
Alexey Spizhevoy
899d7726d3 added gain compensation into opencv_stitching 2011-05-25 09:09:41 +00:00
Vladislav Vinogradov
331062360d fixed bug in SURF_GPU (compute descriptors, tid < 25) 2011-05-25 08:37:46 +00:00
Vladislav Vinogradov
6259520aa1 fixed bug in SURF_GPU (reduce_sum25) 2011-05-25 08:16:17 +00:00
Vincent Rabaud
8a2c434260 - set the right comparison distance for ORB 2011-05-25 03:19:36 +00:00
Vincent Rabaud
9806306d3d - fix the test for ORB (it's a binary feature) 2011-05-25 00:34:25 +00:00
Vincent Rabaud
909e484e74 - fix a possible crash when only asking for features and not descriptors 2011-05-25 00:33:50 +00:00
Ethan Rublee
355ad2993a adding c++ interface to the datamtrix codes of j. 2011-05-25 00:23:50 +00:00
Ethan Rublee
89b5f40ce3 Reverting the boost::python bindings, moving dev to out of trunk. 2011-05-24 22:01:41 +00:00
Andrey Kamaev
0d2c98b5e1 Implemented 4 missing Mat::ptr methods 2011-05-24 16:14:23 +00:00
Leonid Beynenson
555e9c64bc Small change in the SURF algorithm to be sure that without TBB the template parallel_for is not used
(the reason: the parallelization in the SURF algorithm conflicts with ThreadingFramework, which is a temporary substitute of TBB for ARMs)
2011-05-24 16:13:55 +00:00
Alexey Spizhevoy
00a72d48af added exposure compensation base class into opencv_stitching 2011-05-24 13:59:02 +00:00
Vadim Pisarevsky
7659c77619 fixed formatting a bit 2011-05-24 13:38:55 +00:00
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) 2011-05-24 13:34:25 +00:00
Vadim Pisarevsky
76e4c2007b fixed vector resize in the ORB detector 2011-05-24 13:31:50 +00:00
Vadim Pisarevsky
0bf00036a8 improved jSVD accuracy 2011-05-24 13:25:26 +00:00
Maria Dimashova
a360a19c56 added TBB optimization to DOT 2011-05-24 13:20:32 +00:00
Alexey Spizhevoy
3d50df37c2 reduced memory requirements for multi-band blending 2011-05-24 09:58:25 +00:00
Vladislav Vinogradov
15677d6d28 minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4) 2011-05-24 08:02:39 +00:00
Alexey Spizhevoy
eaa6614101 updated focal estimation again (opencv_stitching) 2011-05-24 06:07:47 +00:00
Alexey Spizhevoy
ef966e15c1 updated focal estimation (opencv_stitching) + refactoring 2011-05-24 05:58:15 +00:00
Elena Fedotova
37f745737b Purpose: 2nd review cycle 2011-05-23 21:20:31 +00:00
Elena Fedotova
0848a2d67f Purpose: 2nd review cycle 2011-05-23 20:16:53 +00:00
Vincent Rabaud
974799acd8 - fix possible crash introduced by cvRound 2011-05-23 20:03:16 +00:00
Vladislav Vinogradov
7fbcc1ec05 minor SURF_GPU optimization (descriptor calculation, change block size to 6x6) 2011-05-23 18:40:09 +00:00
Ethan Rublee
44e9fdaa2d Initial pass at some boost python bindings. 2011-05-23 17:26:58 +00:00
Alexey Spizhevoy
3bb685a744 minor changes in opencv_stitching 2011-05-23 14:28:53 +00:00
Vadim Pisarevsky
47443d9826 fixed 2 bugs reported by exvan (ticket #799) 2011-05-23 14:01:12 +00:00
Vadim Pisarevsky
c639b2a85e avoid crash in the case of multiple pyramid levels 2011-05-23 13:50:17 +00:00
Alexey Spizhevoy
f44632ee6f switched float with short in blending step (opencv_stitching) 2011-05-23 13:08:31 +00:00
Alexey Spizhevoy
5bf8109dbc minor memory optimization in opencv_stitching 2011-05-23 12:20:12 +00:00
Alexey Spizhevoy
4827fbf326 implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp 2011-05-23 11:31:02 +00:00
Vladislav Vinogradov
ae6d5252ab minor fix 2011-05-23 08:46:27 +00:00
Vladislav Vinogradov
0b19f915be minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures) 2011-05-23 07:59:20 +00:00
Vadim Pisarevsky
145a76faf4 fixed features2d (ORB) compile errors on Windows 2011-05-23 07:58:35 +00:00
Alexey Spizhevoy
71ebe377fc updated usage message (opencv_stitching) 2011-05-23 07:38:42 +00:00
Alexey Spizhevoy
f610b16eaf fixed bug in graphcut seam estimation (opencv_stitching) 2011-05-23 07:35:46 +00:00
Alexey Spizhevoy
f391ea2ad0 added scaling of images before seam estimation (opencv_stitching) 2011-05-23 07:10:48 +00:00
Vadim Pisarevsky
f2a337f990 fixed several typos, including the old ones from ticket #854 2011-05-21 20:17:45 +00:00
Vadim Pisarevsky
57e5fabf8f Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007) 2011-05-21 18:36:30 +00:00
Vadim Pisarevsky
23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
Vadim Pisarevsky
b58d9edc6a return NULL in the case of incorrect camera index (ticket #710) 2011-05-21 18:07:28 +00:00
Vincent Rabaud
9170ff6f5e - assign some members outside the header (fixes #1081) 2011-05-21 17:27:38 +00:00
Kirill Kornyakov
92d1262f87 bugfix for Windows x64, Visual Studio 10 2011-05-21 15:09:54 +00:00
Alexey Spizhevoy
868035215f made number of bands in blending parameter 2011-05-21 14:44:37 +00:00
Alexey Spizhevoy
97530caa53 more refactoring of opencv_stitching 2011-05-21 14:22:06 +00:00
Kirill Kornyakov
aadb1669a7 some samples updated according to new CommandLineParser class 2011-05-21 14:09:03 +00:00
Alexey Spizhevoy
4ba6793568 updated poor pairs filtering in opencv_stitching 2011-05-21 14:03:06 +00:00
Alexey Spizhevoy
706a065d14 memory optimizations in opencv_stitching 2011-05-21 13:27:57 +00:00
Alexey Spizhevoy
90ece0b8e5 refactoring in opencv_stitching 2011-05-21 11:24:42 +00:00
Alexey Spizhevoy
16e6c45ed7 changes blenders interface in opencv_stitching 2011-05-21 11:09:47 +00:00