View source: R/skelTortuosity.R
skelTortuosity | R Documentation |
Calculates branch tortuosity of the topological skeleton.
skelTortuosity(skel, cores = 2)
skel |
topological skeleton, output of |
cores |
number of cores for parallel computation (default=2) |
Tortuosity of a segment is the ratio between its length and the linear distance between its starting and ending points. In the topological skeleton, tortuosity is calculated as the ratio between the the branch length and the linear distance between the nodes it connects. Tortuosity ranges from 1 to infinity.
A vector of branch tortuosity, of length equal to the number of branches in the topological skeleton.
Alessio Veneziano
Veneziano A, Cazenave M, Alfieri F, Panetta D, Marchi D. 2021. Novel strategies for the characterization of cancellous bone morphology: Virtual isolation and analysis. American Journal of Physical Anthropology. Roque WL, & Alberich-Bayarri A. 2015. Tortuosity influence on the trabecular bone elasticity and mechanical competence. In Jorge RN, Tavares JM (Eds) Developments in Medical Image Processing and Computational Vision, pp 173-191. Springer, Cham
#Calculate branch tortuosity of the topological skeleton data(exampleSkeleton) tort<-skelTortuosity(exampleSkeleton)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.