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

Test transition to C++ 14 #446

Closed fedorov closed 8 months ago

fedorov commented 2 years ago

Currently, dcmqi fails in Slicer:

https://slicer.cdash.org/build/2599227/configure

image
fedorov commented 2 years ago

Need to implement the fix as in https://github.com/acil-bwh/ChestImagingPlatform/pull/42

fedorov commented 8 months ago

This was addressed by https://github.com/QIICR/dcmqi/pull/458