fixed comment and doc on L2

This commit is contained in:
Maria Dimashova
2011-08-05 14:05:41 +00:00
parent 0d55ccac74
commit 7db3dd4f0a
2 changed files with 2 additions and 2 deletions

View File

@@ -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