top of page

Image Processing: Brain Tumour Detection

Our team dipped our hands into the scene of medical imaging and image processing machine learning algorithms in this project. We were exposed to image pre-processing techniques such as data augmentation to artificially increase the size of our dataset, and image feature extraction techniques such as the Canny, Sobel Edge and Prewitt Operator algorithms.

Multiple models were built with the aim to improve current existing ones. Other than individual models like SVM, kNN and CNN, we also explored several ensemble methods like Bagging with kNN / Decision Trees and AdaBoost with Decision Tress / Gaussian Naive Bayes to help us in detecting the presence as well as type of tumour present in brain scans.

Title_Slide.png
Types_of_Scans.png
Data_Augmentation.png
Future_Work.png
Brain_Scan_Normal.PNG

Original Image

Brain_Scan_Canny.PNG

Canny

Brain_Scan_Sobel_Edge.PNG

Sobel-Edge

Brain_Scan_PrewittOperatorVertical.PNG

Prewitt Operator

(Vertical)

Brain_Scan_PrewittOperatorHorizontal.PNG

Prewitt Operator

(Horizontal)

bottom of page