About itk image format conversion

I am now completing the interface of a registration module, but the images given to me by others are many sequence images in gdcm format. How can I convert these images into the format available for registration.

Here is an example demonstrating how to read a DICOM series. You could use this example to convert all your inputs to NRRD format, or you could take the reading part into your application, and then operate on DICOMs directly.

1 Like