dcmqi
dcmqi copied to clipboard
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.org/dcmqi/#/validators
I am trying to create a dicom seg file using itkimage2segimage, however I keep running into VR definition violation errors.   What would be the exact fix for...
From @dclunie: > There are no DICOM Transfer Syntaxes specifically for floating point pixel data. > > So the Deflate TS is the only one available, and it should work...
Currently, dcmqi fails in Slicer: https://slicer.cdash.org/build/2599227/configure
Problem (reported by @abmnv and Felix Nensa): Acquisition context is propagated from the source images DICOM. In the instances where there are attributes that are not conforming to the standard,...
This would be in place of a custom ITKv3, which was done originally to reduce build time of the library due to CI time limits
Hey all, Thanks for the work you guys put in dcmqi. As discussed with @fedorov, I think it would be beneficial to add a few lines in the `itkimage2segimage` [documentation...
Hello, I am new to DICOM SRs, and I was wondering if we could somehow write the `value` in `measurementItems` as a string. Considering the example given in `sr-tid1500-ct-liver-example.json` we...
Equipment info is not populated as intended, and instead is propagated from the source image series.
Hi, Thank you so much for your package. I have a problem with docker container for qiicr/dcmqi. After running it exits immediately with exited (139). I tried all the below...