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 006a4ba529 Fix gcc build error introduced in a9f36df 13 years ago
..
bagofwords.cpp Warning fixes continued 13 years ago
blobdetector.cpp Made dependency of features2d and calib3d from highgui optional 13 years ago
brief.cpp Warning fixes continued 13 years ago
brisk.cpp Fix Android build warnings 13 years ago
descriptors.cpp Fixed opponent space color conversion 13 years ago
detectors.cpp Quiet MSVC warning 13 years ago
draw.cpp removed y-axis inversion in drawKeypoints (FeatureDetector has to do this) 13 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 fixed several warnings from VS2010 13 years ago
fast_score.cpp Fix gcc build error introduced in a9f36df 13 years ago
fast_score.hpp Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST cornerScore 13 years ago
features2d_init.cpp fixed crash in Python's SURF wrapper (bug #2325) 13 years ago
freak.cpp Fix fixed-point arithmetics in FREAK::meanIntensity 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 Fixed number of warnings. Fixed mingw64 build. 13 years ago
matchers.cpp #2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa) 13 years ago
mser.cpp fixed mser (angle is -1 now) 13 years ago
orb.cpp #2216 Forbid incorrect patchSize values in ORB 13 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp Fixed number of warnings. Fixed mingw64 build. 13 years ago
stardetector.cpp Warning fixes continued 13 years ago