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.
 
 
 
 
 
 
Roman Donchenko cf00349b5b Gave CvSVM a private copy constructor & assignment operator. 12 years ago
..
androidcamera Initial NativeCamera support for Android 4.4 KitKat. 12 years ago
calib3d minX1 should be max(-maxD,0) not max(maxD,0), avoid black band at left 12 years ago
contrib Enabled CV_Assert and such to print the function name with Visual C++. 12 years ago
core Merge pull request #1825 from jet47:fix-opengl-mem-leak 12 years ago
features2d remove CV_EXPORT from templates 12 years ago
flann Silenced a few -Wcast-align warnings in the headers. 12 years ago
gpu Enabled CV_Assert and such to print the function name with Visual C++. 12 years ago
highgui fixed some warnings 12 years ago
imgproc Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 12 years ago
java Merge pull request #1737 from vrabaud:2.4 12 years ago
legacy Android NDK r9 support. x64 NDK support fix for MacOS X. 12 years ago
ml Gave CvSVM a private copy constructor & assignment operator. 12 years ago
nonfree Merge pull request #1495 from StevenPuttemans:bugfix_3282 12 years ago
objdetect Normalized file endings. 12 years ago
ocl Merge pull request #1819 from ilya-lavrenov:ocl_resize_AREA 12 years ago
photo Normalized file endings. 12 years ago
python cmake: python module updates 12 years ago
stitching Normalized file endings. 12 years ago
superres Fixed building with OpenCL, but without the ocl module. 12 years ago
ts perf tests: allow to skip performance tests 12 years ago
video Copied errorCovPre to errorCovPost. This allows the correct behaviour of the uncertainty to grow when there is missing data for each predict step. 12 years ago
videostab Normalized file endings. 12 years ago
world CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file' 12 years ago
CMakeLists.txt Add support for adding custom OpenCV modules. 12 years ago
refman.rst.in