Mostafa-Ghazi / MRI-Augmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MRI-Augmentation

A 2D/3D Augmentation Tool for MRI Images

Description

The MRI-Augmentation tool can be applied to MRI images to create plausible noisy or deformed scans during the deep learning algorithm training. This toolbox, developed in MATLAB R2021, is an implementation of the algorithm proposed in [1].

Algorithm

Elastic deformation: deforms images using random displacement fields.
Intensity inhomogeneity: generates random intensity inhomogeneity in images.
Gibbs ringing: generates random Gibbs ringing (oscillation) artefact in images.
Motion ghosting: generates random motion ghosting artefact in images.
Additive noise: introduces random zero-mean Gaussian noise to images.
Multiplicative noise: introduces random zero-mean speckle noise to images.
Rotation: randomly rotates images about the axes.
Mirroring: randomly flips images about the axes.
Blurring: generates blurring artefact in images.

Citation

When you publish your research using this toolbox, please cite [1] as

@Article{Ghazi2022,
title = {{FAST-AID Brain}: Fast and Accurate Segmentation Tool using Artificial Intelligence Developed for Brain},
author = {Mehdipour Ghazi, Mostafa and Nielsen, Mads},
journal = {arXiv preprint},
volume = {},
pages = {},
year = {2022},
doi = {10.48550/ARXIV.2208.14360},
publisher = {arXiv},}

References

[1] Mehdipour Ghazi, M., Nielsen, M., 2022. FAST-AID Brain: Fast and Accurate Segmentation Tool using Artificial Intelligence Developed for Brain. arXiv preprint arXiv:2208.14360.

Contact: mostafa.mehdipour@gmail.com

About

License:Other


Languages

Language:MATLAB 100.0%