[Numpy-discussion] Python equivalent of bwboundaries, bwlabel
Nadav Horesh
nadavh@visionsense....
Fri Jun 29 04:15:10 CDT 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@scipy.org on behalf of Cameron Walsh
Sent: Fri 29-Jun-07 09:47
To: numpy-discussion@scipy.org; image-sig@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