Described here:
hypothalamusSegmentation(t1, antsxnetCacheDirectory = NULL, verbose = FALSE)
t1 | input 3-D T1-weighted brain image. |
---|---|
antsxnetCacheDirectory | destination directory for storing the downloaded
template and model weights. Since these can be resused, if
|
verbose | print progress. |
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
\url{https://pubmed.ncbi.nlm.nih.gov/32853816/}
with the implementation available at:
\url{https://github.com/BBillot/hypothalamus_seg}
Tustison NJ
if (FALSE) { library( ANTsRNet ) library( keras ) image <- antsImageRead( "t1.nii.gz" ) hypo <- hypothalamusSegmentation( image ) }