Commit Graph

206 Commits

Author SHA1 Message Date
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
Vadim Pisarevsky
edc089607f fixed source image corruption (ticket #306) 2010-05-18 16:38:51 +00:00
Vadim Pisarevsky
eec30b08d4 added cv::setMouseCallback and cv::startWindowThread 2010-05-18 15:47:39 +00:00
Vadim Pisarevsky
47c3e79423 added Doxygen-based documentation (draft version for now) 2010-05-18 15:41:28 +00:00
Maria Dimashova
3b0243c51d fixed wrapper of sift descriptor 2010-05-18 12:21:45 +00:00
Liu Liu
a69804e158 fixed the error in SURF when no keypoint detected 2010-05-18 07:16:24 +00:00
Maria Dimashova
d79c97696b updated detectors quality test, added descriptors quality test 2010-05-17 17:45:05 +00:00
Maria Dimashova
0043fe6fcd fixed wrapper of sift descriptor 2010-05-17 17:36:58 +00:00
James Bowman
da2fd5357d Make doc build work with new layout 2010-05-14 22:25:15 +00:00
James Bowman
ac41d29eee #301, sample code for CalcHist 2010-05-14 22:24:32 +00:00
James Bowman
9a342ef337 test case for #342 2010-05-14 20:58:54 +00:00
James Bowman
6bc810cd80 test case for #342 2010-05-14 20:57:30 +00:00
Jose Luis Blanco
4833f15b22 Tentative fix to using FIND_PACKAGE(OpenCV) from external apps after last atomic bomb commit!
Fixed for OpenCV compiled whereever and NOT "make install"ed. This second case must be checked later, since I'm not sure of the pretended include dirs layout after "make install". 
If all include dirs go to the same target install directory, it should work as is right now.
2010-05-14 09:35:39 +00:00
James Bowman
a2e158aeb8 datamatrix sample 2010-05-13 18:02:02 +00:00
Stefano Fabri
42534312cd Fixed typo in pkgconfig file 2010-05-13 15:16:18 +00:00
Stefano Fabri
3964367480 added missing header 2010-05-13 11:19:09 +00:00
Vadim Pisarevsky
3c89a166c6 install old headers for better compatibility with existing code 2010-05-13 07:10:27 +00:00