WillNilges / inkpath

A plugin for transcribing hand-drawn notes, diagrams, and tables onto xournalpp documents
GNU General Public License v2.0
18 stars 1 forks source link

Skeletonization look-ahead multiple iterations #31

Open WillNilges opened 1 year ago

WillNilges commented 1 year ago

Note to self: The skeletonized images currently suck. I need to find a way to prevent it from eroding away connections between letters. It would be expensive to do contour detection multiple times on the skeletonized images. Maybe I can just “look ahead” N iterations or whatever. Currently, it checks if the NEXT iteration would result in a blank image. Maybe I should check if, like, the next three iterations would result in a blank image. That might improve the quality.

WillNilges commented 1 year ago

magnet_progression