SetFiberness¶
Purpose¶
Each fiberpoint of a given fiber set or fiber set container is assigned with the corresponding voxel value of the input image.
Usage¶
Connect a fiber set or fiber set container to the MLBase input (input fibers) and also connect an image to the input0. If you do not want to modify the original fiber set, enable the Use Copy checkbox.
Details¶
The voxel values are internally stored at the member double variable fiberness. Until now, this value can only be accessed by the module FiberBundleQuantification. Note that if the world coordinates of the image does not match to the world coordinates of the fibers, the fiberness values are set to zero.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
Connect an image to the input input0.
inputFibers¶
- name: inputFibers, type: MLBase¶
Connect a fiber set or fiber set container to the MLBase input (input fibers).
Output Fields¶
outputFiberSet¶
- name: outputFiberSet, type: MLBase¶
Corresponding to the input of the MLBase field, the output is a fiber set or fiber set container where the fiberness values of each fiber point are set corresponding to the input image.
Parameter Fields¶
Visible Fields¶
Use Copy¶
- name: copyInputFibers, type: Bool, default: FALSE¶
If enabled, a copy of the input fiber set or fiber set container is performed, so that the fiberness values of the original input are not modified. Only the copied fibers are modified.