Page MenuHomePhabricator

Remove DicomReader dependency from ImageStatistics module
Closed, ResolvedPublic

Description

The ImageStatistics module has a dependency to the DicomReader module.
The reason therefore is, that the ImageStatisticsCalculatorTest uses the mitk::ClassicDICOMReader for loading the test data.
This can easily be replaced with mitk::IOUtil and thus we can avoid the DicomReader dependency

Event Timeline

User fetzer has pushed new remote branch:

bug-19478-remove-dicom-reader-dependency-from-imagestatistics

[0e58d1]: Merge branch 'bug-19478-remove-dicom-reader-dependency-from-imagestati

Merged commits:

2015-12-15 16:30:43 Andreas Fetzer [f6823c]
Removed MitkDICOMReader dependency from MitkImageStatistics

Replaced ClassicDicomReader with mitk::IOUtil

[a464a1]: Merge branch 'bug-19478-remove-dicom-reader-dependency-from-imagestati

Merged commits:

2015-12-16 12:15:23 Andreas Fetzer [5d999a]
COMP Added accidentally removed cmake macro