Table of Contents

Class InvertLUT

Namespace
FellowOakDicom.Imaging.LUT
Assembly
fo-dicom.core.dll

Invert LUT implementation of ILUT to invert grayscale images

public class InvertLUT : ILUT
Inheritance
InvertLUT
Implements
Inherited Members
Extension Methods

Constructors

InvertLUT(double, double)

Initialize new instance of InvertLUT

public InvertLUT(double minValue, double maxValue)

Parameters

minValue double

Miniumum input value

maxValue double

Maximum output value

Properties

IsValid

Returns true if the lookup table is valid

public bool IsValid { get; }

Property Value

bool

this[double]

Indexer to transform input value into output value

public double this[double value] { get; }

Parameters

value double

Property Value

double

Output value

MaximumOutputValue

Get the maximum output value

public double MaximumOutputValue { get; }

Property Value

double

MinimumOutputValue

Get the minimum output value

public double MinimumOutputValue { get; }

Property Value

double

Methods

Recalculate()

Forces the recalculation of LUT

public void Recalculate()