InverseLookUpTable

InverseLookUpTable class

Look-Up Table that describes the Presentation LUT with ‘INVERSE’ Presentation LUT Shape. ‘INVERSE’ Presentation LUT Shape: output values after inversion are P-Values. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.6.html for details.

public sealed class InverseLookUpTable : ILookUpTable

Constructors

NameDescription
InverseLookUpTable(double, double)Look-Up Table that describes the Presentation LUT with ‘INVERSE’ Presentation LUT Shape. ‘INVERSE’ Presentation LUT Shape: output values after inversion are P-Values. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.6.html for details.

Properties

NameDescription
IsValid { get; }
Item { get; }
Maximum { get; }
Minimum { get; }

Methods

NameDescription
Recalculate()

See Also