QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
234 stars 62 forks source link

ENH: use SegmentDescription to populate SegmentLabel #488

Closed fedorov closed 8 months ago

fedorov commented 8 months ago

This will be done when SegmentLabel is not passed in configuration. SegmentDescription is better than using CodeMeaning from SegmentationType, as it allows more precise control by the user.