Brain Tumor
Brain Tumor
Brain Tumor
S V COLLEGE OF ENGINEERING
(AUTONOMOUS)
Karkambadi Road, Tirupati
DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING
•Abstract
•Existing System and Drawbacks
•Proposed System
•Applications
•Block Diagram
•Image Processing
•Image Enhancement
•Binary Threshold
•Tools to be Used
•Architecture
Brain tumor is considered as one of the aggressive diseases, among children and adults. Brain
tumors grow very fast and if not treated well, the survival chances of the patient are very less.
Early detection of brain tumors is very important. Proper treatment planning and accurate
diagnosis is at the topmost priority to improve life expectancy of the patients.
The best technique to detect brain tumor is Magnetic Resonance Imaging(MRI). The MRI
images are examined by the radiologist.
Manual examination can be error prone due to the level of complexities involved in brain
tumors and their properties. Hence an automated brain tumor detection system is required to
detect tumors at its early stage.
This project uses deep learning based Depth wise Separable Convolution Neural Network to
detect the tumor based on the MRI images.
S V COLLEGE OF ENGINEERING,
Existing System
•
Existing System
• Proper fine-tuning is required in pre-trained models. Otherwise, the model will fail to
achieve satisfactory result.
S V COLLEGE OF ENGINEERING,
Advantages
Improved Accuracy
Easy Identification
Faster training
S V COLLEGE OF ENGINEERING,
BLOCK DAIGRAM
IMAGE PREPROCESSING:
• The MRI dataset consists of around 1900 MRI images, including normal, benign,
and malignant.
• These MRI images are taken as input to the primary step. The pre-processing is an
essential and initial step in improving the quality of the brain MRI Image.
• In the initial phase, we convert the brain MRI image into its corresponding
gray-scale image
• The removal of unwanted noise is done using the adaptive bilateral filtering
technique to remove the distorted noises that are present in the brain picture
• This improves the diagnosis and also increase the classification accuracy rate.
IMAGE ENHANCEMENT:
• Image enhancement is a technique used to improve the image quality and
perceptibility by using computer-aided software.
• This technique includes both objective and subjective enhancements.
• This technique includes points and local operations. The local operations
depend on the district input pixel values. Image enhancement has two types:
spatial and transform domain techniques.
• The spatial techniques work directly on the pixel level, while the transform
technique works on Fourier and later on the spatial technique.
BINARY THRESHOLD:
• Image segmentation is a technique of segregating the image into many parts.
The basic aim of this segregation is to make the images easy to analyze and
interpret with preserving the quality.
• This technique is also used to trace the objects borders within the images. This
technique labels the pixels according to their intensity and characteristics.
• Segmentation is used in machine perception, malignant disease analysis, tissue
volumes, anatomical and functional analyses, virtual reality visualization, and
anomaly analysis, and object definition and detection.
Tools to be Used
• Python
• Pre-trained Models
• Medical Imaging Datasets
• Data Preprocessing Tools
• Deep Learning Frameworks
• Visualization Libraries
• Evaluation Metrics
##BATCH-9
S V COLLEGE OF ENGINEERING,