Raster¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module Raster rasters a function or a function list into an image.
The raster function(s) needs to be connected to the Base field at function. The Base field must contain a RasterFunctionList or a RasterFunction. Such Base fields are usually made available by modules like the RasterFunctions module.
Usage¶
Use the RasterMacro for a convenience version.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
function¶
- name: function, type: RasterFunction/RasterFunctionList(MLBase)¶
Output Fields¶
output0¶
- name: output0, type: Image¶
Parameter Fields¶
Visible Fields¶
Write (write)¶
- name: write, type: Enum, default: Maximum¶
Defines which value is written into the output image for the object.
Values:
Title |
Name |
Description |
|---|---|---|
Minimum |
Minimum |
Write the minimum value of the image to object voxels. |
Maximum |
Maximum |
Write the maximum value of the image to object voxels. |
Value |
Value |
Write the value specified in |
Auto |
Auto |
Write the |
Value (value)¶
Write (bgWrite)¶
- name: bgWrite, type: Enum, default: Off¶
Defines which value is written into the output image for the background.
Values:
Title |
Name |
Description |
|---|---|---|
Off |
Off |
The original input values are written to the output image. |
Minimum |
Minimum |
Write the minimum value of the image to non-object voxels. |
Maximum |
Maximum |
Write the maximum value of the image to non-object voxels. |
Value |
Value |
Write the value specified in |