mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
6f3163f62d
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. |
||
---|---|---|
.. | ||
test_detectors.cpp | ||
test_features2d.cpp | ||
test_keypoints.cpp | ||
test_main.cpp | ||
test_precomp.hpp | ||
test_rotation_and_scale_invariance.cpp | ||
test_surf.cuda.cpp | ||
test_surf.ocl.cpp |