Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vadim Pisarevsky 4b2f9e78fc fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) 14 years ago
..
calib3d added overloaded variants of findHomography & findFundamentalMat for backward compatibility 14 years ago
contrib added missing "#include <functional>" 14 years ago
core fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) 14 years ago
features2d Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android 14 years ago
ffmpeg bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk 14 years ago
flann Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890 14 years ago
gpu [~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory 14 years ago
haartraining Merged android-experimental branch back to trunk. 14 years ago
highgui bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk 14 years ago
imgproc Purpose: updated the imgproc chapter 14 years ago
legacy several small fixes; added overloaded variant of cv::drawChessboardCorners 14 years ago
ml small correction to the previous patch (also by Konstantin Krivakin) 14 years ago
objdetect simple mean for decode 14 years ago
pics some more doc cleanup 14 years ago
python restore data matrix 14 years ago
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) 14 years ago
ts Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5 14 years ago
video fixed build problems on Windows 14 years ago
CMakeLists.txt Test system included into Android build 14 years ago
index.rst added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 14 years ago