ModalityRescaleLookUpTable

ModalityRescaleLookUpTable class

Represents ‘Modality Rescale LUT’, ‘Modality LUT Module’ when ‘Rescale Slope’ or ‘Rescale Intercept’ are used (at least one of them). The output ranges: from (minimum pixel valueRescale Slope+Rescale Intercept) to (maximum pixel valueRescale Slope+Rescale Intercept), where the minimum and maximum pixel values are determined by Bits Stored and Pixel Representation. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.html

public sealed class ModalityRescaleLookUpTable : IModalityLookUpTable

Constructors

NameDescription
ModalityRescaleLookUpTable(GrayscaleRenderOptions)Initialize new instance of ModalityRescaleLookUpTable using the specified slope and intercept parameters

Properties

NameDescription
IsValid { get; }
Item { get; }
Maximum { get; }
Minimum { get; }
RescaleIntercept { get; }The modality rescale intercept. Read-only Double.
RescaleSlope { get; }The modality rescale slope. Read-only Double.

Methods

NameDescription
Recalculate()

See Also