Commit Graph

1893 Commits

Author SHA1 Message Date
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
Kirill Kornyakov
8a47b3d5d5 fixed OpenCV_DIR 2011-05-18 12:48:08 +00:00
Maria Dimashova
411e7798aa added the link in doc on kinect 2011-05-18 11:57:43 +00:00
Alexey Spizhevoy
60e1eda149 modified focal estimation function in opencv_stitching 2011-05-18 08:56:48 +00:00
Vladislav Vinogradov
34e2c78cec minor fix 2011-05-18 07:18:30 +00:00
Alexey Spizhevoy
5fe8beac42 minor refactoring in opencv_stitching 2011-05-18 07:15:12 +00:00
Alexey Spizhevoy
21d89cc420 added leaveBiggestComponent function into opencv_stitching 2011-05-18 07:11:45 +00:00
Vladislav Vinogradov
f3b45af876 GpuMat::setTo optimization (call cudaMemcpy2D if possible) 2011-05-18 06:51:05 +00:00
Vadim Pisarevsky
b0598fcf36 removed debug print statement from cvMixChannels() 2011-05-17 15:55:40 +00:00
Vadim Pisarevsky
0c504b42a0 copied helper modules from doc to modules/python/test 2011-05-17 15:52:23 +00:00
Vadim Pisarevsky
62569f6926 fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>. 2011-05-17 15:44:01 +00:00
Vadim Pisarevsky
306a11a7c5 fixed a few warnings from VS2010 express 2011-05-17 14:15:23 +00:00
Alexey Spizhevoy
013b7fdc91 minor changes in opencv_stitching 2011-05-17 13:48:27 +00:00
Vadim Pisarevsky
3d154c9dde fix build problems on Windows 2011-05-17 13:32:42 +00:00
Andrey Pavlenko
0f5f60f7f5 - extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
2011-05-17 12:52:07 +00:00
Anatoly Baksheev
2935bb29e5 solution folder flag disabled by default 2011-05-17 09:48:23 +00:00
Anatoly Baksheev
69f28ef65c solution folder flag disabled by default 2011-05-17 09:40:06 +00:00
Vadim Pisarevsky
7b2e39a3f9 added missing #include for compatibility with VS2008 2011-05-17 07:27:48 +00:00
Alexey Spizhevoy
2728e3ee7c changed default args values for opencv_stitching app 2011-05-17 04:59:44 +00:00
Andrey Kamaev
16712bad93 minor bugfix 2011-05-16 15:10:44 +00:00
Andrey Kamaev
0293912ea4 Parallel version of YUV->RGB conversion for Android camera 2011-05-16 14:14:06 +00:00
Alexander Mordvintsev
30f9710d55 fixed #808 and #848 2011-05-16 10:52:20 +00:00
Vladislav Vinogradov
0caf2707ee update gpu docs (SURF and BruteForceMatcher) 2011-05-16 08:54:06 +00:00
Vladislav Vinogradov
f11efdced3 added support of Hamming distance to BruteForceMatcher_GPU 2011-05-16 08:38:27 +00:00
Alexey Spizhevoy
79ed4e4c92 refactored opencv_stitching 2011-05-16 05:11:09 +00:00
Elena Fedotova
f80c93aa82 Purpose: updated the feature2d chapter 2011-05-15 20:56:53 +00:00
Kirill Kornyakov
94760a5f2b 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. 2011-05-15 19:25:00 +00:00
Elena Fedotova
aa1fac4c5a Purpose: completed the calib3d chapter 2011-05-15 19:16:53 +00:00
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