DicomImageImageDataShiftedBy Property |
An integer representing how the image samples were transformed if they had been signed.
Namespace:
Atalasoft.Imaging.Codec.Dicom
Assembly:
Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int ImageDataShiftedBy { get; }
Public ReadOnly Property ImageDataShiftedBy As Integer
Get
Property Value
Type:
Int32 A non-negative integer, 0 if ImageCameFromSignedSamples is false, a positive number otherwise.
Remarks Image data in Dicom files may have been signed. This value represents how much the data had been shifted
to normalize the samples to unsigned values. This value is useful if it is necessary to transform the samples back
into signed samples. It should also be applied to a window before applying window and leveling.
See Also