Ask Your Question
1

Mathematical Morphology?

asked 2012-09-15 21:34:07 +0200

Ralph Dratman gravatar image

updated 2015-01-17 22:38:01 +0200

FrédéricC gravatar image

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?

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
2

answered 2012-09-15 22:35:44 +0200

calc314 gravatar image

updated 2012-09-15 22:43:56 +0200

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...

edit flag offensive delete link more
2

answered 2012-09-23 09:22:06 +0200

jeanpat gravatar image

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2012-09-15 21:34:07 +0200

Seen: 441 times

Last updated: Sep 23 '12