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.
 
 
 
 
 
 
Ilya Lavrenov 099ea91823 typos 11 years ago
..
bagofwords.cpp Deleted all trailing whitespace. 12 years ago
blobdetector.cpp
brief.cpp
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 check of keypoint index range in drawMatches 12 years ago
dynamic.cpp
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
features2d_init.cpp deleted extra semicolons 11 years ago
freak.cpp Fixing some indentation issues on FREAK source file. 12 years ago
generated_16.i
generated_32.i
generated_64.i
keypoint.cpp fixed condition in KeyPointsFilter::retainBest 12 years ago
matchers.cpp Fix build with STLPort from NDK r8d 13 years ago
mser.cpp
orb.cpp fixing build of 2.4 branch with VC12 (aka 2013) 12 years ago
precomp.hpp Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
stardetector.cpp