Modified a comment to DescriptorMatcher

pull/13383/head
Victor Erukhimov 15 years ago
parent c6a943b684
commit 7ce10e8c91
  1. 2
      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<float>.
* For float descriptors, a common choice would be cv::L2<float>.
*/
template<class Distance>
class CV_EXPORTS BruteForceMatcher : public DescriptorMatcher

Loading…
Cancel
Save