From ff3a630a2956c1f0140f917272cb34bcbe74aad3 Mon Sep 17 00:00:00 2001 From: Wedge Date: Fri, 27 Nov 2020 20:08:49 +0000 Subject: [PATCH] define FLANN_INDEX_LSH --- source/py_tutorials/py_feature2d/py_matcher/py_matcher.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/py_tutorials/py_feature2d/py_matcher/py_matcher.rst b/source/py_tutorials/py_feature2d/py_matcher/py_matcher.rst index b81130b..e4dff8b 100644 --- a/source/py_tutorials/py_feature2d/py_matcher/py_matcher.rst +++ b/source/py_tutorials/py_feature2d/py_matcher/py_matcher.rst @@ -140,7 +140,7 @@ For FLANN based matcher, we need to pass two dictionaries which specifies the al While using ORB, you can pass the following. The commented values are recommended as per the docs, but it didn't provide required results in some cases. Other values worked fine.: :: - + FLANN_INDEX_LSH = 6 index_params= dict(algorithm = FLANN_INDEX_LSH, table_number = 6, # 12 key_size = 12, # 20