opencv/modules/features2d/test
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
..
test_brisk.cpp
test_descriptors_regression.cpp fixed warnings 2013-10-08 12:46:43 +04:00
test_detectors_regression.cpp Boring changes - features2d. 2013-09-05 18:26:44 +04:00
test_fast.cpp
test_keypoints.cpp Boring changes - features2d. 2013-09-05 18:26:44 +04:00
test_main.cpp
test_matchers_algorithmic.cpp
test_mser.cpp
test_nearestneighbors.cpp
test_orb.cpp
test_precomp.hpp
test_rotation_and_scale_invariance.cpp DescriptorExtractor: added defaultNorm() to return default norm type. 2013-12-09 09:54:42 -02:00