View source: R/hypothalamusSegmentation.R
hypothalamusSegmentation | R Documentation |
Described here:
hypothalamusSegmentation(t1, verbose = FALSE)
t1 |
input 3-D T1-weighted brain image. |
verbose |
print progress. |
\url{https://pubmed.ncbi.nlm.nih.gov/32853816/}
with the implementation available at:
\url{https://github.com/BBillot/hypothalamus_seg}
hypothalamic subunit segmentation and probability images
Label 1: left anterior-inferior
Label 2: left anterior-superior
Label 3: left posterior
Label 4: left tubular inferior
Label 5: left tubular superior
Label 6: right anterior-inferior
Label 7: right anterior-superior
Label 8: right posterior
Label 9: right tubular inferior
Label 10: right tubular superior
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "t1.nii.gz" )
hypo <- hypothalamusSegmentation( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.