Class InvertLUT
Invert LUT implementation of ILUT to invert grayscale images
Assembly: cs.temp.dll.dll
Syntax
public class InvertLUT : ILUT
Constructors
InvertLUT(Int32, Int32)
Declaration
public InvertLUT(int minValue, int maxValue)
Parameters
Type |
Name |
Description |
Int32 |
minValue |
Miniumum input value
|
Int32 |
maxValue |
Maximum output value
|
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
Methods
Recalculate()
Declaration
public void Recalculate()
Implements