opencv/samples/cpp/tutorial_code/features2D
Peter Andreas Entschev 6f3163f62d DescriptorExtractor: added defaultNorm() to return default norm type.
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes.

This was reported in feature report #2182 (http://code.opencv.org/issues/2182). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
2013-12-09 09:54:42 -02:00
..
SURF_descriptor.cpp DescriptorExtractor: added defaultNorm() to return default norm type. 2013-12-09 09:54:42 -02:00
SURF_detector.cpp Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
SURF_FlannMatcher.cpp Merge remote-tracking branch 'origin/2.4' 2013-06-19 15:25:37 +04:00
SURF_Homography.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00