bobbens / sketch_simplification

Models and code related to sketch simplification of rough sketches.
https://esslab.jp/~ess/research/sketch_master/
Other
726 stars 103 forks source link

vectorization #10

Closed erikparr closed 5 years ago

erikparr commented 5 years ago

After simplification, how can the output be made into vector graphics? It is mentioned in the paper. Can you suggest a preferred method? Thanks

bobbens commented 5 years ago

Read the "notes" section in Readme.md. I am copy and pasting the relevant section:

Post-processing is not performed. You can perform it manually with convert out.png bmp:- | mkbitmap - -t 0.3 -o - | potrace --svg --group -t 15 -o - > out.svg.