Difference between revisions of "Documentation/Nightly/Modules/SeparateVectorImage"
Line 41: | Line 41: | ||
** <span style="color:green">'''Output File Base Name'''</span> [<span style="color:orange">index: 1</span>] : File name that will be used to save the output volumes (.nrrd files): a number (corresponding to the index of the extracted component in the input file) will be added to this name for each output volume | ** <span style="color:green">'''Output File Base Name'''</span> [<span style="color:orange">index: 1</span>] : File name that will be used to save the output volumes (.nrrd files): a number (corresponding to the index of the extracted component in the input file) will be added to this name for each output volume | ||
|} | |} | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Additional Information}} | ||
+ | |||
+ | * [http://www.insight-journal.org/browse/publication/985 InsightJournal article] | ||
+ | * [https://github.com/InsightSoftwareC BoneTextureExtension Tutorial] | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 14:38, 6 July 2017
Home < Documentation < Nightly < Modules < SeparateVectorImage
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extensions: BoneTextureExtesion
|
Module Description
This module can be used in order to separate a vectorImage (i.e. a diffusion weighted image) into several images.
Each created image will contain one component of the input vectorImage.
For example, if the input is a diffusion-weighted image where each voxel contains a vector of 8 values, 8 images will be generated as outputs.
Use Cases
Additional Information
Similar Modules
N/A
Information for Developers
The source code is available on github