morphological image processing in Python

Robert Kern robert.kern at gmail.com
Mon Oct 3 10:33:25 EDT 2005


Alexandre Fayolle wrote:
> Hello,
> 
> I'm about to start a project which will involve some greyscale image
> processing using morphological operators (erosion, dilation, distance
> transforms...), and I was wondering if these operators were available in
> Python through some open source libraries. 
> 
> A quick google search returned pymorphpro[1], which is unfortunately not
> free software, and there also seem to be something available in ITK [2].
> Unless I'm mistaken, the PIL does not provide these operations, nore do
> Numeric/numarray/scipy. 
> 
> Have I missed the one true Python mathematical morphology toolbox?

numarray

http://stsdas.stsci.edu/numarray/numarray-1.3.html/module-numarray.ndimage.html

This will be ported to the new scipy shortly. We could use some help.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list