Description Usage Arguments Details Value Examples
A set of functions calculating orthogonal tensor invariants as suggested in the paper by Ennis, D. B., & Kindlmann, G. (2006). Orthogonal tensor invariants and the analysis of diffusion tensor magnetic resonance images. Magnetic resonance in medicine, 55(1), 136-146.
1 2 3 4 5 |
x |
An object of class |
get_K1_invariant
computes the trace of the tensor,
get_R2_invariant
computes the fractional anisotropy of the tensor and
get_R3_invariant
computes the mode of the tensor.
A scalar giving the desired tensor invariant extracted from the input diffusion tensor.
1 2 3 4 | DT <- diag(c(1.71e-3, 3e-4, 1e-4))
get_K1_invariant(DT)
get_R2_invariant(DT)
get_R3_invariant(DT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.