Commit Graph

1859 Commits

Author SHA1 Message Date
Elena Fedotova
99ef14ad77 Purpose: completed the objdetect chapter 2011-05-15 19:16:27 +00:00
Elena Fedotova
718f56e6ad Purpose: completed the ml chapter 2011-05-15 19:15:36 +00:00
Maria Dimashova
8acce4e31f some renames 2011-05-15 09:19:05 +00:00
Vadim Pisarevsky
05394d9835 added missing #include "ctype.h" 2011-05-13 20:01:36 +00:00
Vadim Pisarevsky
fa2f1c036a removed "#include "windows.h"" from core headers 2011-05-13 20:00:58 +00:00
Vadim Pisarevsky
5199cd9c95 removed unnecessary #include "windows.h" from "highgui_c.h" 2011-05-13 19:40:57 +00:00
Andrey Kamaev
9d787afe72 Small Android build fixes 2011-05-13 18:32:05 +00:00
Vadim Pisarevsky
56cf08a873 made "filestorage << vector<Mat>" work properly. 2011-05-13 15:24:21 +00:00
Vadim Pisarevsky
0243fe6b07 disabled creation of hdr_parser.pyc 2011-05-13 13:26:14 +00:00
Andrey Kamaev
058b761a46 cv:threshold optimization for Tegra 2011-05-12 15:22:55 +00:00
Vadim Pisarevsky
138b9724d8 make ubuntu 11.04 compile with libv4l 2011-05-12 11:40:42 +00:00
Andrey Kamaev
23a369b27e Fixed Android build 2011-05-12 07:02:39 +00:00
Vadim Pisarevsky
facff37e82 reviewed ? marks in features2d 2011-05-11 23:31:50 +00:00
Andrey Kamaev
039c35e2e7 Removed outdated build instructions 2011-05-11 22:48:05 +00:00
Andrey Kamaev
6aea54e308 Added simple command line sample for Android 2011-05-11 22:46:17 +00:00
Xavier Delacour
5e4ca22737 small updates to bundle adjustment implementation 2011-05-11 20:17:15 +00:00
Andrey Pavlenko
ad4969d81a Removing auto-generated file 2011-05-11 18:34:06 +00:00
Andrey Pavlenko
6ce8b93cb3 Fixing build for Android 2011-05-11 15:39:09 +00:00
Anatoly Baksheev
7a24dc9cb6 formatting 2011-05-11 14:45:35 +00:00
Anatoly Baksheev
429b33de97 minor 2011-05-11 13:51:41 +00:00
Anatoly Baksheev
17e1bcb006 fixed pch for non-windows 2011-05-11 13:50:17 +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
Maria Dimashova
c46b510f4c restored 2 methods (for backward compatibility) 2011-05-11 12:59:36 +00:00
Maria Dimashova
af28d19b3a extended the constructor parameters of AdjusterAdapter's inheritors 2011-05-11 12:13:58 +00:00
Maria Dimashova
c98c87d545 fixed DynamicAdaptedFeatureDetector 2011-05-11 11:53:53 +00:00
Vadim Pisarevsky
6afd44674f fixed paths to demo python scripts 2011-05-11 11:27:29 +00:00
Maria Dimashova
f8d93df52a minor 2011-05-11 09:18:28 +00:00
P. Druzhkov
15f7918e34 problem with the supported data matrices types is fixed
minor fixes in CvGBTrees, its test and sample
2011-05-11 07:58:47 +00:00
Vladislav Vinogradov
6a03be2632 added lightweight class DeviceBuffer to matrix_reductions.cpp 2011-05-11 07:30:46 +00:00
Vladislav Vinogradov
3c2d7b951a fixed LUT (ticket #1057) 2011-05-11 05:32:00 +00:00
Alexey Spizhevoy
7e4769a047 reduced memory requirements for multi-band blending 2011-05-11 05:28:55 +00:00
Vadim Pisarevsky
b699e946b5 converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target. 2011-05-10 22:09:07 +00:00
Andrey Kamaev
6facf8ba3b Final version of scripts for Android cross-compilation on Windows. 2011-05-10 13:35:20 +00:00
Maria Dimashova
0f6b8002dc fixed save/load of dot; added data for the sample 2011-05-10 13:30:58 +00:00
Vladislav Vinogradov
1c9f4e7ca2 fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64
2011-05-10 12:39:12 +00:00
Leonid Beynenson
7ec77593db 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.
2011-05-10 12:29:43 +00:00
Maria Dimashova
f4c74eb532 changed the dot 2011-05-10 12:01:42 +00:00
Vladislav Vinogradov
d0a91f8f19 fixed gpu projectPoints and solvePnPRansac tests 2011-05-10 07:37:05 +00:00
Vladislav Vinogradov
79b500eb0d fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0) 2011-05-10 06:28:48 +00:00
Vladislav Vinogradov
bf29b16d1d fixed bug in cv::Sobel (ddepth < 0) 2011-05-10 06:24:44 +00:00
Vladislav Vinogradov
58e26313dd fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
2011-05-10 06:11:03 +00:00
Andrey Kamaev
4c7a8f8d24 Updated Android cross-compilation on Windows. 2011-05-09 23:22:46 +00:00
Vadim Pisarevsky
f8e4b10248 made ptrdiff_t visible to GCC 4.6 compiler 2011-05-09 21:21:31 +00:00
Vadim Pisarevsky
a7b9c31e6a repaired opencv refman & refman1 build 2011-05-09 16:50:29 +00:00
Vadim Pisarevsky
e5eb9868f6 moved the new docs from docroot to doc 2011-05-09 16:37:42 +00:00
Vadim Pisarevsky
99d86393cf moved the new docs from docroot to doc 2011-05-09 16:35:30 +00:00
Vadim Pisarevsky
a15fe21ea0 moved the new docs from docroot to doc 2011-05-09 16:35:11 +00:00
Vadim Pisarevsky
7491596ef8 moved the new docs from docroot to doc 2011-05-09 16:34:47 +00:00
Vadim Pisarevsky
d7592dd1b8 moved the new docs from docroot to doc 2011-05-09 16:33:53 +00:00
Vadim Pisarevsky
bd05e356ed moved the new docs from docroot to doc 2011-05-09 16:32:58 +00:00