progressive-x
progressive-x copied to clipboard
Examples for the line fitting (star5,star11) problems
Hi, Nice work! Where can I get the example codes for line fitting problems shown in the paper? And if I want to fit lines on my custom point dataset, what should I do?
Hi,
Thanks! There is an example for line fitting at https://github.com/danini/progressive-x/blob/master/examples/example_multi_lines.ipynb You can use any data as input there (e.g., star5, star11, or you custom one).
ok, thanks, I just saw this example dealing with images, can I fit multiple lines with this code if my data is a two-dimensional array of points