fixed comment and doc on L2

Esse commit está contido em:
Maria Dimashova
2011-08-05 14:05:41 +00:00
commit 7db3dd4f0a
2 arquivos alterados com 2 adições e 2 exclusões
@@ -290,7 +290,7 @@ For efficiency, ``BruteForceMatcher`` is used as a template parameterized with t
template<> struct Accumulator<short> { typedef int Type; };
/*
* Squared Euclidean distance functor
* Euclidean distance functor
*/
template<class T>
struct L2
@@ -2084,7 +2084,7 @@ template<> struct Accumulator<char> { typedef float Type; };
template<> struct Accumulator<short> { typedef float Type; };
/*
* Squared Euclidean distance functor
* Euclidean distance functor
*/
template<class T>
struct CV_EXPORTS L2