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 cec8f719a3 added face recognition algorithms, LDA, colormaps (all by Philipp Wagner) 13 years ago
..
androidcamera Issue #1201: auto-focus problem was fixed. Binaries were rebuilt. 13 years ago
calib3d fixed bug #1700 13 years ago
contrib added face recognition algorithms, LDA, colormaps (all by Philipp Wagner) 13 years ago
core More Tegra versions of convertTo 13 years ago
features2d Made small change which fixes the situation, when ORB does not find any descriptors on an image. Earlier ORB::operator() crashed in this case, since rowRange method was called for an empty matrix. 13 years ago
flann fixed hundreds of warnings from MSVC 2010. 13 years ago
gpu added test for gpu::Laplacian for CV_32FC1 type 13 years ago
highgui Updated new video positioning test 13 years ago
imgproc preliminary version of a multi-level findcontours 13 years ago
java Added "fat" mode for Java wrapper 13 years ago
legacy fixed many warnings from GCC 4.6.1 13 years ago
ml fixed many warnings from GCC 4.6.1 13 years ago
nonfree switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
objdetect Fixed bug #1663 13 years ago
photo fixing arg name according to ref man 13 years ago
python fixed many warnings from GCC 4.6.1 13 years ago
stitching Fixed bug #1693. Also corrected default parameters for stitching. 13 years ago
ts fixed hundreds of warnings from MSVC 2010. 13 years ago
video Fixed bug #1629 13 years ago
videostab Added load and save motion args into videostab sample 13 years ago
CMakeLists.txt Global CMake reorganization: 13 years ago
refman.rst lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago