Gdcm News
- gdcmFile class now enables acces to the data
i.e. the image[s] content. Previously only parsing of the
Dicom header was available through usage of gdcmHeader
class.
- a VTK plugin
of gdcm is now available through the vtkGdcmReader
vtk class (see it as a vtk wrapper of gdcm), which enables
- Loading of a single image,
- Loading of a stack of images from multiple Dicom files,
- this class is wrapped for vtkPython (by using native vtk
wrappers).
- Introduction of a jpeg sub-library: some very simple jpeg
compressed Dicom files might be working (check-it out).
- And also, fewer memory leaks, cleaned-up stl usage (should work
with gcc-3.x), python disutil installer (see file setup.py)
supporting both Swig and vtk wrapping.
- gdcmFile class now enables acces to the data
i.e. the image[s] content. Previously only parsing of the
Dicom header was available through usage of gdcmHeader
class.
- a VTK plugin
of gdcm is now available through the vtkGdcmReader
vtk class (see it as a vtk wrapper of gdcm), which enables
- Loading of a single image,
- Loading of a stack of images from multiple Dicom files,
- this class is wrapped for vtkPython (by using native vtk
wrappers).
- Introduction of a jpeg sub-library: some very simple jpeg
compressed Dicom files might be working (check-it out).
- And also, fewer memory leaks, cleaned-up stl usage (should work
with gcc-3.x), python disutil installer (see file setup.py)
supporting both Swig and vtk wrapping.