[Numpy-discussion] Python equivalent of bwboundaries, bwlabel

Nadav Horesh nadavh at visionsense.com
Fri Jun 29 05:15:10 EDT 2007


There are several image processing function (including labeling) in numpy.numarray.nd_image package. You can find nd_image documentation in numarray-1.5.pdf (http://downloads.sourceforge.net/numpy/numarray-1.5.pdf?modtime=1133880381&big_mirror=0) 

   Nadav.

-----Original Message-----
From:	numpy-discussion-bounces at scipy.org on behalf of Cameron Walsh
Sent:	Fri 29-Jun-07 09:47
To:	numpy-discussion at scipy.org; image-sig at python.org
Cc:	
Subject:	[Numpy-discussion] Python equivalent of bwboundaries, bwlabel

Hi all,

I'm trying to do object segmentation from image slices, and have found the
matlab functions bwlabel and bwboundaries.  I haven't been able to find a
python equivalent in the pylab, scipy, numpy, or Image modules, nor has
google been fruitful.  Could somebody point me in the right direction to
find equivalent functions if they exist?

Cameron.






More information about the NumPy-Discussion mailing list