[Insight-users] how to perform registrattion to dicom files?
Luis Ibanez
luis.ibanez at kitware.com
Thu, 18 Mar 2004 07:26:15 -0500
Hi Wavelethe,
The reason for throwing the exception is that there are no
DICOM writers available in ITK.
This functionality has been entered as a "feature request"
in the bug tracker but so far it hasn't been considered a
high priority. You can vote for this bug by loging in the
bug tracker and searching for Bug # 476:
http://www.itk.org/Bug/bug.php?op=show&bugid=476&pos=25
As a solution, you may want to use any of the fileformats
available in ITK. For details, please look at the FAQ entry 1.7:
http://www.itk.org/cgi-bin/InsightFAQ/InsightFAQ?req=show&file=faq01.007.htp
and the entry 1.8
http://www.itk.org/cgi-bin/InsightFAQ/InsightFAQ?req=show&file=faq01.008.htp
Regards,
Luis
-------------------------------
wavelethe at pku.org.cn wrote:
> i use the example to test the registration method.
> in command mode on win2000, i run:
> ImageRegistration1 MR.dcm CT.dcm Result.dcm
> and the program stop with this information:
> This application has requested the Runtime to terminate it an unusual way. Please contact the application's support team for more information.
>
> then i debug this program, and find the exception is threw when writing dicom file: writer->Update().
> but previously i have do it successfully with png files.
>
> best regards!
>
>