Description Usage Arguments Details Author(s) References See Also Examples
View source: R/sph.odfvxgrid.R
sph.odfvxgrid
produces glyph-map fields of reconstructed ODF profiles for voxels in slices.
1 2 3 |
fbase |
Directory where the required input data files are located. |
rg |
range of slices to process (default option |
swap |
toggle radiological/neurological orientation (default: |
btoption |
b-table selection between ‘btable.txt’ ( |
threshold |
thresholding generalized fractional anisotropy (GFA) value at each voxel (default: 0.4). |
kdir |
maximum number of fibre directions to map (default: 4). |
zfactor |
parameter controlling z-value in relief overlay maps (default: 5). |
showimage |
object controlling visualization of line-maps (default: |
bview |
MRI slice view selection in { |
savedir |
directory for saving/loading processed results (default: |
bg |
map background colour (default |
order |
parameter associated with the order of the spherical harmonics approximation (default: 4). |
texture |
name of the PNG file to be used as RGB map overlay in some 'showimage' options (default |
... |
additional material properties for geometry appearance as specified in |
Slice glyph map display and overlay selection is controlled by specifying one the arguments
c("none", "gfa", "glyph", "glyphgfa", "glyphrgbmap", "glyphdata")
for showimages
.
Meanings are as follows: "none"
- no overlay; "gfa"
- GFA map only; "glyph"
- glyph map only; "glyphgfa"
- GFA overlayed on glyph map; "glyphrgbmap"
- glyphs overlayed on RGB map (if available); "glyphdata"
- ‘data_brain.nii.gz’ is overlayed on line map.
Q-ball imaging (QBI) is used for orientation distribution function (ODF) reconstruction. One QBI-compatible b-table defining the acquisition setup on a S2-shell is included in the package. The b-table ‘btable.txt’ has 203 points distributed on a S2-shell.
Adelino Ferreira da Silva, Universidade Nova de Lisboa, Faculdade de Ciencias e Tecnologia, Portugal, afs at fct.unl.pt
Ferreira da Silva, A. R. Computational Representation of White Matter Fiber Orientations, International Journal of Biomedical Imaging, Vol. 2013, Article ID 232143, Hindawi Publishing Corporation http://dx.doi.org/10.1155/2013/232143.
Ferreira da Silva, A. R. Facing the Challenge of Estimating Human Brain White Matter Pathways. In Proc. of the 4th International Joint Conference on Computational Intelligence (Oct. 2012), K. Madani, J. Kacprzyk, and J. Filipe, Eds., SciTePress, pp. 709-714.
Tuch D. S., Q-Ball Imaging, Magnetic Resonance in Medicine 52 (2004), 1358-1372. Tabelow K., Polzehl J.: dti: DTI/DWI Analysis, 2012. R package version 1.1-0.
sph.odfpeaks
,
sph.odfvmf
,
sph.odfvmflines
,
s2tessel.zorder
,
plotglyph
,
rgbvolmap
,
simulglyph.vmf
,
simul.fandtasia
,
simul.simplefield
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
## show glyph-map for selected slice
sph.odfvxgrid(threshold=0.5, showimage="glyphgfa")
##----
## generate slice RGB map as texture
rgbvolmap(texture=TRUE, transp=TRUE)
## coronal glyphs + RGBmap
sph.odfvxgrid(threshold=0.5, showimage="glyphrgbmap",
texture=file.path(tempdir(),"rgbmap.png"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.