opencv/modules
2011-04-26 15:38:32 +00:00
..
calib3d added overloaded variants of findHomography & findFundamentalMat for backward compatibility 2011-04-23 12:49:14 +00:00
contrib added missing "#include <functional>" 2011-02-18 12:08:28 +00:00
core fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) 2011-04-26 12:20:42 +00:00
features2d Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android 2011-04-20 07:33:05 +00:00
ffmpeg bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk 2011-04-26 12:09:27 +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 [~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory 2011-04-25 16:07:48 +00:00
haartraining Merged android-experimental branch back to trunk. 2011-04-06 14:31:03 +00:00
highgui do not define CVAPI_EXPORTS when OpenCV is built statically (thanks to Mika Fischer for the patch) 2011-04-26 13:07:05 +00:00
imgproc fixed typo in cv::erode description 2011-04-26 13:51:30 +00:00
legacy several small fixes; added overloaded variant of cv::drawChessboardCorners 2010-11-27 23:16:50 +00:00
ml small correction to the previous patch (also by Konstantin Krivakin) 2011-04-20 17:56:25 +00:00
objdetect fixed compile errors on Ubuntu 2011-04-26 15:38:32 +00:00
pics some more doc cleanup 2011-03-03 07:29:55 +00:00
python restore data matrix 2011-04-26 00:01:41 +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 Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5 2011-04-21 12:54:16 +00:00
video fixed build problems on Windows 2011-04-18 15:14:32 +00:00
CMakeLists.txt Test system included into Android build 2011-04-11 14:47:06 +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