Re: [Numpy-discussion] Python equivalent of bwboundaries, bwlabel

2007-07-07 Thread ANIRUDH VIJ
ion@scipy.org; [EMAIL PROTECTED] > 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

Re: [Numpy-discussion] Python equivalent of bwboundaries, bwlabel

2007-06-29 Thread Nadav Horesh
From: [EMAIL PROTECTED] on behalf of Cameron Walsh Sent: Fri 29-Jun-07 09:47 To: numpy-discussion@scipy.org; [EMAIL PROTECTED] Cc: Subject: [Numpy-discussion] Python equivalent of bwboundaries, bwlabel Hi all, I'm trying to do object segmentation from image slices, and have

[Numpy-discussion] Python equivalent of bwboundaries, bwlabel

2007-06-28 Thread Cameron Walsh
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 directio