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 72ddeea479 FREAK: add missing field initialization 10 years ago
..
bagofwords.cpp Deleted all trailing whitespace. 12 years ago
blobdetector.cpp Fixing errors 11 years ago
brief.cpp Warning fixes continued 13 years ago
brisk.cpp Fixed issue 3130 (http://code.opencv.org/issues/3130), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors. 12 years ago
descriptors.cpp compute method for Feature2D 12 years ago
detectors.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
draw.cpp Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added. 11 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 typos 11 years ago
fast.cpp Use Tegra version of cv::FAST 13 years ago
fast_score.cpp Normalized file endings. 12 years ago
fast_score.hpp Fix binary compatibility of opencv_features2d 13 years ago
features2d_init.cpp deleted extra semicolons 11 years ago
freak.cpp FREAK: add missing field initialization 10 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 fixed condition in KeyPointsFilter::retainBest 12 years ago
matchers.cpp FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 10 years ago
mser.cpp Fixed iOS framework compilation warnings 11 years ago
orb.cpp Fixed iOS framework compilation warnings 11 years ago
precomp.hpp Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
stardetector.cpp Warning fixes continued 13 years ago