opencv/modules
2011-05-25 00:23:50 +00:00
..
calib3d fixed features2d (ORB) compile errors on Windows 2011-05-23 07:58:35 +00:00
contrib replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
core Implemented 4 missing Mat::ptr methods 2011-05-24 16:14:23 +00:00
features2d Small change in the SURF algorithm to be sure that without TBB the template parallel_for is not used 2011-05-24 16:13:55 +00:00
ffmpeg solution folder flag disabled by default 2011-05-17 09:40:06 +00:00
flann fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) 2011-05-19 17:11:25 +00:00
gpu minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4) 2011-05-24 08:02:39 +00:00
haartraining replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
highgui fixed several typos, including the old ones from ticket #854 2011-05-21 20:17:45 +00:00
imgproc fixed formatting a bit 2011-05-24 13:38:55 +00:00
legacy replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
ml replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
objdetect adding c++ interface to the datamtrix codes of j. 2011-05-25 00:23:50 +00:00
python adding c++ interface to the datamtrix codes of j. 2011-05-25 00:23:50 +00:00
stitching added exposure compensation base class into opencv_stitching 2011-05-24 13:59:02 +00:00
traincascade replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
ts fixed ~300 warnings under windows (had to hack gtest a bit) 2011-05-06 21:45:48 +00:00
video fixed 2 bugs reported by exvan (ticket #799) 2011-05-23 14:01:12 +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