radmedres / clmedview

An attempt to create a cross-platform medical image viewer specialized in drawing "regions of interests".
GNU General Public License v3.0
3 stars 2 forks source link

Import Dicoms and solved assertion #16

Closed minovations closed 9 years ago

minovations commented 9 years ago

FEATURE: import Dicoms …

The first step is made in importing dicoms. In this checkout it is possible to load a dicom from the file system. The dicom accept a directory or a dicomfile. First all meta data is loaded into memory, afterwards the data is loaded into memory.

Changes: Makefile.am

configure.ac

include/lib-memory-io.h

Added some functionalities to check if we are using the same dicom include/lib-memory-patient.h

include/lib-memory-study.h

include/lib-memory-serie.h

lib/lib-io-nifti/include/nifti1.h

lib/lib-memory/lib-memory-io.c

Added to project: include/lib-io-dicom.h

lib/lib-io-dicom/lib-io-dicom.c

Removed from project: lib/lib-io-dicom/include/zzwrite.h lib/lib-io-dicom/zzwrite.c

ASSERTION …

When using the sobel brush with 8 bit images, the pluggin causes an assertion on a unknown type.

FIXED: Added unsigned 8-bit support