Good day!

Could you please tell me about the process of installation of the ITK.

Of course, I've tried to do it myself, but I have this situation:

I have xcode 3.2.6 and Mac OS X 10.6.8, so I've downloaded ITK 3-2.20 and Cmake 2.8-5.

In the Cmake I've chosen two folders (the first - where is the source, the second - where ITK should be built), I pressed "Configure" after that red lines appeared, I pressed "Configure" again and everything is ok, after pressing "Generate" ITK.xcodeproj appears in a folder, but this project contains a lot of mistakes, when I try to build it...

Could you please tell me where I'm wrong trying to use ITK framework to read and show DICOM file in Cocoa Application.

Thanks in advance for any help!

link|improve this question
feedback

1 Answer

This question is a duplicate of ITK library on iOS - Loading DICOM, for which I also provided the following answer


ITK actually uses GDCM to read DICOM files, so it's probably easier to use GDCM directly. http://sourceforge.net/apps/mediawiki/gdcm/index.php

As for loading DICOM files on the iPad (or any mobile device), I would be careful when doing so. Some DICOM files are very large (on the order of GBs), and that would probably just crash your application. Of course, you'd probably have a difficult time loading files that large onto the iPad anyway :)

link|improve this answer
Thanks for your answer! – Max Putrik Aug 3 '11 at 6:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.