sami-badawi / shapelogic-scala

Generic computer vision in Scala
http://shapelogicscala.org/
MIT License
13 stars 3 forks source link

Vectorizer that can be run on either skeletonized lines or outlines #34

Closed sami-badawi closed 7 years ago

sami-badawi commented 7 years ago

Ported code from ShapeLogic Java without unit tests

sami-badawi commented 7 years ago

Fixed bugs and cleaned up. Still more issues left.

sami-badawi commented 7 years ago

Made a version that will take an seletonized binary image and vectorize the first connected lines it finds.