fixed comment and doc on L2

pull/13383/head
Maria Dimashova 13 years ago
parent 0d55ccac74
commit 7db3dd4f0a
  1. 2
      modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst
  2. 2
      modules/features2d/include/opencv2/features2d/features2d.hpp

@ -290,7 +290,7 @@ For efficiency, ``BruteForceMatcher`` is used as a template parameterized with t
template<> struct Accumulator<short> { typedef int Type; }; template<> struct Accumulator<short> { typedef int Type; };
/* /*
* Squared Euclidean distance functor * Euclidean distance functor
*/ */
template<class T> template<class T>
struct L2 struct L2

@ -2084,7 +2084,7 @@ template<> struct Accumulator<char> { typedef float Type; };
template<> struct Accumulator<short> { typedef float Type; }; template<> struct Accumulator<short> { typedef float Type; };
/* /*
* Squared Euclidean distance functor * Euclidean distance functor
*/ */
template<class T> template<class T>
struct CV_EXPORTS L2 struct CV_EXPORTS L2

Loading…
Cancel
Save