opencv/modules
2011-06-11 10:40:55 +00:00
..
calib3d continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore) 2011-06-09 21:47:57 +00:00
contrib replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
core reverted broken opencv_test_core launcher 2011-06-10 12:21:26 +00:00
features2d Documented the SimpleBlobDetector class. 2011-06-09 15:20:55 +00:00
ffmpeg added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC 2011-06-06 10:26:59 +00:00
flann fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) 2011-05-19 17:11:25 +00:00
gpu data_mov_utils.hpp 2011-06-11 10:40:55 +00:00
haartraining Making the install and lib, bin directories consistent. 2011-05-30 22:13:32 +00:00
highgui Reduced logs count in Android camera 2011-06-09 12:04:10 +00:00
imgproc a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 2011-06-09 01:16:45 +00:00
legacy fixed ticket #892 2011-06-10 07:08:34 +00:00
ml fixed tickets #1117 and #954 2011-06-10 17:22:33 +00:00
objdetect fixed cascade detection on images of size equal to feature size (#1070) 2011-06-10 12:19:23 +00:00
python fixed tickets #1117 and #954 2011-06-10 17:22:33 +00:00
stitching updated matches checking in opencv_stitching 2011-06-10 05:38:52 +00:00
traincascade added implementation of CvHaarFeatureParams::read() in traincascade application (#1061) 2011-06-10 13:07:31 +00:00
ts fixed ~300 warnings under windows (had to hack gtest a bit) 2011-05-06 21:45:48 +00:00
video Minor doc fix 2011-06-10 18:00:23 +00:00
CMakeLists.txt added image stitching module 2011-05-04 11:09:42 +00:00
refman.rst 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