Skip to content

rocrandall/ichseg

 
 

Repository files navigation

ichseg

The goal of ichseg is to perform preprocessing on computed tomography (CT) scans, including skull stripping. Computes predictors of intracerebral hemorrhage (ICH) and uses these to predict a binary hemorrhage mask from the data.

Installation

You can install ichseg from github with:

# install.packages("devtools")
devtools::install_github("muschellij2/ichseg")

Requirements

These functions require a working installation of FSL (https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FslInstallation), which can be installed via Neurodebian as well: http://neuro.debian.net/pkgs/fsl-complete.html.

Prediction

In order to segment ICH from an image, use the ich_segment function:

ichseg::ich_segment(img = "/path/to/ct/scan")

About

ICH Segmentation of CT scans

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%