opencv/modules
2011-02-27 18:12:30 +00:00
..
calib3d cleaned RST formatting a bit 2011-02-26 11:05:10 +00:00
contrib added missing "#include <functional>" 2011-02-18 12:08:28 +00:00
core added IPP dot product functions. Only 32f data type supported for now (there are accuracy issues in 8u/16s/16u/32s functions which will be fixed in IPP 7.0.3) 2011-02-27 18:12:30 +00:00
features2d cleaned RST formatting a bit 2011-02-26 11:05:10 +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 cleaned RST formatting a bit 2011-02-26 11:05:10 +00:00
haartraining bug #762 fixed 2010-12-15 11:21:27 +00:00
highgui cleaned RST formatting a bit 2011-02-26 11:05:10 +00:00
imgproc added 16u support in calcHist & calcBackProject; added image type checks (ticket #856) 2011-02-27 16:43:36 +00:00
legacy several small fixes; added overloaded variant of cv::drawChessboardCorners 2010-11-27 23:16:50 +00:00
ml cleaned RST formatting a bit 2011-02-26 11:05:10 +00:00
objdetect cleaned RST formatting a bit 2011-02-26 11:05:10 +00:00
python OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 2011-02-22 20:43:26 +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 *applied patch from NVidia (nppstTraspose bug) 2011-02-18 12:23:18 +00:00
video cleaned RST formatting a bit 2011-02-26 11:05:10 +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 cleaned RST formatting a bit 2011-02-26 11:05:10 +00:00