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 ce89d00fcf Implemented missed AlgorithmInfo for BRIEF 13 years ago
..
bagofwords.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
blobdetector.cpp Made dependency of features2d and calib3d from highgui optional 13 years ago
brief.cpp Implemented missed AlgorithmInfo for BRIEF 13 years ago
descriptors.cpp 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
detectors.cpp switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
draw.cpp added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 14 years ago
dynamic.cpp 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
evaluation.cpp added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 14 years ago
fast.cpp switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
generated_16.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
generated_32.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
generated_64.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
keypoint.cpp 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
matchers.cpp fixed hundreds of warnings from MSVC 2010. 13 years ago
mser.cpp switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
orb.cpp 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
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp ~40 warnings under VS2008 14 years ago
stardetector.cpp switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago