Alexey Spizhevoy [Mon, 30 May 2011 14:12:20 +0000 (14:12 +0000)]
updated default params for preview mode (opencv_stitching)
Alexander Shishkov [Mon, 30 May 2011 14:08:43 +0000 (14:08 +0000)]
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
added ignore linker flags for opencv2_python
Alexander Shishkov [Mon, 30 May 2011 13:32:57 +0000 (13:32 +0000)]
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
Andrey Kamaev [Mon, 30 May 2011 13:12:01 +0000 (13:12 +0000)]
Tegra optimization of cv::threshold
Vadim Pisarevsky [Mon, 30 May 2011 12:36:07 +0000 (12:36 +0000)]
added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp.
Alexey Spizhevoy [Mon, 30 May 2011 10:19:11 +0000 (10:19 +0000)]
minor change
Alexey Spizhevoy [Mon, 30 May 2011 10:18:02 +0000 (10:18 +0000)]
added --blend_strength parameter into opencv_stitching
Maria Dimashova [Mon, 30 May 2011 09:11:27 +0000 (09:11 +0000)]
fixed drawKeypoints (keypoint orientation)
Ilya Lysenkov [Mon, 30 May 2011 09:02:17 +0000 (09:02 +0000)]
Fixed #797.
Ilya Lysenkov [Mon, 30 May 2011 08:01:09 +0000 (08:01 +0000)]
Fixed #886
Alexey Spizhevoy [Mon, 30 May 2011 07:07:37 +0000 (07:07 +0000)]
updated help message (opencv_stitching)
Ilya Lysenkov [Mon, 30 May 2011 06:54:59 +0000 (06:54 +0000)]
Added drawing of a new image for debugging of the SimpleBlobDetector class.
Ilya Lysenkov [Mon, 30 May 2011 06:18:52 +0000 (06:18 +0000)]
Fixed #1063
Alexey Spizhevoy [Mon, 30 May 2011 05:29:42 +0000 (05:29 +0000)]
updated --help message (opencv_stitching)
Vadim Pisarevsky [Sun, 29 May 2011 21:02:53 +0000 (21:02 +0000)]
removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235)
Kirill Kornyakov [Sun, 29 May 2011 10:01:01 +0000 (10:01 +0000)]
update help corresponding single format and update some samples through using CommandLineParser class
Andrey Kamaev [Sat, 28 May 2011 19:30:41 +0000 (19:30 +0000)]
Fixed windows build scripts in HelloAndroid sample.
Andrey Kamaev [Sat, 28 May 2011 18:42:58 +0000 (18:42 +0000)]
Updated build scripts for HelloAndroid sample.
Alexey Spizhevoy [Sat, 28 May 2011 13:03:28 +0000 (13:03 +0000)]
minor refactoring of opencv_stitching
Alexey Spizhevoy [Sat, 28 May 2011 12:18:49 +0000 (12:18 +0000)]
added block-based gain compensator (opencv_stitching), added --preview flag.
Kirill Kornyakov [Sat, 28 May 2011 10:53:53 +0000 (10:53 +0000)]
update help according single standart for it
Kirill Kornyakov [Sat, 28 May 2011 06:55:41 +0000 (06:55 +0000)]
Update CommandLineParser class
Alexey Spizhevoy [Sat, 28 May 2011 06:48:33 +0000 (06:48 +0000)]
refactored exposure compensators (opencv_stitching)
Vadim Pisarevsky [Fri, 27 May 2011 20:32:48 +0000 (20:32 +0000)]
fixed mat.push_back(mat) (ticket #1091)
Vadim Pisarevsky [Fri, 27 May 2011 19:59:48 +0000 (19:59 +0000)]
compile cv2.so also as a shared library
Ethan Rublee [Fri, 27 May 2011 17:17:02 +0000 (17:17 +0000)]
Adding a default constructor to ORB that initializes. Had segfaults on non
initialized orb detector.
Alexander Shishkov [Fri, 27 May 2011 15:18:49 +0000 (15:18 +0000)]
cv.so library always compiled as shared library
Vadim Pisarevsky [Fri, 27 May 2011 13:47:18 +0000 (13:47 +0000)]
use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts.
Maria Dimashova [Fri, 27 May 2011 12:18:44 +0000 (12:18 +0000)]
removed test output
Maria Dimashova [Fri, 27 May 2011 12:15:36 +0000 (12:15 +0000)]
renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805)
Alexey Spizhevoy [Fri, 27 May 2011 11:41:35 +0000 (11:41 +0000)]
added GC_COLOR_GRAD cost function type into opencv_stitching
Alexey Spizhevoy [Fri, 27 May 2011 04:44:32 +0000 (04:44 +0000)]
minor changes in opencv_stitching
Vadim Pisarevsky [Thu, 26 May 2011 20:33:55 +0000 (20:33 +0000)]
fixed crash in cv2.findHomography() (ticket #1094)
Elena Fedotova [Thu, 26 May 2011 20:09:05 +0000 (20:09 +0000)]
Purpose: 2nd review cycle - see ??. added index entries
Elena Fedotova [Thu, 26 May 2011 19:28:21 +0000 (19:28 +0000)]
Purpose: 2nd review cycle
Alexey Spizhevoy [Thu, 26 May 2011 09:01:27 +0000 (09:01 +0000)]
added some comments into multi-band blending code
Alexey Spizhevoy [Thu, 26 May 2011 07:11:12 +0000 (07:11 +0000)]
updated default parameter in opencv_stitching
Alexey Spizhevoy [Thu, 26 May 2011 07:10:44 +0000 (07:10 +0000)]
replaced brute force matcher with flann based one (opencv_stitching)
Alexey Spizhevoy [Thu, 26 May 2011 05:42:00 +0000 (05:42 +0000)]
minor changes in opencv_stitching
Vadim Pisarevsky [Wed, 25 May 2011 14:49:09 +0000 (14:49 +0000)]
made datamatrix build on Windows; fixed unresolved symbols
Alexey Spizhevoy [Wed, 25 May 2011 13:14:56 +0000 (13:14 +0000)]
added number of bands cropping in multi-bands blending
Alexey Spizhevoy [Wed, 25 May 2011 12:36:14 +0000 (12:36 +0000)]
fixed some bugs in opencv_stitching
Alexey Spizhevoy [Wed, 25 May 2011 09:09:41 +0000 (09:09 +0000)]
added gain compensation into opencv_stitching
Vladislav Vinogradov [Wed, 25 May 2011 08:37:46 +0000 (08:37 +0000)]
fixed bug in SURF_GPU (compute descriptors, tid < 25)
Vladislav Vinogradov [Wed, 25 May 2011 08:16:17 +0000 (08:16 +0000)]
fixed bug in SURF_GPU (reduce_sum25)
Vincent Rabaud [Wed, 25 May 2011 03:19:36 +0000 (03:19 +0000)]
- set the right comparison distance for ORB
Vincent Rabaud [Wed, 25 May 2011 00:34:25 +0000 (00:34 +0000)]
- fix the test for ORB (it's a binary feature)
Vincent Rabaud [Wed, 25 May 2011 00:33:50 +0000 (00:33 +0000)]
- fix a possible crash when only asking for features and not descriptors
Ethan Rublee [Wed, 25 May 2011 00:23:50 +0000 (00:23 +0000)]
adding c++ interface to the datamtrix codes of j.
Ethan Rublee [Tue, 24 May 2011 22:01:41 +0000 (22:01 +0000)]
Reverting the boost::python bindings, moving dev to out of trunk.
Andrey Kamaev [Tue, 24 May 2011 16:14:23 +0000 (16:14 +0000)]
Implemented 4 missing Mat::ptr methods
Leonid Beynenson [Tue, 24 May 2011 16:13:55 +0000 (16:13 +0000)]
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)
Alexey Spizhevoy [Tue, 24 May 2011 13:59:02 +0000 (13:59 +0000)]
added exposure compensation base class into opencv_stitching
Vadim Pisarevsky [Tue, 24 May 2011 13:38:55 +0000 (13:38 +0000)]
fixed formatting a bit
Vadim Pisarevsky [Tue, 24 May 2011 13:34:25 +0000 (13:34 +0000)]
do not use system is<alpha|alnum|space|...>, because of the different implementations (and in OpenCV we assume english names of the identifiers etc)
Vadim Pisarevsky [Tue, 24 May 2011 13:31:50 +0000 (13:31 +0000)]
fixed vector resize in the ORB detector
Vadim Pisarevsky [Tue, 24 May 2011 13:25:26 +0000 (13:25 +0000)]
improved jSVD accuracy
Maria Dimashova [Tue, 24 May 2011 13:20:32 +0000 (13:20 +0000)]
added TBB optimization to DOT
Alexey Spizhevoy [Tue, 24 May 2011 09:58:25 +0000 (09:58 +0000)]
reduced memory requirements for multi-band blending
Vladislav Vinogradov [Tue, 24 May 2011 08:02:39 +0000 (08:02 +0000)]
minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4)
Alexey Spizhevoy [Tue, 24 May 2011 06:07:47 +0000 (06:07 +0000)]
updated focal estimation again (opencv_stitching)
Alexey Spizhevoy [Tue, 24 May 2011 05:58:15 +0000 (05:58 +0000)]
updated focal estimation (opencv_stitching) + refactoring
Ethan Rublee [Tue, 24 May 2011 00:30:03 +0000 (00:30 +0000)]
Adding python default install path for debian vs mac. changing site-packages -> dist-packages. See python help
for site. Also ticket #1087.
Elena Fedotova [Mon, 23 May 2011 21:20:31 +0000 (21:20 +0000)]
Purpose: 2nd review cycle
Elena Fedotova [Mon, 23 May 2011 20:16:53 +0000 (20:16 +0000)]
Purpose: 2nd review cycle
Vincent Rabaud [Mon, 23 May 2011 20:03:16 +0000 (20:03 +0000)]
- fix possible crash introduced by cvRound
Ethan Rublee [Mon, 23 May 2011 19:52:23 +0000 (19:52 +0000)]
Applying patch mentioned in ticket #1085
Vladislav Vinogradov [Mon, 23 May 2011 18:40:09 +0000 (18:40 +0000)]
minor SURF_GPU optimization (descriptor calculation, change block size to 6x6)
Ethan Rublee [Mon, 23 May 2011 17:26:58 +0000 (17:26 +0000)]
Initial pass at some boost python bindings.
Alexey Spizhevoy [Mon, 23 May 2011 14:28:53 +0000 (14:28 +0000)]
minor changes in opencv_stitching
Vadim Pisarevsky [Mon, 23 May 2011 14:01:12 +0000 (14:01 +0000)]
fixed 2 bugs reported by exvan (ticket #799)
Vadim Pisarevsky [Mon, 23 May 2011 13:50:17 +0000 (13:50 +0000)]
avoid crash in the case of multiple pyramid levels
Alexey Spizhevoy [Mon, 23 May 2011 13:08:31 +0000 (13:08 +0000)]
switched float with short in blending step (opencv_stitching)
Alexey Spizhevoy [Mon, 23 May 2011 12:20:12 +0000 (12:20 +0000)]
minor memory optimization in opencv_stitching
Alexey Spizhevoy [Mon, 23 May 2011 11:31:02 +0000 (11:31 +0000)]
implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
Vladislav Vinogradov [Mon, 23 May 2011 08:46:27 +0000 (08:46 +0000)]
minor fix
Vladislav Vinogradov [Mon, 23 May 2011 07:59:20 +0000 (07:59 +0000)]
minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures)
Vadim Pisarevsky [Mon, 23 May 2011 07:58:35 +0000 (07:58 +0000)]
fixed features2d (ORB) compile errors on Windows
Alexey Spizhevoy [Mon, 23 May 2011 07:38:42 +0000 (07:38 +0000)]
updated usage message (opencv_stitching)
Alexey Spizhevoy [Mon, 23 May 2011 07:35:46 +0000 (07:35 +0000)]
fixed bug in graphcut seam estimation (opencv_stitching)
Alexey Spizhevoy [Mon, 23 May 2011 07:10:48 +0000 (07:10 +0000)]
added scaling of images before seam estimation (opencv_stitching)
Vadim Pisarevsky [Sat, 21 May 2011 20:17:45 +0000 (20:17 +0000)]
fixed several typos, including the old ones from ticket #854
Vadim Pisarevsky [Sat, 21 May 2011 18:36:30 +0000 (18:36 +0000)]
Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007)
Vadim Pisarevsky [Sat, 21 May 2011 18:32:34 +0000 (18:32 +0000)]
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
Vadim Pisarevsky [Sat, 21 May 2011 18:07:28 +0000 (18:07 +0000)]
return NULL in the case of incorrect camera index (ticket #710)
Vincent Rabaud [Sat, 21 May 2011 17:27:38 +0000 (17:27 +0000)]
- assign some members outside the header (fixes #1081)
Kirill Kornyakov [Sat, 21 May 2011 15:09:54 +0000 (15:09 +0000)]
bugfix for Windows x64, Visual Studio 10
Alexey Spizhevoy [Sat, 21 May 2011 14:44:37 +0000 (14:44 +0000)]
made number of bands in blending parameter
Alexey Spizhevoy [Sat, 21 May 2011 14:22:06 +0000 (14:22 +0000)]
more refactoring of opencv_stitching
Kirill Kornyakov [Sat, 21 May 2011 14:09:03 +0000 (14:09 +0000)]
some samples updated according to new CommandLineParser class
Alexey Spizhevoy [Sat, 21 May 2011 14:03:06 +0000 (14:03 +0000)]
updated poor pairs filtering in opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 13:27:57 +0000 (13:27 +0000)]
memory optimizations in opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 11:24:42 +0000 (11:24 +0000)]
refactoring in opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 11:09:47 +0000 (11:09 +0000)]
changes blenders interface in opencv_stitching
Vadim Pisarevsky [Sat, 21 May 2011 09:29:21 +0000 (09:29 +0000)]
allow lower-case utf-8 encoding specification as well
Vadim Pisarevsky [Sat, 21 May 2011 09:03:04 +0000 (09:03 +0000)]
one more fix with encoding when reading/writing XMLs
Vincent Rabaud [Fri, 20 May 2011 23:53:22 +0000 (23:53 +0000)]
- add missing tests for ORB
- remove useless code for 2.3
Vincent Rabaud [Fri, 20 May 2011 22:25:53 +0000 (22:25 +0000)]
- adding ORB
Vadim Pisarevsky [Fri, 20 May 2011 20:24:34 +0000 (20:24 +0000)]
fixed reading/writing of utf-8 strings
Andrey Kamaev [Fri, 20 May 2011 14:33:41 +0000 (14:33 +0000)]
Tegra optimization for calcOpticalFlowPyrLK