Re: scipy shape

2014-11-18 Thread MRAB
On 2014-11-19 02:30, Abdul Abdul wrote: I came across an example that starts as follows: from scipy.ndimage import filters img = zeros(im.shape) What does the second line mean here? Is it setting the image pixels to zero? What is "shape" here? It looks like it might be using numpy. If 'im' i

scipy shape

2014-11-18 Thread Abdul Abdul
I came across an example that starts as follows: from scipy.ndimage import filters img = zeros(im.shape) What does the second line mean here? Is it setting the image pixels to zero? What is "shape" here? Thanks. -- https://mail.python.org/mailman/listinfo/python-list