SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 682
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA
VIRUS PREDICTION SYSTEM
Dr. Sunitha M R1, Sana Ara2, Gopalakrishna C3 Arpitha C N4
1professor, Department of Computer Science and Engineering, Adichunchanagiri Institute of Technology,
Chikmagalur, Karnataka, India 24th Sem M.Tech Computer Science and Engineering, Adichunchanagiri Institute of
Technology, Chikmagalur, Karnataka, India
3Associate professor, Department of Computer Science and Engineering, Adichunchanagiri Institute of Technology,
Chikmagalur, Karnataka, India
4Assistant professor, Department of Computer Science and Engineering, Adichunchanagiri Institute of Technology,
Chikmagalur, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Many countries are challenged by the medical
sources essential for COVID-19 prediction which requires the
evolution of a less-cost, quick tool to determine and identify
the virus successfully for a substantial number of tests.
`Therefore, a chest CT scan image is a convenient candidate
tool that the images developed by the scans should be
analyzed precisely and rapidly if bulk numbers of tests are to
be treated. Many pre-processing techniques in image
processing have been used including image resizing, image
enhancement, converting to gray scale, image augmentation
etc. To get good accuracy and good results in predicting
COVID19, the images used in diagnosing the disease should
undergo noise reduction. In this paper we are detailing about
pre-processing techniques like mean filter, median filter and
Gaussian filter.
Key Words: COVID-19, Mean filter, Median filter,
Gaussian Filter
1. INTRODUCTION
Since December 2019, a COVID-19 termed as severe acute
respiratory syndrome coronavirus 2 (SARs-CoV- -2) has led
to a fatal disease termed as coronavirus disease (COVID-19).
While COVID-19 begin in the city Wuhan, China, the whole
world is presently steadily enduring from the disease. SARs-
CoV-2(severe acute respiratory syndrome) has caused more
harmful effects and it killed 773 people, and Middle East
respiratory syndrome (MERS-CoV) causing death of 857
people.
As this COVID-19 has many harmful effects and severe
transmission capacity, it is necessary to detect the COVID-19
widespread. If the proper projection of the disease is done,
then it allows a country to respond pertinently for the near
future. However, this prediction of thisCOVID-19diseasehas
many many challenges. Many of these challenges it includes
are no proper treatment, no proper tracking of infected
people and no proper information in the available datasets.
Hence, it is important to predict COVID-19.
1.1 symptoms and measures
The common symptoms of COVID-19 are fever, coughing
and sneezing, fever, and difficulty in breathing. Along with
these symptoms the othersymptomsalsoincludearehearing
problems, diarrhea, chest pains, a loss of sense of smell and
nasal congestion are experienced. The World health
organizationhasreleasedsomepreventivemeasurestoavoid
infection from COVID-19 virus. The precautionary measures
are avoiding handshaking, covering the face with a cloth or
mask, enforcing a lockdown and following social distancing.
2. METHODOLOGY
Figure-1 depicts block diagram of Corona Virus Prediction
System using CNN and SVM.
Figure -1: Methodology of proposed system
Preprocessing
The input used here is CT scan images. In image processing-
processing is important step because this step helps in
extracting right amount of information. In many CT scan
images, there is variety of noises which leads to extract
wrong information.
First, the original CT scan RGB image is converted to
grayscale image. Once the grayscaleimageis obtained,filters
are applied one after another to reduce noise. Mean and
median filters are applied to remove high frequency content
Input of CT
scan images
Pre-
processing
segment
ation
Feature
selection
Classification
Output
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 683
present in the image. Then Gaussian noise is removed by
applying Gaussian filter in the image. In this pre-processing,
multi-level thresholding based on support vector machines
is used.
The pre-processing steps are described below.
1. Conversion of given RGB to greyscale.
2. Application of mean filter.
3. Application of median filter.
4. Application of Gaussian filter.
Conversion of given RGB to greyscale
The process of transforming the RGB image to greyscale
image is carried out by using the formulae
𝐺′ = ((0.3 ∗𝑅) + (0.59 ∗ 𝐺) + (0.11 ∗𝐵))
Where, G’ = grey pixel intensities.
R = Red pixel intensities.
G = Green pixel intensities.
B = Blue pixel intensities.
The reason behind this conversion to grey scale image is as
grey scale images are sufficient for many tasks and they
support only 8-bit images.
Application of Mean filter
Mean filter is regarded as uncomplicated and uninvolved
belonging to the category of linear filters. By using local
averaging operations, it is implemented. In this mean filter
the sum of all values in local neighborhood is replaced by
value of each pixel.
Here, M represents in the neighborhood N the total number
of all pixels.
Consider an example, taking a 3 x 3 neighborhood of [i,j]
provides the below equation
h[i,j]=
Suppose in convolution mask if g[i,j] = 1/9 for all [i,j] then
the convolution operation decreases its local averaging
operation.
Application of median filter
Local averaging filters have their own drawbacks. As the
pixel intensity values in an image are breeched out by sharp
blurring. So, an alternative approach is required that is
obtained by using median filter. Median filters are
considered as non-linear digital filtering technique which is
used to eradicate noise from a signal or an image.
The formula used to calculate median filter is given below
Where N= total number of pixels in an image.
Application of Gaussian filter.
Gaussian filters are with weights which is associated with in
the class of all linear smoothening filters. In this the weights
are selected
as per the Gaussian function. The noise caused by normal
distribution are easily removed by Gaussian filter.
The gaussian function in one dimension is given below
Gaussian filter uses kernel toconvoluteovertheimagepixels
to obtain the noise free image. The above equation if formed
by the Gaussian gradient descent. The filter can pass all over
the image or the part of image that needs to be blurred.
3. RESULTS AND ANALYSIS
Figure 2 – Application of Mean filter
Mean filter, which is also known as convolution filter. The
intensity variations among the pixels are balanced by using
this method. Hence reducing the noise
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 684
Figure 3- Application of gaussian filter
Figure 3 shows the application of the gaussian filter. which
helps in removing the gaussian noise in the image and then
making the imagenoisefree.Theapplicationofgaussianfilter
takes place right after mean filter i.e., after balancing the
intensities of the pixels.
Figure 4: Application of Median filter
Figure 4 shows the image in the left is the original image and
at the right is the image which is filtered by using median
filter. The noises which are filtered here are salt and pepper
noises.
4. CONCLUSIONS
Up to now, a total of 433 CT Scan images have been
examined for the prediction ofCOVID-19usingdeeplearning
methods. This article emphasizes the importance of the
filtering techniques in COVID-19 prediction system. Noises
present in the image makes image unclear and blurry. This
can cause multiple obstacles in pre-processing techniques.
These noises can be reduced by using some filters.
Hence, in this paper we have discussed three kinds of
filters i.e., mean, median and gaussian filters. By using these
filters, the output achieved with good result and accuracy of
99.9%.
REFERENCES
[1] Christos G. Karydas, "An overview of deep learning in
medical imaging focusing on rnri," Zeitschrift fur
Medizinische Physik, vol. 29, no. 2, pp. 102- 127, 2019.
[2] Amit Verma, Iqbaldeep Kaur,Bhavneet Kaur Mamta
Mittal,” Covid-19:automatic detectionfromx-rayimages
utilizing transfer learning with convolutional neural
network" p. 1, 2020.
[3] Alper Aksac, Tansel Ozyer, Reda Alhajj,”Automatic
detection of coronavirus disease (COVID-19) using X-
ray images and DCNN”2003.10849, 2020.
[4] Huanhuan Liu, Fang Liu, Jinning Li, Tingting Zhang,
Dengbin,” A gentle introduction to deep learning in
medical image processing”2019.
[5] J Chen, L Wu, and J Zhang et al ,” Deep learning-based
model for detecting 2019 novel coronaviruspneumonia
on high-resolution CT”2020.
[6] A A Hussain, O Bouachir, F Al-Turjman, and M Aloqaily,”
AI Techniques for COVID-19”2020.

More Related Content

Similar to COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM

Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageeSAT Publishing House
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET Journal
 
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...IRJET Journal
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternIJTET Journal
 
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET Journal
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imageseSAT Publishing House
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...IRJET Journal
 
Pneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningPneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningIRJET Journal
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET Journal
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...eSAT Journals
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various TechniquesIRJET Journal
 
IRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron ClassifierIRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron ClassifierIRJET Journal
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningIRJET Journal
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Imagesidescitation
 
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...IRJET Journal
 
IRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET Journal
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET Journal
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET Journal
 
IRJET- Skin Cancer Detection using Local and Global Contrast Stretching
IRJET- Skin Cancer Detection using Local and Global Contrast StretchingIRJET- Skin Cancer Detection using Local and Global Contrast Stretching
IRJET- Skin Cancer Detection using Local and Global Contrast StretchingIRJET Journal
 

Similar to COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM (20)

Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound image
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
 
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein Pattern
 
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
 
Pneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningPneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer Learning
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT Images
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various Techniques
 
IRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron ClassifierIRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine Learning
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Images
 
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
 
IRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median Filtering
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
 
IRJET- Skin Cancer Detection using Local and Global Contrast Stretching
IRJET- Skin Cancer Detection using Local and Global Contrast StretchingIRJET- Skin Cancer Detection using Local and Global Contrast Stretching
IRJET- Skin Cancer Detection using Local and Global Contrast Stretching
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfsumitt6_25730773
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 

Recently uploaded (20)

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 

COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 682 COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM Dr. Sunitha M R1, Sana Ara2, Gopalakrishna C3 Arpitha C N4 1professor, Department of Computer Science and Engineering, Adichunchanagiri Institute of Technology, Chikmagalur, Karnataka, India 24th Sem M.Tech Computer Science and Engineering, Adichunchanagiri Institute of Technology, Chikmagalur, Karnataka, India 3Associate professor, Department of Computer Science and Engineering, Adichunchanagiri Institute of Technology, Chikmagalur, Karnataka, India 4Assistant professor, Department of Computer Science and Engineering, Adichunchanagiri Institute of Technology, Chikmagalur, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Many countries are challenged by the medical sources essential for COVID-19 prediction which requires the evolution of a less-cost, quick tool to determine and identify the virus successfully for a substantial number of tests. `Therefore, a chest CT scan image is a convenient candidate tool that the images developed by the scans should be analyzed precisely and rapidly if bulk numbers of tests are to be treated. Many pre-processing techniques in image processing have been used including image resizing, image enhancement, converting to gray scale, image augmentation etc. To get good accuracy and good results in predicting COVID19, the images used in diagnosing the disease should undergo noise reduction. In this paper we are detailing about pre-processing techniques like mean filter, median filter and Gaussian filter. Key Words: COVID-19, Mean filter, Median filter, Gaussian Filter 1. INTRODUCTION Since December 2019, a COVID-19 termed as severe acute respiratory syndrome coronavirus 2 (SARs-CoV- -2) has led to a fatal disease termed as coronavirus disease (COVID-19). While COVID-19 begin in the city Wuhan, China, the whole world is presently steadily enduring from the disease. SARs- CoV-2(severe acute respiratory syndrome) has caused more harmful effects and it killed 773 people, and Middle East respiratory syndrome (MERS-CoV) causing death of 857 people. As this COVID-19 has many harmful effects and severe transmission capacity, it is necessary to detect the COVID-19 widespread. If the proper projection of the disease is done, then it allows a country to respond pertinently for the near future. However, this prediction of thisCOVID-19diseasehas many many challenges. Many of these challenges it includes are no proper treatment, no proper tracking of infected people and no proper information in the available datasets. Hence, it is important to predict COVID-19. 1.1 symptoms and measures The common symptoms of COVID-19 are fever, coughing and sneezing, fever, and difficulty in breathing. Along with these symptoms the othersymptomsalsoincludearehearing problems, diarrhea, chest pains, a loss of sense of smell and nasal congestion are experienced. The World health organizationhasreleasedsomepreventivemeasurestoavoid infection from COVID-19 virus. The precautionary measures are avoiding handshaking, covering the face with a cloth or mask, enforcing a lockdown and following social distancing. 2. METHODOLOGY Figure-1 depicts block diagram of Corona Virus Prediction System using CNN and SVM. Figure -1: Methodology of proposed system Preprocessing The input used here is CT scan images. In image processing- processing is important step because this step helps in extracting right amount of information. In many CT scan images, there is variety of noises which leads to extract wrong information. First, the original CT scan RGB image is converted to grayscale image. Once the grayscaleimageis obtained,filters are applied one after another to reduce noise. Mean and median filters are applied to remove high frequency content Input of CT scan images Pre- processing segment ation Feature selection Classification Output
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 683 present in the image. Then Gaussian noise is removed by applying Gaussian filter in the image. In this pre-processing, multi-level thresholding based on support vector machines is used. The pre-processing steps are described below. 1. Conversion of given RGB to greyscale. 2. Application of mean filter. 3. Application of median filter. 4. Application of Gaussian filter. Conversion of given RGB to greyscale The process of transforming the RGB image to greyscale image is carried out by using the formulae 𝐺′ = ((0.3 ∗𝑅) + (0.59 ∗ 𝐺) + (0.11 ∗𝐵)) Where, G’ = grey pixel intensities. R = Red pixel intensities. G = Green pixel intensities. B = Blue pixel intensities. The reason behind this conversion to grey scale image is as grey scale images are sufficient for many tasks and they support only 8-bit images. Application of Mean filter Mean filter is regarded as uncomplicated and uninvolved belonging to the category of linear filters. By using local averaging operations, it is implemented. In this mean filter the sum of all values in local neighborhood is replaced by value of each pixel. Here, M represents in the neighborhood N the total number of all pixels. Consider an example, taking a 3 x 3 neighborhood of [i,j] provides the below equation h[i,j]= Suppose in convolution mask if g[i,j] = 1/9 for all [i,j] then the convolution operation decreases its local averaging operation. Application of median filter Local averaging filters have their own drawbacks. As the pixel intensity values in an image are breeched out by sharp blurring. So, an alternative approach is required that is obtained by using median filter. Median filters are considered as non-linear digital filtering technique which is used to eradicate noise from a signal or an image. The formula used to calculate median filter is given below Where N= total number of pixels in an image. Application of Gaussian filter. Gaussian filters are with weights which is associated with in the class of all linear smoothening filters. In this the weights are selected as per the Gaussian function. The noise caused by normal distribution are easily removed by Gaussian filter. The gaussian function in one dimension is given below Gaussian filter uses kernel toconvoluteovertheimagepixels to obtain the noise free image. The above equation if formed by the Gaussian gradient descent. The filter can pass all over the image or the part of image that needs to be blurred. 3. RESULTS AND ANALYSIS Figure 2 – Application of Mean filter Mean filter, which is also known as convolution filter. The intensity variations among the pixels are balanced by using this method. Hence reducing the noise
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 684 Figure 3- Application of gaussian filter Figure 3 shows the application of the gaussian filter. which helps in removing the gaussian noise in the image and then making the imagenoisefree.Theapplicationofgaussianfilter takes place right after mean filter i.e., after balancing the intensities of the pixels. Figure 4: Application of Median filter Figure 4 shows the image in the left is the original image and at the right is the image which is filtered by using median filter. The noises which are filtered here are salt and pepper noises. 4. CONCLUSIONS Up to now, a total of 433 CT Scan images have been examined for the prediction ofCOVID-19usingdeeplearning methods. This article emphasizes the importance of the filtering techniques in COVID-19 prediction system. Noises present in the image makes image unclear and blurry. This can cause multiple obstacles in pre-processing techniques. These noises can be reduced by using some filters. Hence, in this paper we have discussed three kinds of filters i.e., mean, median and gaussian filters. By using these filters, the output achieved with good result and accuracy of 99.9%. REFERENCES [1] Christos G. Karydas, "An overview of deep learning in medical imaging focusing on rnri," Zeitschrift fur Medizinische Physik, vol. 29, no. 2, pp. 102- 127, 2019. [2] Amit Verma, Iqbaldeep Kaur,Bhavneet Kaur Mamta Mittal,” Covid-19:automatic detectionfromx-rayimages utilizing transfer learning with convolutional neural network" p. 1, 2020. [3] Alper Aksac, Tansel Ozyer, Reda Alhajj,”Automatic detection of coronavirus disease (COVID-19) using X- ray images and DCNN”2003.10849, 2020. [4] Huanhuan Liu, Fang Liu, Jinning Li, Tingting Zhang, Dengbin,” A gentle introduction to deep learning in medical image processing”2019. [5] J Chen, L Wu, and J Zhang et al ,” Deep learning-based model for detecting 2019 novel coronaviruspneumonia on high-resolution CT”2020. [6] A A Hussain, O Bouachir, F Al-Turjman, and M Aloqaily,” AI Techniques for COVID-19”2020.