Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Code for unfolding of hippocampal grey matter using Laplacian equation. Requires manual labelling of the hippocampal 'dark band' and grey matter, as well as some surrounding structures (see associated publication for instructions)

Notifications You must be signed in to change notification settings

jordandekraker/HippUnfolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED Please see https://github.com/khanlab/hippunfold for more up-to-date code

HippUnfolding

Alt Text

This provides all the tools to use Laplace's equation to computationally 'unfold' the grey matter of the hippocmapus. Note that the unfolding must be initialized using manual segmentations that separate the different 'folds' of hippocampal grey matter via the dark band, and extra-hippocampal structures must be delineated to mark boundary conditions (see reference below + supplementary materials).

Test it out in MATLAB on the example data using the command from the /Laplace_unfolding directory:

Laplace_unfold_BIDS('example/manual_masks','example/HippUnfold','example/CoronalOblique0.3mm');

Dependencies

  • MCC code is available so everything can be run without a Matlab lisence. This code may not be up-to date. Otherwise:
  • MATLAB + Image Processing toolbox
  • (Optional) Use the Matlab Coder to improve speed. MEX the laplace_iters.m file by double clicking dependencies/laplace_iters_mex.prj and follow the default instructions.
  • (Optional) neuroglia-helpers (https://github.com/khanlab/neuroglia-helpers) for ANTS_tools registrations.

DeKraker, J., Ferko, K. M., Lau, J. C., Köhler, S., & Khan, A. R. (2018). Unfolding the hippocampus: An intrinsic coordinate system for subfield segmentations and quantitative mapping. NeuroImage, 167, 408-418. bioRxiv 146878; doi: https://doi.org/10.1101/146878

About

Code for unfolding of hippocampal grey matter using Laplacian equation. Requires manual labelling of the hippocampal 'dark band' and grey matter, as well as some surrounding structures (see associated publication for instructions)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published