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