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
Vladislav Vinogradov [Tue, 10 May 2011 07:37:05 +0000 (07:37 +0000)]
fixed gpu projectPoints and solvePnPRansac tests
Vladislav Vinogradov [Tue, 10 May 2011 06:28:48 +0000 (06:28 +0000)]
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
Vladislav Vinogradov [Tue, 10 May 2011 06:24:44 +0000 (06:24 +0000)]
fixed bug in cv::Sobel (ddepth < 0)
Vladislav Vinogradov [Tue, 10 May 2011 06:11:03 +0000 (06:11 +0000)]
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
Andrey Kamaev [Mon, 9 May 2011 23:22:46 +0000 (23:22 +0000)]
Updated Android cross-compilation on Windows.
Vadim Pisarevsky [Mon, 9 May 2011 21:21:31 +0000 (21:21 +0000)]
made ptrdiff_t visible to GCC 4.6 compiler
Vadim Pisarevsky [Mon, 9 May 2011 16:50:29 +0000 (16:50 +0000)]
repaired opencv refman & refman1 build
Vadim Pisarevsky [Mon, 9 May 2011 16:37:42 +0000 (16:37 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:35:30 +0000 (16:35 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:35:11 +0000 (16:35 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:34:47 +0000 (16:34 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:33:53 +0000 (16:33 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:32:58 +0000 (16:32 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:31:44 +0000 (16:31 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:31:28 +0000 (16:31 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:29:17 +0000 (16:29 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:28:07 +0000 (16:28 +0000)]
moved the new docs from docroot to doc
Vadim Pisarevsky [Mon, 9 May 2011 16:22:17 +0000 (16:22 +0000)]
updated conf files to use the blue theme
Vadim Pisarevsky [Mon, 9 May 2011 16:20:46 +0000 (16:20 +0000)]
removed obsolete docs
Elena Fedotova [Sun, 8 May 2011 15:30:00 +0000 (15:30 +0000)]
Purpose: completed the feature2d chapter
Elena Fedotova [Sun, 8 May 2011 09:31:15 +0000 (09:31 +0000)]
Purpose: completed the feature2d chapter
Elena Fedotova [Sun, 8 May 2011 09:09:39 +0000 (09:09 +0000)]
Purpose: updated the feature2d chapter
Elena Fedotova [Sun, 8 May 2011 08:59:23 +0000 (08:59 +0000)]
Purpose: updated the feature2d chapter
Elena Fedotova [Sun, 8 May 2011 08:35:08 +0000 (08:35 +0000)]
Purpose: updated the feature2d chapter
Anatoly Baksheev [Sat, 7 May 2011 12:06:58 +0000 (12:06 +0000)]
more warnings fixed. +some warnings in examples
Anatoly Baksheev [Sat, 7 May 2011 11:37:56 +0000 (11:37 +0000)]
fixed compilation WITH_TBB
Anatoly Baksheev [Fri, 6 May 2011 21:45:48 +0000 (21:45 +0000)]
fixed ~300 warnings under windows (had to hack gtest a bit)
Andrey Kamaev [Fri, 6 May 2011 20:53:55 +0000 (20:53 +0000)]
Added missed CMakeCache.android.initial.cmake to windows build scripts
Elena Fedotova [Fri, 6 May 2011 20:08:11 +0000 (20:08 +0000)]
Purpose: updated the feature2d chapter
Nils Hasler [Fri, 6 May 2011 19:06:33 +0000 (19:06 +0000)]
change state of pipeline to NULL before freeing.
Andrey Kamaev [Fri, 6 May 2011 18:42:25 +0000 (18:42 +0000)]
Removed excess l
Anatoly Baksheev [Fri, 6 May 2011 18:29:53 +0000 (18:29 +0000)]
fixed warning: can't generate assignment operator
Andrey Kamaev [Fri, 6 May 2011 16:15:10 +0000 (16:15 +0000)]
Fixed Android API level detection for toolchain build
Ilya Lysenkov [Fri, 6 May 2011 14:02:07 +0000 (14:02 +0000)]
Added extra argument for BlobDetector in findCirclesGrid
Andrey Kamaev [Fri, 6 May 2011 12:24:56 +0000 (12:24 +0000)]
Refactored NEON optimization usage
Maria Dimashova [Fri, 6 May 2011 12:15:14 +0000 (12:15 +0000)]
fixed #1048
Vadim Pisarevsky [Fri, 6 May 2011 12:06:20 +0000 (12:06 +0000)]
do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch)
Vadim Pisarevsky [Fri, 6 May 2011 11:51:39 +0000 (11:51 +0000)]
restored img_proc_test main() call; removed windows.h from ml.hpp
Ilya Lysenkov [Fri, 6 May 2011 09:40:18 +0000 (09:40 +0000)]
Added a fast algorithm for the symmetric circles grid detection
Alexey Spizhevoy [Fri, 6 May 2011 08:05:02 +0000 (08:05 +0000)]
refactored opencv_stitching
Alexey Spizhevoy [Fri, 6 May 2011 07:14:36 +0000 (07:14 +0000)]
now BA in opencv_stitching uses only geometrically consistent matches
Alexey Spizhevoy [Fri, 6 May 2011 06:20:41 +0000 (06:20 +0000)]
added wave correct support into opencv_stitching
Alexey Spizhevoy [Fri, 6 May 2011 05:14:07 +0000 (05:14 +0000)]
added --ba_thresh key into opencv_stitching CLI
Alexey Spizhevoy [Thu, 5 May 2011 15:12:36 +0000 (15:12 +0000)]
fixed BA error calculation in opencv_stitching, added draft version of waveCorrect
Vadim Pisarevsky [Thu, 5 May 2011 13:31:54 +0000 (13:31 +0000)]
fixed problems indicated with ? marks
Alexey Spizhevoy [Thu, 5 May 2011 12:12:32 +0000 (12:12 +0000)]
opencv_stitching refactoring
Alexey Spizhevoy [Thu, 5 May 2011 11:44:47 +0000 (11:44 +0000)]
fixed some tests in gpu module
Maria Dimashova [Thu, 5 May 2011 11:44:11 +0000 (11:44 +0000)]
fixed #1046
Maria Dimashova [Thu, 5 May 2011 10:10:46 +0000 (10:10 +0000)]
fixed #1044
Vadim Pisarevsky [Wed, 4 May 2011 19:45:21 +0000 (19:45 +0000)]
fixed generation of Python wrapper cv2.
Elena Fedotova [Wed, 4 May 2011 19:22:51 +0000 (19:22 +0000)]
Purpose: updated the feature2d chapter