ImageToLUT

MLModule
genre LUT
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLLUTTools
definition MLLUTTools.def
keywords lookup, table

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

The output LUT can either be absolute (meaning that the image values at x,y,z position are used for exactly that LUT value) or relative (meaning that the image is rescaled to the range the LUT is requested for).