kolhizin / bujo

Proof of concepts and sharedlib for bujo app
0 stars 0 forks source link

Recursively find lines #27

Closed kolhizin closed 5 years ago

kolhizin commented 5 years ago

Idea -- use recursion to find best splits.

1) Search best angle for document 2) Split by these lines 3) Repeat until no split angle exists

Test whether there are epsilon-angles. If there are: 1) Split vertically and search for angles 2) Connect lines between splits 3) Repeat higher process for result

kolhizin commented 5 years ago

Approach failed. Recursive lines tend to shoot right through lines :(

https://github.com/kolhizin/bujo_poc/blob/master/forwiki/recursive_radon_line/recursive_line_fail.png