Class ModalityRescaleLUT
Inheritance
ModalityRescaleLUT
Assembly: cs.temp.dll.dll
Syntax
public class ModalityRescaleLUT : IModalityLUT, ILUT
Constructors
ModalityRescaleLUT(GrayscaleRenderOptions)
Initialize new instance of ModalityRescaleLUT using the specified slope and intercept parameters
Declaration
public ModalityRescaleLUT(GrayscaleRenderOptions options)
Parameters
Properties
IsValid
Declaration
public bool IsValid { get; }
Property Value
Item[Int32]
Declaration
public int this[int value] { get; }
Parameters
Type |
Name |
Description |
Int32 |
value |
|
Property Value
MaximumOutputValue
Declaration
public int MaximumOutputValue { get; }
Property Value
MinimumOutputValue
Declaration
public int MinimumOutputValue { get; }
Property Value
RescaleIntercept
The modality rescale intercept
Declaration
public double RescaleIntercept { get; }
Property Value
RescaleSlope
The modality rescale slope
Declaration
public double RescaleSlope { get; }
Property Value
Methods
Recalculate()
Declaration
public void Recalculate()
Implements