[Insight-users] DICOM

Sven Sarfert Sven . Sarfert at MEMcenter . unibe . ch
Tue, 17 Jun 2003 11:31:40 +0200


Hi,

I just started using itk and would like to know

how to read DICOM headers, and

the Image files.

Trying to load a Stack with wildcard did not work using:

  ...
  DICOMImageIO2::Pointer dicomReader =3D DICOMImageIO2::New();
  if ( dicomReader->CanReadFile(FILENAME) );
  ...

Trying the same programm with a Analyze format worked well.



Thanks Sven