Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 558 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 558 Bytes

How to visualise dots grouped as cloud in grid format

Process visualozation

To resolve the problem of cloud to grid transformation I used this example
But lap and hungarian algorithm didn't work for me. That's why I used linear_sum_assignment from scipy.optimize

Look more in 'Cloud to grid.ipynb'.