DicomConfig constructor
Configuration options for the DICOM processing engine.
Use this struct to tune the balance between precision and performance.
Implementation
const DicomConfig({
required this.autoNormalize,
required this.skipPixels,
});
Configuration options for the DICOM processing engine.
Use this struct to tune the balance between precision and performance.
const DicomConfig({
required this.autoNormalize,
required this.skipPixels,
});