From 7ce10e8c91a2f240e22649aa9a499b1f1fb0c3a1 Mon Sep 17 00:00:00 2001 From: Victor Erukhimov Date: Sat, 12 Jun 2010 05:44:55 +0000 Subject: [PATCH] Modified a comment to DescriptorMatcher --- modules/features2d/include/opencv2/features2d/features2d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/include/opencv2/features2d/features2d.hpp b/modules/features2d/include/opencv2/features2d/features2d.hpp index daab462db5..84d7547656 100644 --- a/modules/features2d/include/opencv2/features2d/features2d.hpp +++ b/modules/features2d/include/opencv2/features2d/features2d.hpp @@ -1684,7 +1684,7 @@ inline void DescriptorMatcher::clear() * descriptor in the second set by trying each one. * * For efficiency, BruteForceMatcher is templated on the distance metric. - * For float descriptors, a common choice would be features_2d::L2. + * For float descriptors, a common choice would be cv::L2. */ template class CV_EXPORTS BruteForceMatcher : public DescriptorMatcher