Image Processing project on the Brain Tumour Extraction from MRI Images Using MATLAB
Steps of algorithm are as following:-
- Give MRI image of brain as input.
- Convert it to gray scale image.
- Compute threshold segmentation.
- Compute watershed segmentation.
- Compute morphological operation.
- Finally output will be a tumour region.