LUTPrimitive¶
-
MLModule
¶ genre LUT
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLLUTTools
definition MLLUTTools.def see also RampLUT
,LinearLUT
,TableLUT
,ChangeLUTColor
,LUTInfo
,LUTCurve
,ApplyLUT
,SoMLLUT
,Window
keywords lookup
,table
,ramp
,wall
,gauss
,center
,width
,level
,window
Purpose¶
The module LUTPrimitive
generates a single-channel, parametrized lookup table (LUT) object that can be used with the ApplyLUT
module or within 2D/3D viewers (in conjunction with SoMLLUT
).
The basic LUT shapes offered by the LUTPrimitive
module include ramp, wall and Gaussian.
Details¶
See LUT Functions
for general information about ML lookup tables.
Parameter Fields¶
Field Index¶
Base Value : Double |
Center : Double |
Edge Width : Double |
Peak Value : Double |
Relative : Bool |
Shape : Enum |
Width : Double |
Visible Fields¶
Shape¶
-
name:
shape
, type:
Enum
, default:
Ramp
¶ Defines the basic shape of the generated lookup table.
Values:
Title | Name |
---|---|
Ramp | Ramp |
Wall | Wall |
Gauss | Gauss |
Sigmoid | Sigmoid |
Relative¶
-
name:
relative
, type:
Bool
, default:
TRUE
¶ If checked, the generated LUT is relative, i.e. the index value interval [0..1] is rescaled to the true image value range before applying the LUT. If the LUT is absolute, on the other hand, the image values are used as index values directly, without rescaling.
Center¶
-
name:
center
, type:
Double
, default:
0.5
¶ Sets the center index value of the LUT shape, either as an absolute image value or relative to [0..1].
Width¶
-
name:
width
, type:
Double
, default:
1
¶ Sets the width value of the LUT shape, either as an absolute image value range or relative to [0..1].