#im is a binary image
(m, n) = im.shape
for i=0:m-1
for j=0:n-1
if im(i,j)
# this is my starting point
On Sat, Apr 20, 2013 at 1:28 PM, Chintak Sheth <chintaksheth@gmail.com> wrote:
Hi Tony,On Sat, Apr 20, 2013 at 10:18 PM, Tony Yu <tsyu80@gmail.com> wrote:
This is kind of a shot in the dark: Could you try running nosetests in the segmentation subpackage of skimage?Strangely so, "nosetests -v" runs in segmentation subpackage. However, it gives me a warning :warnings.warn('SciPy was built without UMFPACK. Consider rebuilding 'Does that give any more ideas ?I was hoping that the umfpack import was broken, but it looks like it's failing gracefully.I don't have any specific ideas. Could you try going into each subpackage and running nosetests in each? This is a bit brute-force, but there's not a lot of information to go on right now.-Tony--
You received this message because you are subscribed to the Google Groups "scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.