Commit Graph

256 Commits

Author SHA1 Message Date
Alexey Spizhevoy fb1771833a added --blend_strength parameter into opencv_stitching 2011-05-30 10:18:02 +00:00
Alexey Spizhevoy 82e12d6c59 updated help message (opencv_stitching) 2011-05-30 07:07:37 +00:00
Alexey Spizhevoy 6a4ab4a996 updated --help message (opencv_stitching) 2011-05-30 05:29:42 +00:00
Alexey Spizhevoy eadb3bad45 minor refactoring of opencv_stitching 2011-05-28 13:03:28 +00:00
Alexey Spizhevoy 7881134cf7 added block-based gain compensator (opencv_stitching), added --preview flag. 2011-05-28 12:18:49 +00:00
Alexey Spizhevoy 4b4053705d refactored exposure compensators (opencv_stitching) 2011-05-28 06:48:33 +00:00
Alexey Spizhevoy 56f7e54cce added GC_COLOR_GRAD cost function type into opencv_stitching 2011-05-27 11:41:35 +00:00
Alexey Spizhevoy 8e3777676c minor changes in opencv_stitching 2011-05-27 04:44:32 +00:00
Alexey Spizhevoy 497ee7a5f3 added some comments into multi-band blending code 2011-05-26 09:01:27 +00:00
Alexey Spizhevoy e639daf22b updated default parameter in opencv_stitching 2011-05-26 07:11:12 +00:00
Alexey Spizhevoy fd83d6fe59 replaced brute force matcher with flann based one (opencv_stitching) 2011-05-26 07:10:44 +00:00
Alexey Spizhevoy 24e5ff7ab6 minor changes in opencv_stitching 2011-05-26 05:42:00 +00:00
Alexey Spizhevoy 052bf4df73 added number of bands cropping in multi-bands blending 2011-05-25 13:14:56 +00:00
Alexey Spizhevoy c65a39be82 fixed some bugs in opencv_stitching 2011-05-25 12:36:14 +00:00
Alexey Spizhevoy 899d7726d3 added gain compensation into opencv_stitching 2011-05-25 09:09:41 +00:00
Alexey Spizhevoy 00a72d48af added exposure compensation base class into opencv_stitching 2011-05-24 13:59:02 +00:00
Alexey Spizhevoy 3d50df37c2 reduced memory requirements for multi-band blending 2011-05-24 09:58:25 +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
Alexey Spizhevoy 3bb685a744 minor changes in opencv_stitching 2011-05-23 14:28:53 +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
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 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +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
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
Alexey Spizhevoy 2de0e1fc66 refactored opencv_stitching 2011-05-20 08:08:55 +00:00
Alexey Spizhevoy 5b50d63754 added number of bands estimation in opencv_stitching 2011-05-20 07:44:37 +00:00
Alexey Spizhevoy 767a6e8e78 added histograms comparison into opencv_stitching 2011-05-20 07:32:25 +00:00
Alexey Spizhevoy 2cb08d7fde added time measurements into opencv_stitching 2011-05-19 05:59:10 +00:00
Alexey Spizhevoy d998c73769 minor changes in opencv_stitching 2011-05-18 15:05:06 +00:00
Alexey Spizhevoy 4567b4326b reduced memory requirements in opencv_stitching 2011-05-18 14:52:23 +00:00
Alexey Spizhevoy 71ca501bb6 added parameters controlling resolution into opencv_stitching 2011-05-18 13:21:45 +00:00
Alexey Spizhevoy 60e1eda149 modified focal estimation function in opencv_stitching 2011-05-18 08:56:48 +00:00
Alexey Spizhevoy 5fe8beac42 minor refactoring in opencv_stitching 2011-05-18 07:15:12 +00:00
Alexey Spizhevoy 21d89cc420 added leaveBiggestComponent function into opencv_stitching 2011-05-18 07:11:45 +00:00
Alexey Spizhevoy 013b7fdc91 minor changes in opencv_stitching 2011-05-17 13:48:27 +00:00
Anatoly Baksheev 69f28ef65c solution folder flag disabled by default 2011-05-17 09:40:06 +00:00
Alexey Spizhevoy 2728e3ee7c changed default args values for opencv_stitching app 2011-05-17 04:59:44 +00:00
Alexey Spizhevoy 79ed4e4c92 refactored opencv_stitching 2011-05-16 05:11:09 +00:00
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
2011-05-11 13:37:20 +00:00
Alexey Spizhevoy 7e4769a047 reduced memory requirements for multi-band blending 2011-05-11 05:28:55 +00:00
Alexey Spizhevoy 58b7c344aa refactored opencv_stitching 2011-05-06 08:05:02 +00:00