Image edge detection

Stéfan van der Walt stefanv at berkeley.edu
Tue Aug 9 17:34:22 EDT 2016


Hi Dipu

On 9 August 2016 at 14:30, Dipankar “Dipu” Ganguly <dipugee at gmail.com>
wrote:

> Thanks again Stefa. Very helpful. I will try using these. I am assuming, I
> will also find tools to read .jpg images as numpy arrays, my immediate need.
>

You assume correctly :)  If you take a look at the user guide I mentioned
earlier, you will find examples of how to do that.

from skimage import io
image = io.imread('my_image.jpg')

Best regards
Stéfan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20160809/9f9d6b43/attachment.html>


More information about the scikit-image mailing list