Line 3: |
Line 3: |
| *Currently worked on by: Kris Thielemans | | *Currently worked on by: Kris Thielemans |
| | | |
− | === What is the aim of this package? ===
| + | == What is the aim of this package? == |
| Digital communications in medicine (DICOM) is an information standard. Originally created for image transfer, the standard now deals with an large range of medical data. See http://medical.nema.org/ for more info. | | Digital communications in medicine (DICOM) is an information standard. Originally created for image transfer, the standard now deals with an large range of medical data. See http://medical.nema.org/ for more info. |
| | | |
Line 9: |
Line 9: |
| 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. |
| | | |
− | ===Supporting library===
| + | ==Supporting library== |
| [http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Main_Page GCDM]. You can usually get this via your package manager, e.g. on Ubuntu | | [http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Main_Page GCDM]. You can usually get this via your package manager, e.g. on Ubuntu |
| | | |
Line 39: |
Line 39: |
| mingw32-make all | | mingw32-make all |
| | | |
− | ===Features===
| + | ==Features== |
| All of these still need work, but they exist, and are usable to some extent. | | All of these still need work, but they exist, and are usable to some extent. |
| *dicomdict (load different dict - file follows same format as Matlab's) | | *dicomdict (load different dict - file follows same format as Matlab's) |
Line 46: |
Line 46: |
| *dicomread (load pixel data, 2D or 3D int types. Does not yield colormaps, yet.) | | *dicomread (load pixel data, 2D or 3D int types. Does not yield colormaps, yet.) |
| | | |
− | ===Todo===
| + | ==Todo== |
| | | |
| *dicomanon | | *dicomanon |
Line 53: |
Line 53: |
| *isdicom | | *isdicom |
| | | |
− | ===Questions===
| + | ==Questions== |
| I don't have a Matlab license available. I would like to make this package compatible with the dicom functions in Matlab's image processing toolbox, as far as possible. | | I don't have a Matlab license available. I would like to make this package compatible with the dicom functions in Matlab's image processing toolbox, as far as possible. |
| | | |