mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
fixed comment and doc on L2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user