sami-badawi / shapelogic-scala

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

Add morphology operations #31

Closed sami-badawi closed 7 years ago

sami-badawi commented 7 years ago

Stared work on skeletonization. First version is a port from ImageJ. Will add more morphology operations

sami-badawi commented 7 years ago

I added outline and skletonize. Grouped in new menu: Binary, with the operation that takes a image and turn it into a binary image.

sami-badawi commented 7 years ago

Added dilate, erode, open and close. That was really easy. Pushed to master will be in release 0.8.4