Class InvertLUT
Invert LUT implementation of ILUT to invert grayscale images
Inheritance
System.Object
InvertLUT
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging.LUT
Assembly: fo-dicom.core.dll
Syntax
public class InvertLUT : ILUT
Constructors
InvertLUT(Double, Double)
Initialize new instance of InvertLUT
Declaration
public InvertLUT(double minValue, double maxValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | minValue | Miniumum input value |
System.Double | maxValue | Maximum output value |
Properties
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item[Double]
Declaration
public double this[double value] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Property Value
Type | Description |
---|---|
System.Double |
MaximumOutputValue
Declaration
public double MaximumOutputValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumOutputValue
Declaration
public double MinimumOutputValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Recalculate()
Declaration
public void Recalculate()