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

Use const pointer to input segmentations #502

Closed jadh4v closed 2 weeks ago

jadh4v commented 3 weeks ago

Use constant pointers to input segmentation images (itk::Image::ConstPointer) since we don't expect the function to change these images.