Skip to content

A Matlab toolbox for working with magnetic resonance elastography (MRE) images

License

Notifications You must be signed in to change notification settings

esiwgnahz/mre-matlab-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MR Elastography Matlab Toolbox

A Matlab toolbox for working with magnetic resonance elastography (MRE) images.

Features

  • Visualize 3D time-dependent displacement data
  • Construct 3D elastograms
  • Correct phase-wrapped MRE data
  • Open common image formats such as DICOM and NIFTI and load into Matlab arrays with correct orientation and dimensionality
  • Volume segmentation GUI with image processing features to extract information about subvolumes of NIFTI files (e.g., determine the volume of the ventricles in the brain)
  • MRE sequence simulator

Screenshots

3d mesh visualization

Figure: 3D mesh visualization of motion

mreview gui

Figure: MRE Viewer

harmonic map

Figure: Amplitude map of displacement data

Installation

Using Git

Make a personal copy of the repository by running git clone /path/to/repository in the place where you want the files to appear. This will copy the repository to a new folder on your computer. On GitHub, there is a link you can copy with the path in a box on the right side of the page. Using Git ensures that you can easily get updates by running git pull, as well as track your own changes and create pull requests.

git clone https://github.com/Gruss-MRRC/mre-matlab-toolbox.git

Download ZIP Archive

GitHub allows you to download a snapshot of the code as it stands. You'll have to download the ZIP again to get updates. Extract the files into a convenient folder.

https://github.com/Gruss-MRRC/mre-matlab-toolbox/archive/master.zip

Add to path

In either case, remember to add the folder and subfolder to your Matlab path using the 'Preferences' menu or path command.

Examples

Examples.html can be accessed in the Matlab documentation browser if you have added the toolbox to your path. Hit F1 or type doc at the command line to access the browser. You can also open the file in your normal web browser.

Help

Almost all of the Matlab files are covered by documentation in the source files. This can be accessed using Matlab's internal help browser by calling doc functionname. Contact the author of the file if you have further questions.

Bugs

If you find a bug in one of the programs, please report it using GitHub Issues or email the author of the file in question.

Dependencies

Individual features may not depend on all of the components listed below

License

The MRE Matlab Toolbox is free software licensed under the open-source Apache License 2.0. Unless otherwise noted, the following copyright notice applies to all files in the MRE Matlab Toolbox.

Copyright 2014 Albert Einstein College of Medicine and Contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A Matlab toolbox for working with magnetic resonance elastography (MRE) images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 81.3%
  • C 9.9%
  • HTML 5.4%
  • Shell 3.4%