ImageToLUT¶
- MLModule¶
genre
author
package
dll
definition
keywords
Purpose¶
The ImageToLUT module creates a LUT from the given input image.
It supports 1D, 2D, and 3D input images. The input images may be gray, gray+alpha, RGB, or RGBA. The input image is rescaled to 8-bit, using the min/max voxel value specified in the image.
Input Fields¶
input0¶
- name: input0, type: Image¶
The input image.
Output Fields¶
outLUT¶
- name: outLUT, type: LUTFunction(MLBase)¶
The output LUT.
Parameter Fields¶
Visible Fields¶
Relative¶
- name: relative, type: Bool, default: TRUE¶
If checked, the output LUT is absolute (meaning that the image values at x, y, z position are used for exactly that LUT value).
Otherwise, it is relative (meaning that the image is rescaled to the range the LUT is requested for).