mouseCorticalThickness: Mouse brain cortical thickness using deep learning

View source: R/mouse.R

mouseCorticalThicknessR Documentation

Mouse brain cortical thickness using deep learning

Description

Perform KellyKapowski cortical thickness

Usage

mouseCorticalThickness(
  t2,
  mask = NULL,
  returnIsotropicOutput = FALSE,
  verbose = FALSE
)

Arguments

t2

input 3-D unprocessed T2-weighted mouse brain image

mask

Brain mask. If not specified, one is estimated using ANTsXNet mouse brain extraction.

returnIsotropicOutput

The network actually learns an interpolating function specific to the mouse brain. Setting this to true, the output images are returned isotropically resampled.

verbose

print progress.

Value

Cortical thickness image and segmentation probability images.

Author(s)

Tustison NJ

Examples

## Not run: 
library( ANTsRNet )
library( keras )

image <- antsImageRead( "t1w_image.nii.gz" )
kk <- corticalThickness( image )

## End(Not run)

ANTsX/ANTsRNet documentation built on Nov. 21, 2024, 4:07 a.m.