Commit Graph

12722 Commits

Author SHA1 Message Date
Ilya Lysenkov
f4788b3645 Added read/write methods in detectors and some descriptors for XML/YAML persistence 2010-06-04 05:30:09 +00:00
Ilya Lysenkov
bb235220e7 Speeded up descriptors evaluations using clear () 2010-06-02 06:55:03 +00:00
Ilya Lysenkov
8e526dc58a Added One Way Descriptor to detectors and descriptros evaluation 2010-06-02 05:56:50 +00:00
Ilya Lysenkov
fe4896873b Fixed a potential memory leak in OneWayDescriptorBase hierarchy. 2010-06-02 05:39:29 +00:00
Ilya Lysenkov
a702e5b2dc Storing PCA components and One Way descriptors in one yml file. 2010-06-02 05:19:09 +00:00
Ilya Lysenkov
08c377cb48 testing commit 2010-06-01 19:01:35 +00:00
Brian Gerkey
a232c4c924 testing commit 2010-06-01 18:22:40 +00:00
Brian Gerkey
7b86be0f8d testing commit 2010-06-01 18:21:42 +00:00
Brian Gerkey
b400b8466c testing commit 2010-06-01 18:15:58 +00:00
Vadim Pisarevsky
b645629749 extended highgui VideoCapture::get/set property documentation (thanks to frm) 2010-06-01 16:07:28 +00:00
Vadim Pisarevsky
d3ae1d19d8 removed internal-use cvconfig.h from core/internal.hpp (thanks to iwamatsu) 2010-06-01 15:52:03 +00:00
Vadim Pisarevsky
8b1e3a5ebd fixed OpenCV_INCLUDE_DIRS in OpenCVConfig.cmake (thanks to borism for the patch) 2010-06-01 15:47:36 +00:00
Vadim Pisarevsky
4c49c5b219 fixed repeated calculations in cvsolve (thanks to denisstack for the fix) 2010-06-01 15:44:02 +00:00
Vadim Pisarevsky
1d63112714 remove bash'ism in the samples build script (thanks to iwamatsu for the patch) 2010-06-01 15:34:43 +00:00
Vadim Pisarevsky
e5872cd8bb now C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on HOGDescriptor 2010-06-01 13:53:20 +00:00
Vadim Pisarevsky
5c4333d68c added some more Doxygen comments 2010-05-31 16:47:13 +00:00
Vadim Pisarevsky
fcf96d1fad build PDF out of rst docs 2010-05-31 16:46:49 +00:00
Vadim Pisarevsky
5d125a7d8b fixed Latex docs for cleaner HTML output 2010-05-31 16:46:09 +00:00
Jose Luis Blanco
5d3ad699a6 fixed duplicated definition warning 2010-05-31 08:15:10 +00:00
Maria Dimashova
be189a4578 fixed CvSVM 2010-05-30 11:28:43 +00:00
Maria Dimashova
a8bc74f2e1 fixed CvSVM 2010-05-30 11:03:42 +00:00
James Bowman
6ebdcb879b #362, CvMoments fields now exposed, smoke tested by test_moments 2010-05-27 22:36:26 +00:00
Jose Luis Blanco
1e5f012e7f - Added a Warning macro compatible with GCC & MSVC to cv.h
- Fixed extra text after #endif
2010-05-27 09:55:46 +00:00
Victor Erukhimov
b4c56aa184 Added for backward compatibility 2010-05-27 06:23:54 +00:00
Vadim Pisarevsky
4b3771ce32 modified the sub-pixel disparity interpolation (by K. Konolige) 2010-05-26 20:35:09 +00:00
Victor Erukhimov
c4631573a4 cv::cvflann -> cv::flann 2010-05-26 19:50:20 +00:00
Maria Dimashova
583a08d5c7 removed old sample on keypoints matching and added new one 2010-05-26 15:45:32 +00:00
Maria Dimashova
045402e481 override clear method to VectorDescriptorMatch 2010-05-26 15:00:03 +00:00
Victor Erukhimov
97c598c0bc Fixing a compiler problem of a prev rev 2010-05-26 12:45:29 +00:00
Victor Erukhimov
13523fd53a Fixing compiler errors for outlet_pose_estimation 2010-05-26 12:34:48 +00:00
Maria Dimashova
b4275e1987 added clear method to GenericDescriptorMatch 2010-05-26 11:27:56 +00:00
Vadim Pisarevsky
9690cd396b always create <opencv_build_dir>/doc/html to avoid CMake 2.4 error messages 2010-05-26 08:42:33 +00:00
Vadim Pisarevsky
e89f493697 doxygenated calib3d module (C++ part only) 2010-05-26 08:40:25 +00:00
Vadim Pisarevsky
266c4642ea doxygenated opencv_video & opencv_calib3d modules (C++ part only) 2010-05-25 15:59:48 +00:00
Victor Erukhimov
eff42cdabd Added deprecation warning for gcc 2010-05-25 15:28:23 +00:00
Vadim Pisarevsky
4632d65889 doxygenated core and imgproc modules (C++ API only) 2010-05-25 14:57:10 +00:00
Victor Erukhimov
201d4a068d Added a warning for deprecated headers 2010-05-25 13:47:12 +00:00
Victor Erukhimov
600a55e5ac Added headers for backward compatibility 2010-05-25 13:46:43 +00:00
Jose Luis Blanco
cc0d7674ee fixed a simple declaration error. 2010-05-25 07:31:44 +00:00
Vadim Pisarevsky
b703faf4cb fixed the module list in Doxygen CMake script 2010-05-22 12:03:15 +00:00
Vadim Pisarevsky
b94e09bfeb renamed cv::flann to cv::cvflann to avoid name conflicts 2010-05-21 20:37:05 +00:00
Maria Dimashova
60019422e8 fixed gftt wrapper, update testdata 2010-05-21 17:36:36 +00:00
Vadim Pisarevsky
33447e0bba fixed mixed-type exp and log functions, used in HMMs (thanks to V. Mityaev) 2010-05-21 12:07:00 +00:00
Maria Dimashova
d199100deb minor changes of detectors test 2010-05-20 16:31:00 +00:00
Maria Dimashova
60f00f9f83 updated detectors and descriptors quality tests 2010-05-20 16:16:28 +00:00
Vadim Pisarevsky
f152535865 extended description of the error handling mechanism with OpenCV C++ API 2010-05-20 11:37:37 +00:00
Vadim Pisarevsky
cadbe1bc79 fixed filterSpeckles call in StereoBM (thanks to Patrick Mihelich) 2010-05-19 18:42:08 +00:00
Maria Dimashova
cd81db88d5 updated sift wrapper (recalculation angles mode) 2010-05-19 16:02:30 +00:00
James Bowman
ccbe405322 Typo 2010-05-18 18:32:23 +00:00
Vadim Pisarevsky
b34aaace79 updated OpenCV version because of the recent reorganization 2010-05-18 16:42:35 +00:00