opencv/modules
2011-03-28 10:34:44 +00:00
..
calib3d further docs cleanup 2011-03-08 22:22:24 +00:00
contrib added missing "#include <functional>" 2011-02-18 12:08:28 +00:00
core fixed gpu docs (broken links, missing description, etc) 2011-03-23 10:56:20 +00:00
features2d - speed up the Hamming distance 2011-03-28 04:36:39 +00:00
ffmpeg updated ffmpeg to 0.6.0 2010-08-05 17:24:41 +00:00
flann Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890 2011-02-16 08:42:52 +00:00
gpu fixed SURF_GPU bug (features count > max dimension of grid) 2011-03-28 10:34:44 +00:00
haartraining bug #762 fixed 2010-12-15 11:21:27 +00:00
highgui fixed setProperty 2011-03-25 10:37:32 +00:00
imgproc fixed gpu docs (broken links, missing description, etc) 2011-03-23 10:56:20 +00:00
legacy several small fixes; added overloaded variant of cv::drawChessboardCorners 2010-11-27 23:16:50 +00:00
ml parallel training of a neural net using TBB (thanks to Konstantin Krivakin) 2011-03-22 17:40:58 +00:00
objdetect added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 2011-03-05 21:26:13 +00:00
pics some more doc cleanup 2011-03-03 07:29:55 +00:00
python 2011-03-05 06:28:19 +00:00
traincascade replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 2011-02-18 10:29:57 +00:00
ts #include cstdarg because va_list is used 2011-03-22 22:30:31 +00:00
video some more doc cleanup 2011-03-03 07:29:55 +00:00
CMakeLists.txt reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 2011-02-09 20:55:11 +00:00
index.rst added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 2011-03-05 21:26:13 +00:00