fixed comment and doc on L2
This commit is contained in:
parent
0d55ccac74
commit
7db3dd4f0a
@ -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…
x
Reference in New Issue
Block a user