cv2.FlannBasedMatcher
python opencv 3.4.0
cv2.FlannBasedMatcher(dict(algorithm = 1, trees = 5), {})
the algorithm=1 what is meaning?
The Randomized k-d Tree ? The Priority Search K-Means Tree ? The Hierarchical Clustering Tree?
you could have looked it up in the docs