How to set FLANN distance type as Manhattan distance
Does anyone know how to use Manhattan distance instead of Euclidean distance in FLANN. How to set it in the Python interface?
Thanks
I am using kd-tree for high dimensional data.
could you clarify, if you mean the FlannBasedMatcher (features2d) ?