DicomConfig class
Configuration options for the DICOM processing engine.
Use this struct to tune the balance between precision and performance.
Constructors
- DicomConfig({required bool autoNormalize, required bool skipPixels})
-
Configuration options for the DICOM processing engine.
const
Properties
- autoNormalize → bool
-
If true, the pixel values will be automatically normalized into standard ranges
based on the metadata found in the DICOM headers.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipPixels → bool
-
If true, the Rust engine will only parse the file metadata (tags) and
skip the expensive pixel data extraction. This is useful for building
fast metadata viewers or file explorers.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
default_(
) → Future< DicomConfig> - Provides the standard production-ready defaults: