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.
 
 
 
 
 
 
Andrey Kamaev 4c58fff3f7 Added cvPyrUp signature to the documentation #1670 13 years ago
..
androidcamera Issue #1201: auto-focus problem was fixed. Binaries were rebuilt. 13 years ago
calib3d Added projectPoints() for 3xN objectPoints and 2xN imagePoints (#1550) 13 years ago
contrib applied patch from #1655 (thanks to Changbo Zhou!) 13 years ago
core Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types 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 fixed gpu arithm functions (mismatch with cpu version) 13 years ago
highgui Fixed compilation error for ffmpeg tests 13 years ago
imgproc Added cvPyrUp signature to the documentation #1670 13 years ago
java Refactored Java wrapper build scripts. 13 years ago
legacy fixed many warnings from GCC 4.6.1 13 years ago
ml fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch) 13 years ago
nonfree applied patch from #1712 (thanks to Vlad) 13 years ago
objdetect possibly fixed bug #1453 13 years ago
photo fixing arg name according to ref man 13 years ago
python Added points comparison in test_remap 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 the size of output velocity map in OptFlowBM, ticket #1362 (thanks to Takanori Y for the patch) 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