ColorizeFiberSet¶
- MLModule¶
genre
authors
package
dll
definition
keywords
DTI,fiber,clustering,color
Purpose¶
The module ColorizeFiberSet colorizes a FiberSet using information stored in a vector of indices.
That means that for a certain index a certain color is assigned.
Details¶
Only RGB works at the moment.
Windows¶
Default Panel¶
Input Fields¶
inputMatrix¶
- name: inputMatrix, type: MLBase¶
A vector: its i-th element is the index of the cluster to which the i-th object (e.g. fiber) has been assigned.
inputFiberSet¶
- name: inputFiberSet, type: MLBase¶
A FiberSet.
Output Fields¶
outObject¶
- name: outObject, type: MLBase¶
A colorized FiberSet.
Parameter Fields¶
Visible Fields¶
Color Scheme¶
- name: colorScheme, type: Enum, default: ColorSchemeRGB¶
Defines the used color scheme.
Values:
Title |
Name |
|---|---|
Color Scheme RGB |
ColorSchemeRGB |
&Apply¶
- name: apply, type: Trigger¶
If pressed, the module colorizes the input FiberSet anew.