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 2388fa223e patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren) 14 years ago
..
calib3d further docs cleanup 14 years ago
contrib added missing "#include <functional>" 14 years ago
core Purpose: updated the core chapter 14 years ago
features2d to test buildbot (1) 14 years ago
ffmpeg updated ffmpeg to 0.6.0 15 years ago
flann Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890 14 years ago
gpu beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter) 14 years ago
haartraining bug #762 fixed 14 years ago
highgui extended libdc1394 backend (the patch is by Michael Joachimiak) 14 years ago
imgproc patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren) 14 years ago
legacy several small fixes; added overloaded variant of cv::drawChessboardCorners 14 years ago
ml knearest training has been threaded (thanks to Konstantin Krivakin) 14 years ago
objdetect added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 14 years ago
pics some more doc cleanup 14 years ago
python extended libdc1394 backend (the patch is by Michael Joachimiak) 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 #include cstdarg because va_list is used 14 years ago
video fixed bug in complanarity check in cvEstimateRigidTransform (thanks to Luca Del Tongo) 14 years ago
CMakeLists.txt reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 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