Ask Your Question

Ralph Dratman's profile - activity

2015-01-17 22:37:41 +0200 received badge  Popular Question (source)
2012-09-24 12:39:07 +0200 received badge  Supporter (source)
2012-09-24 12:38:59 +0200 marked best answer Mathematical Morphology?

The Image module in python might have some of what you want.

See: http://www.pythonware.com/library/pil...

There are also facilities in numpy and scipy that you can use within Sage.

See: http://scipy-lectures.github.com/adva...

2012-09-24 12:38:56 +0200 marked best answer Mathematical Morphology?

For python you can use mahotas, pymorph, scikits-image, mamba. There's also things in scipy

2012-09-24 12:38:56 +0200 received badge  Scholar (source)
2012-09-24 03:18:27 +0200 received badge  Student (source)
2012-09-15 21:34:07 +0200 asked a question Mathematical Morphology?

Is there a recommended package for Sage (or simply for Python) to do morphological image processing -- for instance, dilation, erosion, thinning, opening, closing, skeleton generation -- and related transformations?