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.
 
 
 
 
 
 
Maria Dimashova 9c12cc6b03 added doc on DenseFeatureDetector (#1311) 13 years ago
..
doc added doc on DenseFeatureDetector (#1311) 13 years ago
include/opencv2/features2d increased the default number of pyramid layers in ORB; updated test data 13 years ago
perf 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
src 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
test added test case of matching the same descriptors 13 years ago
CMakeLists.txt Made dependency of features2d and calib3d from highgui optional 13 years ago