opencv/modules/features2d/src
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
..
bagofwords.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
blobdetector.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
brief.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
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. 2013-07-04 16:36:29 +12:00
descriptors.cpp Fixed opponent space color conversion 2012-07-03 11:01:56 +00:00
detectors.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
draw.cpp check of keypoint index range in drawMatches 2013-01-22 00:37:27 +04:00
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. 2012-03-15 14:36:01 +00:00
evaluation.cpp Remove unused constructor 2013-02-02 16:09:10 -05:00
fast_score.cpp Fix gcc build error introduced in a9f36df 2012-10-10 13:24:49 +04:00
fast_score.hpp Fix binary compatibility of opencv_features2d 2012-10-17 02:09:14 +04:00
fast.cpp Use Tegra version of cv::FAST 2012-11-02 13:16:16 +04:00
features2d_init.cpp The next attempt to fix a build error on Mac. 2013-02-06 18:07:02 +04:00
freak.cpp Fix fixed-point arithmetics in FREAK::meanIntensity 2012-08-28 16:57:20 +04:00
generated_16.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
generated_32.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
generated_64.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
keypoint.cpp fixed condition in KeyPointsFilter::retainBest 2013-04-01 11:53:43 +04:00
matchers.cpp Fix build with STLPort from NDK r8d 2012-12-22 00:59:56 +04:00
mser.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
orb.cpp #2216 Forbid incorrect patchSize values in ORB 2012-08-15 16:54:40 +04:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp Fix build with STLPort from NDK r8d 2012-12-22 00:59:56 +04:00
stardetector.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00