ImageSeparator¶
- MLModule¶
genre
author
package
dll
definition
see also
TypeComposer,TypeDecomposer,TypeToScalars,TypeFromScalarskeywords
Purpose¶
The module ImageSeparator provides operations to separate an image.
It can separate the lines, columns, or slices up to the 6th dimension of the input image.
Details¶
If n is the Out Column value, every nth voxel of the selected dimension will be displayed in each of the n output images.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
Input image.
Output Fields¶
The number of active outputs depends on setting of Out Column.
Parameter Fields¶
Visible Fields¶
Out Column¶
- name: outColumn, type: Enum, default: 2¶
Defines the number of columns into which the image should be divided.
Values:
Title |
Name |
|---|---|
1 |
1 |
2 |
2 |
3 |
3 |
4 |
4 |
5 |
5 |
6 |
6 |
Dimension¶
- name: Dimension, type: Enum, default: x¶
Defines the dimension that should be separated.
Values:
Title |
Name |
|---|---|
x |
x |
y |
y |
z |
z |
c |
c |
t |
t |
u |
u |