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
232 stars 62 forks source link

Add dcmSegmentation2itkimage overload taking a segmentation object #421

Closed lorteddie closed 3 years ago

lorteddie commented 3 years ago

Currently dcmSegmentation2itkimage takes a DcmDataset which is parsed internally into a DcmSegmentation object. An overload could just take a DcmSegmentation object.