Dicom package: Difference between revisions

533 bytes added ,  2 January 2012
progress getting it working on various platforms
(progress getting it working on various platforms)
Line 10: Line 10:
This package provides functions to read and (eventually) write DICOM files. The functions in the package are intended to have similar usage as
This package provides functions to read and (eventually) write DICOM files. The functions in the package are intended to have similar usage as
the dicom functions in the Matlab Image Processing Toolbox. In Octave they are separate: most image package users will not use dicom, and its dependency might be considered troublesome.
the dicom functions in the Matlab Image Processing Toolbox. In Octave they are separate: most image package users will not use dicom, and its dependency might be considered troublesome.
== Platforms ==
*Linux. Tested on OpenSuSE 11.4 and Ubuntu. No known issues. GDCM is required: see below.
*mingw
**Ben Lindner's Octave 3.2.4 and the mingw build environment (gcc 4.4.0): dicom package 0.1.1 does not build against this older version of the Octave API.
**Tatsuro/Nitzan's Octave 3.4.3 and mingw build environment (gcc 4.5.2): gdcm and dicom package build OK. Get segfault in ntdll.dll when one of the dicom*.oct files calls something from a gdcm*.dll.
*cygwin: gdcm 2.0.18-19 does not build. link error in gdcmMSFF.


==Supporting library==
==Supporting library==
14

edits