Discussion:
[ITK-users] How to convert PNG series in to DICOM series using ITK?
Shrabani Ghosh
2017-10-30 16:36:16 UTC
Permalink
Hi,

I have trained my neural network with 3D images in NIFTI format which were
created from DICOM image series. I have data for testing which is in in PNG
series. But I need to convert my PNG series in DICOM . Is it possible to do
it in Itk?


Thanks in advance

Shrabani Ghosh




--
Sent from: http://itk-insight-users.2283740.n2.nabble.com/
The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there!
________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users
Dženan Zukić
2017-10-30 16:56:45 UTC
Permalink
Hi Shrabani Ghosh,

you should take a look at this
<https://itk.org/Doxygen/html/Examples_2IO_2ImageReadDicomSeriesWrite_8cxx-example.html>
example for writing DICOM, and at this
<https://itk.org/Doxygen/html/Examples_2IO_2ImageSeriesReadWrite_8cxx-example.html>
one for reading a series of PNGs as a 3D image.

Also, we are switching to discourse <https://discourse.itk.org/>, so please
post any further questions there.

Regards,
DÅŸenan
Post by Shrabani Ghosh
Hi,
I have trained my neural network with 3D images in NIFTI format which were
created from DICOM image series. I have data for testing which is in in PNG
series. But I need to convert my PNG series in DICOM . Is it possible to do
it in Itk?
Thanks in advance
Shrabani Ghosh
--
Sent from: http://itk-insight-users.2283740.n2.nabble.com/
The ITK community is transitioning from this mailing list to
discourse.itk.org. Please join us there!
________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
Loading...