Closed paugier closed 4 years ago
Great work!
Now the Python version is as fast as the C++ one (actually a bit faster at home) !
Thanks! It remains a difference with the C++ code: in the Python code there is no parameter to set the minimum distance between two matches with the same ray. We noted that without such a parameter, wrong matches were found. Could you add this parameter in the Python code? It should correspond to the parameter multiplematchesperraymindistance of the C++ code. Thanks a lot!
Now the Python version is as fast as the C++ one (actually a bit faster at home) !