Open Source Computer Vision Library https://opencv.org/
 
 
 
 
 
 
Andrey Kamaev 7e2f771940 Android compatibility fix for r4885: __kernel replaced with filter_kernel 14 years ago
..
calib3d a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
contrib added missing "#include <functional>" 14 years ago
core a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
features2d a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 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 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
haartraining Merged android-experimental branch back to trunk. 14 years ago
highgui Android native camera: added BGR output format; added methods to configure output frame size. 14 years ago
imgproc Android compatibility fix for r4885: __kernel replaced with filter_kernel 14 years ago
legacy several small fixes; added overloaded variant of cv::drawChessboardCorners 15 years ago
ml a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
objdetect a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
pics some more doc cleanup 14 years ago
python moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories 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 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
video a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 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