From e6ee800fdeb5a1ba01a48b694f4595438f982173 Mon Sep 17 00:00:00 2001 From: Vivek Wisdom Date: Thu, 31 Aug 2017 17:37:24 +0530 Subject: [PATCH] Corrected Typo in Additional Resources Section Corrected the Typo 'Hasing' to 'Hashing' in second item in Additional Resources section. Also added Wikipedia link for the LSH. --- doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown b/doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown index 4daf09d..1ad9899 100644 --- a/doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown +++ b/doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown @@ -81,4 +81,4 @@ Additional Resources -# Michael Calonder, Vincent Lepetit, Christoph Strecha, and Pascal Fua, "BRIEF: Binary Robust Independent Elementary Features", 11th European Conference on Computer Vision (ECCV), Heraklion, Crete. LNCS Springer, September 2010. -2. LSH (Locality Sensitive Hasing) at wikipedia. +2. [LSH (Locality Sensitive Hashing)](https://en.wikipedia.org/wiki/Locality-sensitive_hashing) at wikipedia. -- 2.7.4