Commit 7db3dd4f authored by Maria Dimashova's avatar Maria Dimashova

fixed comment and doc on L2

parent 0d55ccac
...@@ -290,7 +290,7 @@ For efficiency, ``BruteForceMatcher`` is used as a template parameterized with t ...@@ -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; }; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment