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

BUG: fix RGB-CIELab conversion #413

Closed fedorov closed 3 years ago

fedorov commented 3 years ago

Replace custom conversion routines with the ones from DCMTK. Too bad we did not use DCMTK ones from the start!

resolves #412