opencv/modules/features2d
Alexander Pacha eaa29110e1 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.
Now it behaves like ORB (and how it is documented), and you can call BRISK to just generate feature points and no descriptors.
2013-07-04 16:36:29 +12:00
..
doc Bug #2967, void DescriptorMatcher::radiusMatch() // description unclear, 2013-05-20 02:26:58 +02:00
include/opencv2/features2d Added float, uint64, and uchar params to Algorithm 2013-02-04 20:25:18 +04:00
perf Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 2013-04-15 19:39:49 +04:00
src 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. 2013-07-04 16:36:29 +12:00
test Added info() method in descriptor matchers (#2330) 2013-02-01 02:23:40 +04:00
CMakeLists.txt Made dependency of features2d and calib3d from highgui optional 2012-03-13 12:33:16 +00:00