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 4bb893aa9f the first round of cleaning up the RST docs 14 years ago
..
doc the first round of cleaning up the RST docs 14 years ago
include/opencv2/calib3d 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
src *applied patch from NVidia (nppstTraspose bug) 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 fixed some build problems 14 years ago