This program is a Matlab/Octave implementation of the ifcm algorithm proposed in this Research Paper by Shen et al.
A comparision of segmentation using ifcm and fcm is performed on sample brain mri with varying degrees of additive noise.
- Include the tool box as an add-on during installation of Matlab R2018a.
- No action is necessary during installation of Octave.
git clone https://github.com/hollowmaster1496/ECE417_BrainSegmenter.git
cd ECE417_BrainSegmenter/src
Launch Matlab by double-clicking on main.m. In Command window, enter:
main
Launch Octave by double-clicking on main.m. In command window, enter:
pkg load image
main