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

Reply via email to