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 |
|
Vadim Pisarevsky
|
fa0c8d954e
|
allow lower-case utf-8 encoding specification as well
|
2011-05-21 09:29:21 +00:00 |
|
Vadim Pisarevsky
|
6d05622a5f
|
one more fix with encoding when reading/writing XMLs
|
2011-05-21 09:03:04 +00:00 |
|
Vincent Rabaud
|
dc37ad803e
|
- add missing tests for ORB
- remove useless code for 2.3
|
2011-05-20 23:53:22 +00:00 |
|
Vincent Rabaud
|
4b1f183bcd
|
- adding ORB
|
2011-05-20 22:25:53 +00:00 |
|
Vadim Pisarevsky
|
856c717783
|
fixed reading/writing of utf-8 strings
|
2011-05-20 20:24:34 +00:00 |
|
Andrey Kamaev
|
1388826c41
|
Tegra optimization for calcOpticalFlowPyrLK
|
2011-05-20 14:33:41 +00:00 |
|
Maria Dimashova
|
983f4f1621
|
minor changes of recall-precision output
|
2011-05-20 12:14:35 +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 |
|
Anatoly Baksheev
|
63ac784ea0
|
fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008)
|
2011-05-19 17:11:25 +00:00 |
|
Vadim Pisarevsky
|
51c6842384
|
alter the read stage.threshold to match traincascade behavior (ticket #1071)
|
2011-05-19 12:41:48 +00:00 |
|
Vadim Pisarevsky
|
d40320090b
|
fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058)
|
2011-05-19 12:19:48 +00:00 |
|
Andrey Kamaev
|
613a69abe8
|
Tegra optimization for yuv420i to rgb conversion
|
2011-05-19 06:36:44 +00:00 |
|
Alexey Spizhevoy
|
2cb08d7fde
|
added time measurements into opencv_stitching
|
2011-05-19 05:59:10 +00:00 |
|
Vadim Pisarevsky
|
2dc981aaa8
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +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 |
|
Vadim Pisarevsky
|
98f090e390
|
fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066)
|
2011-05-18 13:05:46 +00:00 |
|
Alexey Spizhevoy
|
7d350280c0
|
compilation under mac
|
2011-05-18 13:02:27 +00:00 |
|
Alexey Spizhevoy
|
60e1eda149
|
modified focal estimation function in opencv_stitching
|
2011-05-18 08:56:48 +00:00 |
|