Hi Dipu

On 9 August 2016 at 08:35, Dipankar “Dipu” Ganguly <dipu...@gmail.com>
wrote:

> I now need to convert “.jpg" and DICOM images into arrays that I can
> operate on using numpy and other Scikit-image algorithms/tools. What
> tools/packages could I use for the conversions (Images —> numpy arrays)?
>

You can use pydicom to load the DICOM images to numpy arrays:

http://pydicom.readthedocs.io/en/stable/working_with_pixel_data.html

Thereafter, scikit-image can process them:

http://scikit-image.org/docs/stable/user_guide/numpy_images.html

If you have more advanced DICOM needs, such as working with multiple
slices, or reading meta-data, you may want to look at dcmstack and nibabel
as well.

Best regards
Stéfan

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send an email to scikit-image@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/scikit-image/CABDkGQm16z6YUJO77MXPeDTsQMR6%3DjktVdikMxCtm4YB7r2fmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to