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
Maria Dimashova [Fri, 20 May 2011 12:46:05 +0000 (12:46 +0000)]
removed duplicated output, added the print of first and last points always
Maria Dimashova [Fri, 20 May 2011 12:30:47 +0000 (12:30 +0000)]
fixed sample
Maria Dimashova [Fri, 20 May 2011 12:14:35 +0000 (12:14 +0000)]
minor changes of recall-precision output
Alexey Spizhevoy [Fri, 20 May 2011 08:08:55 +0000 (08:08 +0000)]
refactored opencv_stitching
Alexey Spizhevoy [Fri, 20 May 2011 07:44:37 +0000 (07:44 +0000)]
added number of bands estimation in opencv_stitching
Alexey Spizhevoy [Fri, 20 May 2011 07:32:25 +0000 (07:32 +0000)]
added histograms comparison into opencv_stitching
Anatoly Baksheev [Thu, 19 May 2011 17:11:25 +0000 (17:11 +0000)]
fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008)
Vadim Pisarevsky [Thu, 19 May 2011 12:41:48 +0000 (12:41 +0000)]
alter the read stage.threshold to match traincascade behavior (ticket #1071)
Vadim Pisarevsky [Thu, 19 May 2011 12:19:48 +0000 (12:19 +0000)]
fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058)
Andrey Kamaev [Thu, 19 May 2011 06:36:44 +0000 (06:36 +0000)]
Tegra optimization for yuv420i to rgb conversion
Alexey Spizhevoy [Thu, 19 May 2011 05:59:10 +0000 (05:59 +0000)]
added time measurements into opencv_stitching
Vadim Pisarevsky [Wed, 18 May 2011 15:16:12 +0000 (15:16 +0000)]
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
Alexey Spizhevoy [Wed, 18 May 2011 15:05:06 +0000 (15:05 +0000)]
minor changes in opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 14:52:23 +0000 (14:52 +0000)]
reduced memory requirements in opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 13:21:45 +0000 (13:21 +0000)]
added parameters controlling resolution into opencv_stitching
Vadim Pisarevsky [Wed, 18 May 2011 13:05:46 +0000 (13:05 +0000)]
fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066)
Alexey Spizhevoy [Wed, 18 May 2011 13:02:27 +0000 (13:02 +0000)]
compilation under mac
Kirill Kornyakov [Wed, 18 May 2011 12:48:08 +0000 (12:48 +0000)]
fixed OpenCV_DIR
Maria Dimashova [Wed, 18 May 2011 11:57:43 +0000 (11:57 +0000)]
added the link in doc on kinect
Alexey Spizhevoy [Wed, 18 May 2011 08:56:48 +0000 (08:56 +0000)]
modified focal estimation function in opencv_stitching
Vladislav Vinogradov [Wed, 18 May 2011 07:18:30 +0000 (07:18 +0000)]
minor fix
Alexey Spizhevoy [Wed, 18 May 2011 07:15:12 +0000 (07:15 +0000)]
minor refactoring in opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 07:11:45 +0000 (07:11 +0000)]
added leaveBiggestComponent function into opencv_stitching
Vladislav Vinogradov [Wed, 18 May 2011 06:51:05 +0000 (06:51 +0000)]
GpuMat::setTo optimization (call cudaMemcpy2D if possible)
Vadim Pisarevsky [Tue, 17 May 2011 15:55:40 +0000 (15:55 +0000)]
removed debug print statement from cvMixChannels()
Vadim Pisarevsky [Tue, 17 May 2011 15:52:23 +0000 (15:52 +0000)]
copied helper modules from doc to modules/python/test
Vadim Pisarevsky [Tue, 17 May 2011 15:44:01 +0000 (15:44 +0000)]
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
Vadim Pisarevsky [Tue, 17 May 2011 14:15:23 +0000 (14:15 +0000)]
fixed a few warnings from VS2010 express
Alexey Spizhevoy [Tue, 17 May 2011 13:48:27 +0000 (13:48 +0000)]
minor changes in opencv_stitching
Vadim Pisarevsky [Tue, 17 May 2011 13:32:42 +0000 (13:32 +0000)]
fix build problems on Windows
Andrey Pavlenko [Tue, 17 May 2011 12:52:07 +0000 (12:52 +0000)]
- extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
Anatoly Baksheev [Tue, 17 May 2011 09:48:23 +0000 (09:48 +0000)]
solution folder flag disabled by default
Anatoly Baksheev [Tue, 17 May 2011 09:40:06 +0000 (09:40 +0000)]
solution folder flag disabled by default
Vadim Pisarevsky [Tue, 17 May 2011 07:27:48 +0000 (07:27 +0000)]
added missing #include for compatibility with VS2008
Alexey Spizhevoy [Tue, 17 May 2011 04:59:44 +0000 (04:59 +0000)]
changed default args values for opencv_stitching app
Andrey Kamaev [Mon, 16 May 2011 15:10:44 +0000 (15:10 +0000)]
minor bugfix
Andrey Kamaev [Mon, 16 May 2011 14:14:06 +0000 (14:14 +0000)]
Parallel version of YUV->RGB conversion for Android camera
Alexander Mordvintsev [Mon, 16 May 2011 10:52:20 +0000 (10:52 +0000)]
fixed #808 and #848
Vladislav Vinogradov [Mon, 16 May 2011 08:54:06 +0000 (08:54 +0000)]
update gpu docs (SURF and BruteForceMatcher)
Vladislav Vinogradov [Mon, 16 May 2011 08:38:27 +0000 (08:38 +0000)]
added support of Hamming distance to BruteForceMatcher_GPU
Alexey Spizhevoy [Mon, 16 May 2011 05:11:09 +0000 (05:11 +0000)]
refactored opencv_stitching
Elena Fedotova [Sun, 15 May 2011 20:56:53 +0000 (20:56 +0000)]
Purpose: updated the feature2d chapter
Kirill Kornyakov [Sun, 15 May 2011 19:25:00 +0000 (19:25 +0000)]
command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments.
Elena Fedotova [Sun, 15 May 2011 19:16:53 +0000 (19:16 +0000)]
Purpose: completed the calib3d chapter
Elena Fedotova [Sun, 15 May 2011 19:16:27 +0000 (19:16 +0000)]
Purpose: completed the objdetect chapter
Elena Fedotova [Sun, 15 May 2011 19:15:36 +0000 (19:15 +0000)]
Purpose: completed the ml chapter
Maria Dimashova [Sun, 15 May 2011 09:19:05 +0000 (09:19 +0000)]
some renames
Vadim Pisarevsky [Fri, 13 May 2011 20:01:36 +0000 (20:01 +0000)]
added missing #include "ctype.h"
Vadim Pisarevsky [Fri, 13 May 2011 20:00:58 +0000 (20:00 +0000)]
removed "#include "windows.h"" from core headers
Vadim Pisarevsky [Fri, 13 May 2011 19:40:57 +0000 (19:40 +0000)]
removed unnecessary #include "windows.h" from "highgui_c.h"
Andrey Kamaev [Fri, 13 May 2011 18:32:05 +0000 (18:32 +0000)]
Small Android build fixes
Vadim Pisarevsky [Fri, 13 May 2011 15:24:21 +0000 (15:24 +0000)]
made "filestorage << vector<Mat>" work properly.
Vadim Pisarevsky [Fri, 13 May 2011 13:26:14 +0000 (13:26 +0000)]
disabled creation of hdr_parser.pyc
Andrey Kamaev [Thu, 12 May 2011 15:22:55 +0000 (15:22 +0000)]
cv:threshold optimization for Tegra
Vadim Pisarevsky [Thu, 12 May 2011 11:40:42 +0000 (11:40 +0000)]
make ubuntu 11.04 compile with libv4l
Andrey Kamaev [Thu, 12 May 2011 07:02:39 +0000 (07:02 +0000)]
Fixed Android build
Vadim Pisarevsky [Wed, 11 May 2011 23:31:50 +0000 (23:31 +0000)]
reviewed ? marks in features2d
Andrey Kamaev [Wed, 11 May 2011 22:48:05 +0000 (22:48 +0000)]
Removed outdated build instructions
Andrey Kamaev [Wed, 11 May 2011 22:46:17 +0000 (22:46 +0000)]
Added simple command line sample for Android
Xavier Delacour [Wed, 11 May 2011 20:17:15 +0000 (20:17 +0000)]
small updates to bundle adjustment implementation
Andrey Pavlenko [Wed, 11 May 2011 18:34:06 +0000 (18:34 +0000)]
Removing auto-generated file
Andrey Pavlenko [Wed, 11 May 2011 15:39:09 +0000 (15:39 +0000)]
Fixing build for Android
Anatoly Baksheev [Wed, 11 May 2011 14:45:35 +0000 (14:45 +0000)]
formatting
Anatoly Baksheev [Wed, 11 May 2011 13:51:41 +0000 (13:51 +0000)]
minor
Anatoly Baksheev [Wed, 11 May 2011 13:50:17 +0000 (13:50 +0000)]
fixed pch for non-windows
Anatoly Baksheev [Wed, 11 May 2011 13:37:20 +0000 (13:37 +0000)]
[+] 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)
Maria Dimashova [Wed, 11 May 2011 12:59:36 +0000 (12:59 +0000)]
restored 2 methods (for backward compatibility)
Maria Dimashova [Wed, 11 May 2011 12:13:58 +0000 (12:13 +0000)]
extended the constructor parameters of AdjusterAdapter's inheritors
Maria Dimashova [Wed, 11 May 2011 11:53:53 +0000 (11:53 +0000)]
fixed DynamicAdaptedFeatureDetector
Vadim Pisarevsky [Wed, 11 May 2011 11:27:29 +0000 (11:27 +0000)]
fixed paths to demo python scripts
Maria Dimashova [Wed, 11 May 2011 09:18:28 +0000 (09:18 +0000)]
minor
P. Druzhkov [Wed, 11 May 2011 07:58:47 +0000 (07:58 +0000)]
problem with the supported data matrices types is fixed
minor fixes in CvGBTrees, its test and sample
Vladislav Vinogradov [Wed, 11 May 2011 07:30:46 +0000 (07:30 +0000)]
added lightweight class DeviceBuffer to matrix_reductions.cpp
Vladislav Vinogradov [Wed, 11 May 2011 05:32:00 +0000 (05:32 +0000)]
fixed LUT (ticket #1057)
Alexey Spizhevoy [Wed, 11 May 2011 05:28:55 +0000 (05:28 +0000)]
reduced memory requirements for multi-band blending
Vadim Pisarevsky [Tue, 10 May 2011 22:09:07 +0000 (22:09 +0000)]
converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target.
Andrey Kamaev [Tue, 10 May 2011 13:35:20 +0000 (13:35 +0000)]
Final version of scripts for Android cross-compilation on Windows.
Maria Dimashova [Tue, 10 May 2011 13:30:58 +0000 (13:30 +0000)]
fixed save/load of dot; added data for the sample
Vladislav Vinogradov [Tue, 10 May 2011 12:39:12 +0000 (12:39 +0000)]
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64
Leonid Beynenson [Tue, 10 May 2011 12:29:43 +0000 (12:29 +0000)]
Made changes in Android camera classes: now we can get list of possible preview resolutions of Android camera (as string).
Also now work of Android camera is more accurate in the case when the size of grabbed frame buffer does not consist with the expected frame size.
Maria Dimashova [Tue, 10 May 2011 12:01:42 +0000 (12:01 +0000)]
changed the dot