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 371aa08006 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 14 years ago
..
doc OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 14 years ago
include/opencv2/ml added the optional balanced cross-validation in SVN::train_auto (by arman, ticket #314) 14 years ago
src 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
test reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
CMakeLists.txt