SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 322
Analytical Study of Various Filters in Lung CT Images
D. Yasmeen1, Dr. S. Shajun Nisha2, Dr. M. Mohamed Sathik3
2Assistant Professor and head, PG and Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamilnadu, India
3Principal & Research Coordinator, Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Digital image processing plays a vital role in all
form of medical fields. Particularly, it is also affiliated with
the Medical Image Processing in the diagnosis ofLungCancer
and other diseases. In today’s era Medical image processing
has emerged in the diagnosis of various diseases
predominantly for cancers. Removal of noises in medical
images is a challenging task in such kind of image processing.
In order to overcome those issues, filtering the image is a
pivotal task to remove the noises and for better image
enhancement. In this paper, suitable preprocessing methods
are compared with various filters. The performance is valued
on Peak Signal-to-Noise Ratio (PSNR) and Mean Squared
Error (MSE). It is also observed that the wiener filter having
better performance for images corrupted by white noise
compared to other linear filters.
Key Words: Medical image processing. Wiener filter.
Median filter. Average filter.
1. INTRODUCTION
Lung cancer is a disease of abnormal cells which grows into
a tumor. In several types of Cancers, the rate of Lung Cancer
is increasing step by step. Lung cancer kills more people
every year than breast cancer, colon cancer, and prostate
cancer[1]. The American Cancer Society calculates that
nearly 180,000 new cases of lung cancer are found and lung
cancer deaths occur nearly 170,000 per year. This shows
that every day approximately 480 people are diagnosed
with lung cancer and 460 people die due to this. The World
Health Organization (WHO) had reported that overmillions
people die due to lung cancer. WHO has clearly states that
lung cancer is one of the greatest problems faced by the
world in the present centuries. Due to genetic damages in
lung cell, it leads to turbulence cell proliferation. Lung
cancer cells have the ability to affect the neighboringtissues
and spreads to other parts of the body. If correct medical
care is not given, lung cancer slowly kills that person. The
lung cancer death increases day by day. Even after the
diagnosis the cancer survival rate is less. So to detect lung
cancer earlier, we use CAD.
In the interpretation of medical images Computer Aided
Detection/Diagnosis (CAD), are methodsin medical data set
that helps to detect and diagnose the diseases. Moreover,
CAD may reduce the inter-and intra-observer changeability
in image performance [2]. CAD systems helps physician to
observe areas like nodules, tumors.
Preprocessing is a subcategory of image processingwhichis
used to improve the accuracy and interpretability. Image
pre-processing is a powerful and testing factor in the
computer-aided diagnostic systems. In medical image,
preprocessing the image is an essential part for segmenting
the tumor so that segmentation and classification
algorithms work correctly.
Accurate detection and segmentation of the tumor leads to
exact classification of those tumors. The segmentation is
clearly identified only when image is pre-processed as per
image size and quality. As there are number of
preprocessing methods are available and been introduced,
the usage of Preprocessing is toenhancesomequalityand to
remove unwanted features. In preprocessing techniques
images are filtered for changing the pixel level, adding
affects to the image, adjusting the brightness.Toidentifythe
best filters for image preprocessing,Comparisonofdifferent
image filters are used with metrics analyzed.
In this paper- section II is about recent survey, section III
describes methodology, section IV shows the result and
section V conclusion
1.1 Literature survey
The paper[2] used various types of preprocessing
techniques. In this paper the author discussed about
different filters which are used to find PSNR andMSEvalues
for finding the best filter.
The paper[3] proposed different filtering techniques for
removing noises in color image and compared results for
filtering techniques in image processing.
The paper[4] mentioned the preprocessing of MRI images
which is investigated by considering various methods of
digital image enhancement, image sharpening and image
denoising.
1M.Phil Research Scholar, PG and Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamilnadu, India
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 323
1.2 Motivation and justification
As there are various preprocessing filters are available and
been introduced, the purpose of using Preprocessing is to
enhance some features and to remove unwanted features.
To identify the best filters in segmentation of image
processing, Comparision of different image filters are
performed.
Based on the metrices the result is justified.
II. METHODOLOGY
The lung CT images having low noise when compared to
scan image and MRI image. The main advantage of the
computer tomographyimagehavingbetterclarity,low noise
and distortion. So we can take the CT images for processing
the lung image.
The overall model of my paper is given in diagram (Fig.1).
Fig 1.Outline of the paper
Median filter
The Median Filter is performed by taking the magnitude of
all of the vectors within a mask and sorted according to the
magnitudes. It is based upon moving a window over an
image (as in a convolution) and computing the output pixel
as the median value of the brightness within the input
window. The Simple Median Filter has an advantage over
the Mean filter since median of the data is taken instead of
the mean of an image. The pixel with the median magnitude
is then used to replace the pixel studied. The median of a set
is more robust with respect to the presence of noise[5]. The
median filter is given by
Filter( …….. )=Median(|| )| ………….|| | ])
Wiener filter
The goal of the Wiener filter is to filter out noise that has
corrupted a signal. It is based on a statistical approach.
Typical filters are designed for a desired frequency
response. However, the design of the Wiener filter takes a
different approach. One is assumed to have knowledge of
the spectral properties of the original signal and the noise,
and one seeks the linear time-invariant filter whose output
would come as close to the original signal as possible.
Wiener filters are characterized by the following:
1. Assumption: signal and (additive) noise are stationary
linear stochastic processes with known spectral
characteristics or known autocorrelation and cross-
correlation
2. Requirement: the filter must be physically
realizable/causal (this requirement can be dropped,
resulting in a non-causal solution)
3. Performance criterion: minimum mean-square error
(MMSE) The orthogonality principleimpliesthatthe Wiener
filter in Fourier domain can be expressed as follows: [6]
Average filter
The idea of average filtering is simply to replace each pixel
value in an image with the mean (‘average’) value of its
neighbors, including itself. This has the effect of eliminating
pixel values which are unrepresentative of their
surroundings. Mean filtering is usually thought of as a
convolution filter. Like other convolutionsitis basedaround
a kernel, which represents the shape and size of the
neighborhood to be sampled when calculating the mean.
Often a 3×3 square kernel is used, although larger kernels
(e.g. 5×5 squares) can be used for more severe smoothing.
(Note that a small kernel can be applied more than once in
order to produce a similar but not identical effect as a single
pass with a large kernel.)[5]
IV Experimental result
Similarity Measures:
For a long time, MSE & PSNR used to measure the degree of
image distortion, because they can represent the overall
gray value error in the entire image.
A. Mean Square Error (MSE):
Mean Square Error (MSE) can be estimated to quantify the
difference between values implied by an estimate and the
true quality being certificated. The average squared
difference between the reference signal anddistortedsignal
is called as the mean square error. Given a noise free (m,n)
monochrome image I and its noisy approximation K, MSE is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 324
defined as
Here, M and N are the no of rows and columns in the input
image respectively. Hence, to evaluate PSNR firstly MSE
value should be calculated.
B. Peak Signal to Noise Ratio (PSNR):
Peak signal to noise ratio is the difference between the
maximum possible signal and the corrupting noise that
affect the expressed as decibel scale. High value of PSNR
indicates the high quality of image.
Here R is maximum fluctuation in input image data type.
PSNR measures the peak error [7].The result of the
metrics values are shown below tables.
Performance Evaluation.
Table1. Image quality parameters of image 1
Filter MSE
VALUES
PSNR
values
Wiener filter 5544.15 10.73
Median filter 5618.56 10.67
Average
filter
25748.8 04.06
Here, in the first image wiener filter shows the best result
with 5544.15 MSE and PSNR10.73 values. Likewise the
image2 are performed with metrics
Table2.Image quality parameters of image 2
Filter
MSE
VALUES
PSNR
values
Wiener filter 18.98 35.38
Median filter
45.66 31.57
Average
filter 264.83 09.55
Here in the second wiener filter shows the best result with
18.98 MSE and PSNR has 35.38values.Same as image 3 are
performed with metrics
Table 3.Image quality parameters of image 3
Filter MSE
VALUES
PSNR
values
Wiener filter 7.59 39.36
Median filter 22.56 34.63
Average
filter
588.06 10.47
Here, in the third image wiener filter shows the best result
with 7.59 MSE and PSNR 39.36 values. Finaly the three
images are applied to three filters and find out the metrics
values which are high in MSE and low in PSNR.
Performance Evaluation
The images are shown with the original image and three
filters. The table is shown below (Table 4)
Table 4. Result of filtering images
Original
image
Average
filter
Median
filter
Wiener
filter
Images1
Images2
Images3
3. CONCLUSION
In this paper various filters were analyzed and
experimented with the CT images. The main aim of
preprocessing is to remove the noises and other artifacts
from the medical images and to make better enhancement.
In order to select the better filter the experimentation has
been made with the various filters and the results are
compared. The results show that the techniquesusedinthis
system were efficient enough to find the best filter usingthe
performances metrics. So we select wiener filter for using
the lung CT image preprocessing.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 325
REFERENCES
1) Md. Badrul Alam Miah ,Mohammad Abu Yousuf,
Detection of Lung Cancer from CT Image Using
Image Processing and Neural Network, 2nd Int'l
Conf on Electrical Engineering and Information &
Communication Technology (ICEEICT) 20 IS
JahangirnagarUniversity,Dhaka-1342,Bangladesh,
21-23 May 2015, 978-1-4673-6676-2/15/$31.00
©2015 IEEE
2) G. Vijaya and A. Suhasini,” An Adaptive
Preprocessing of Lung CT Images with Various
Filters for Better Enhancement”, Academic Journal
of Cancer Research 7 (3): 179-184, 2014
3) Abdalla Mohamed Hambal , Dr. Zhijun Pei , Faustini
Libent Ishabailu, “Image Noise Reduction and
Filtering Techniques”, International Journal of
Science and Research (IJSR), ISSN (Online): 2319-
7064,DOI:10.21275/25031706,Paperid:250317
4) Srivaramangai R , Prakash Hiremath and Ajay S
Patil,” Preprocessing MRI Images of Colorectal
Cancer”, IJCSI International Journal of Computer
Science Issues, Volume 14, Issue 1, January 2017,
ISSN (Print): 1694-0814 | ISSN (Online): 1694-
0784.
5) Neeraj Kumar1 , Karambir2 & Kalyan Singh3,
Wiener Filter Using Digital Image Restoration,
International Journal of Electronics Engineering, 3
(2), 2011, pp. 345–
: 0973-7383
6) Disha Sharma, Gagandeep Jindal,” Identifying Lung
Cancer Using Image Processing Techniques”,
International Conference on Computational
Techniques and Artificial Intelligence
(ICCTAI'2011).
7) Naitik P Kamdar, Dipesh G. Kamdar and Dharmesh
N.khandhar, “Performance EvaluationofLSBbased
Steganography for optimization of PSNR and MSE,”
Journal of information ,Knowledge and research in
electronics and communication engineering , Nov
12 - Oct 13 , Volume – 02, Issue – 02.
8) Armato, S.G., M.L. Giger, C.J. Moran, J.T. Blackburn,
K. Doi and H. MacMaho, 1999. Computerized
detection of pulmonary nodules on CT scans:
Radiographics 19, pp: 1303-1311
9) B.V. Ginneken, B. M. Romeny and M. A. Viergever,
“Computer-aided diagnosis in chest radiography:a
survey”, IEEE, transactions onmedical imaging,vol.
20, no. 12, (2001).
10) K. Kanazawa, Y. Kawata, N. Niki, H. Satoh, H.
Ohmatsu, R. Kakinuma, M. Kaneko, N. Moriyama
and K. Eguchi, “Computer-aided diagnosis for
pulmonary nodules based on helical CT
BIOGRAPHIES
D.Yasmeen received the B.sc
degree in Computer Science from
MS University in 2012 and M.sc
degree in Computer Science from
MS University in 2015.She is
currently pursuing the M.phil
degree in Computer Science. Her
research interest mainly include
domain ofdigital imageprocessing.
Dr. .S.Shajun Nisha AssistantProf&
Head of PG and Research
Department Of Computer Science,
Sadakathullah Appa College.She
has completed M.Phil.(Computer
Science) and M.Tech (Computer
and Information Technology) in
Manonmaniam Sundaranar
University, Tirunelveli. She has
completed her phd in .She has
involved in various academic
activities. She has attended so
many national and international
seminars, conferences and
presented numerous research
papers. She is a member of ISTE
and IEANG and her specialization
is Image Mining
“Dr.M.Mohamed Sathik M.Tech.,
M.Phil., M.Sc., M.B.A., M.S., Ph.D has
so far guided more than 35
research scholars. He has
published more than 100papersin
International Journalsandalsotwo
books. He is a member of
curriculum development
committee of various universities
and autonomous colleges of Tamil
Nadu. His specializations are
VRML, Image Processing and
Sensor Networks.

More Related Content

What's hot

Paper id 28201445
Paper id 28201445Paper id 28201445
Paper id 28201445IJRAT
 
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET Journal
 
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET Journal
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET Journal
 
Lung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine LearningLung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine Learningijtsrd
 
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
 
A statistical approach on pulmonary tuberculosis detection system based on X-...
A statistical approach on pulmonary tuberculosis detection system based on X-...A statistical approach on pulmonary tuberculosis detection system based on X-...
A statistical approach on pulmonary tuberculosis detection system based on X-...TELKOMNIKA JOURNAL
 
Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesIRJET Journal
 
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...IDES Editor
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsIRJET 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
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationIAEME Publication
 
IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET Journal
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformIJERA Editor
 
IRJET - Liver Cancer Detection using Image Processing
IRJET - Liver Cancer Detection using Image ProcessingIRJET - Liver Cancer Detection using Image Processing
IRJET - Liver Cancer Detection using Image ProcessingIRJET Journal
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...IOSR Journals
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectioneSAT Publishing House
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 
Basic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and AnalysisBasic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and AnalysisKyla De Chavez
 
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
CANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSINGCANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSING
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSINGkajikho9
 

What's hot (20)

Paper id 28201445
Paper id 28201445Paper id 28201445
Paper id 28201445
 
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
 
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 
Lung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine LearningLung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine Learning
 
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
 
A statistical approach on pulmonary tuberculosis detection system based on X-...
A statistical approach on pulmonary tuberculosis detection system based on X-...A statistical approach on pulmonary tuberculosis detection system based on X-...
A statistical approach on pulmonary tuberculosis detection system based on X-...
 
Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing Techniques
 
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
 
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
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformation
 
IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review Paper
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet Transform
 
IRJET - Liver Cancer Detection using Image Processing
IRJET - Liver Cancer Detection using Image ProcessingIRJET - Liver Cancer Detection using Image Processing
IRJET - Liver Cancer Detection using Image Processing
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
Basic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and AnalysisBasic Medical Imaging Processing and Analysis
Basic Medical Imaging Processing and Analysis
 
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
CANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSINGCANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSING
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
 

Similar to IRJET- Analytical Study of Various Filters in Lung CT Images

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
 
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...ijcsit
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET Journal
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET 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
 
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-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and DetectionIRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and DetectionIRJET Journal
 
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...iaemedu
 
A new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementA new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementiaemedu
 
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEMCOMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEMIRJET Journal
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...ijtsrd
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imageseSAT Publishing House
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imageseSAT Publishing House
 
Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...
Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...
Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...IRJET Journal
 
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...cscpconf
 
An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...csandit
 
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET Journal
 

Similar to IRJET- Analytical Study of Various Filters in Lung CT Images (20)

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
 
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGER-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
 
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
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- 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-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and DetectionIRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and Detection
 
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
 
A new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementA new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancement
 
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEMCOMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
 
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
 
Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...
Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...
Comparative Analysis of Gaussian Filter and Median filter in Liver Cancer det...
 
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
 
An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...
 
Ol3425172524
Ol3425172524Ol3425172524
Ol3425172524
 
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
 

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

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 

IRJET- Analytical Study of Various Filters in Lung CT Images

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 322 Analytical Study of Various Filters in Lung CT Images D. Yasmeen1, Dr. S. Shajun Nisha2, Dr. M. Mohamed Sathik3 2Assistant Professor and head, PG and Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India 3Principal & Research Coordinator, Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Digital image processing plays a vital role in all form of medical fields. Particularly, it is also affiliated with the Medical Image Processing in the diagnosis ofLungCancer and other diseases. In today’s era Medical image processing has emerged in the diagnosis of various diseases predominantly for cancers. Removal of noises in medical images is a challenging task in such kind of image processing. In order to overcome those issues, filtering the image is a pivotal task to remove the noises and for better image enhancement. In this paper, suitable preprocessing methods are compared with various filters. The performance is valued on Peak Signal-to-Noise Ratio (PSNR) and Mean Squared Error (MSE). It is also observed that the wiener filter having better performance for images corrupted by white noise compared to other linear filters. Key Words: Medical image processing. Wiener filter. Median filter. Average filter. 1. INTRODUCTION Lung cancer is a disease of abnormal cells which grows into a tumor. In several types of Cancers, the rate of Lung Cancer is increasing step by step. Lung cancer kills more people every year than breast cancer, colon cancer, and prostate cancer[1]. The American Cancer Society calculates that nearly 180,000 new cases of lung cancer are found and lung cancer deaths occur nearly 170,000 per year. This shows that every day approximately 480 people are diagnosed with lung cancer and 460 people die due to this. The World Health Organization (WHO) had reported that overmillions people die due to lung cancer. WHO has clearly states that lung cancer is one of the greatest problems faced by the world in the present centuries. Due to genetic damages in lung cell, it leads to turbulence cell proliferation. Lung cancer cells have the ability to affect the neighboringtissues and spreads to other parts of the body. If correct medical care is not given, lung cancer slowly kills that person. The lung cancer death increases day by day. Even after the diagnosis the cancer survival rate is less. So to detect lung cancer earlier, we use CAD. In the interpretation of medical images Computer Aided Detection/Diagnosis (CAD), are methodsin medical data set that helps to detect and diagnose the diseases. Moreover, CAD may reduce the inter-and intra-observer changeability in image performance [2]. CAD systems helps physician to observe areas like nodules, tumors. Preprocessing is a subcategory of image processingwhichis used to improve the accuracy and interpretability. Image pre-processing is a powerful and testing factor in the computer-aided diagnostic systems. In medical image, preprocessing the image is an essential part for segmenting the tumor so that segmentation and classification algorithms work correctly. Accurate detection and segmentation of the tumor leads to exact classification of those tumors. The segmentation is clearly identified only when image is pre-processed as per image size and quality. As there are number of preprocessing methods are available and been introduced, the usage of Preprocessing is toenhancesomequalityand to remove unwanted features. In preprocessing techniques images are filtered for changing the pixel level, adding affects to the image, adjusting the brightness.Toidentifythe best filters for image preprocessing,Comparisonofdifferent image filters are used with metrics analyzed. In this paper- section II is about recent survey, section III describes methodology, section IV shows the result and section V conclusion 1.1 Literature survey The paper[2] used various types of preprocessing techniques. In this paper the author discussed about different filters which are used to find PSNR andMSEvalues for finding the best filter. The paper[3] proposed different filtering techniques for removing noises in color image and compared results for filtering techniques in image processing. The paper[4] mentioned the preprocessing of MRI images which is investigated by considering various methods of digital image enhancement, image sharpening and image denoising. 1M.Phil Research Scholar, PG and Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 323 1.2 Motivation and justification As there are various preprocessing filters are available and been introduced, the purpose of using Preprocessing is to enhance some features and to remove unwanted features. To identify the best filters in segmentation of image processing, Comparision of different image filters are performed. Based on the metrices the result is justified. II. METHODOLOGY The lung CT images having low noise when compared to scan image and MRI image. The main advantage of the computer tomographyimagehavingbetterclarity,low noise and distortion. So we can take the CT images for processing the lung image. The overall model of my paper is given in diagram (Fig.1). Fig 1.Outline of the paper Median filter The Median Filter is performed by taking the magnitude of all of the vectors within a mask and sorted according to the magnitudes. It is based upon moving a window over an image (as in a convolution) and computing the output pixel as the median value of the brightness within the input window. The Simple Median Filter has an advantage over the Mean filter since median of the data is taken instead of the mean of an image. The pixel with the median magnitude is then used to replace the pixel studied. The median of a set is more robust with respect to the presence of noise[5]. The median filter is given by Filter( …….. )=Median(|| )| ………….|| | ]) Wiener filter The goal of the Wiener filter is to filter out noise that has corrupted a signal. It is based on a statistical approach. Typical filters are designed for a desired frequency response. However, the design of the Wiener filter takes a different approach. One is assumed to have knowledge of the spectral properties of the original signal and the noise, and one seeks the linear time-invariant filter whose output would come as close to the original signal as possible. Wiener filters are characterized by the following: 1. Assumption: signal and (additive) noise are stationary linear stochastic processes with known spectral characteristics or known autocorrelation and cross- correlation 2. Requirement: the filter must be physically realizable/causal (this requirement can be dropped, resulting in a non-causal solution) 3. Performance criterion: minimum mean-square error (MMSE) The orthogonality principleimpliesthatthe Wiener filter in Fourier domain can be expressed as follows: [6] Average filter The idea of average filtering is simply to replace each pixel value in an image with the mean (‘average’) value of its neighbors, including itself. This has the effect of eliminating pixel values which are unrepresentative of their surroundings. Mean filtering is usually thought of as a convolution filter. Like other convolutionsitis basedaround a kernel, which represents the shape and size of the neighborhood to be sampled when calculating the mean. Often a 3×3 square kernel is used, although larger kernels (e.g. 5×5 squares) can be used for more severe smoothing. (Note that a small kernel can be applied more than once in order to produce a similar but not identical effect as a single pass with a large kernel.)[5] IV Experimental result Similarity Measures: For a long time, MSE & PSNR used to measure the degree of image distortion, because they can represent the overall gray value error in the entire image. A. Mean Square Error (MSE): Mean Square Error (MSE) can be estimated to quantify the difference between values implied by an estimate and the true quality being certificated. The average squared difference between the reference signal anddistortedsignal is called as the mean square error. Given a noise free (m,n) monochrome image I and its noisy approximation K, MSE is
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 324 defined as Here, M and N are the no of rows and columns in the input image respectively. Hence, to evaluate PSNR firstly MSE value should be calculated. B. Peak Signal to Noise Ratio (PSNR): Peak signal to noise ratio is the difference between the maximum possible signal and the corrupting noise that affect the expressed as decibel scale. High value of PSNR indicates the high quality of image. Here R is maximum fluctuation in input image data type. PSNR measures the peak error [7].The result of the metrics values are shown below tables. Performance Evaluation. Table1. Image quality parameters of image 1 Filter MSE VALUES PSNR values Wiener filter 5544.15 10.73 Median filter 5618.56 10.67 Average filter 25748.8 04.06 Here, in the first image wiener filter shows the best result with 5544.15 MSE and PSNR10.73 values. Likewise the image2 are performed with metrics Table2.Image quality parameters of image 2 Filter MSE VALUES PSNR values Wiener filter 18.98 35.38 Median filter 45.66 31.57 Average filter 264.83 09.55 Here in the second wiener filter shows the best result with 18.98 MSE and PSNR has 35.38values.Same as image 3 are performed with metrics Table 3.Image quality parameters of image 3 Filter MSE VALUES PSNR values Wiener filter 7.59 39.36 Median filter 22.56 34.63 Average filter 588.06 10.47 Here, in the third image wiener filter shows the best result with 7.59 MSE and PSNR 39.36 values. Finaly the three images are applied to three filters and find out the metrics values which are high in MSE and low in PSNR. Performance Evaluation The images are shown with the original image and three filters. The table is shown below (Table 4) Table 4. Result of filtering images Original image Average filter Median filter Wiener filter Images1 Images2 Images3 3. CONCLUSION In this paper various filters were analyzed and experimented with the CT images. The main aim of preprocessing is to remove the noises and other artifacts from the medical images and to make better enhancement. In order to select the better filter the experimentation has been made with the various filters and the results are compared. The results show that the techniquesusedinthis system were efficient enough to find the best filter usingthe performances metrics. So we select wiener filter for using the lung CT image preprocessing.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 325 REFERENCES 1) Md. Badrul Alam Miah ,Mohammad Abu Yousuf, Detection of Lung Cancer from CT Image Using Image Processing and Neural Network, 2nd Int'l Conf on Electrical Engineering and Information & Communication Technology (ICEEICT) 20 IS JahangirnagarUniversity,Dhaka-1342,Bangladesh, 21-23 May 2015, 978-1-4673-6676-2/15/$31.00 ©2015 IEEE 2) G. Vijaya and A. Suhasini,” An Adaptive Preprocessing of Lung CT Images with Various Filters for Better Enhancement”, Academic Journal of Cancer Research 7 (3): 179-184, 2014 3) Abdalla Mohamed Hambal , Dr. Zhijun Pei , Faustini Libent Ishabailu, “Image Noise Reduction and Filtering Techniques”, International Journal of Science and Research (IJSR), ISSN (Online): 2319- 7064,DOI:10.21275/25031706,Paperid:250317 4) Srivaramangai R , Prakash Hiremath and Ajay S Patil,” Preprocessing MRI Images of Colorectal Cancer”, IJCSI International Journal of Computer Science Issues, Volume 14, Issue 1, January 2017, ISSN (Print): 1694-0814 | ISSN (Online): 1694- 0784. 5) Neeraj Kumar1 , Karambir2 & Kalyan Singh3, Wiener Filter Using Digital Image Restoration, International Journal of Electronics Engineering, 3 (2), 2011, pp. 345– : 0973-7383 6) Disha Sharma, Gagandeep Jindal,” Identifying Lung Cancer Using Image Processing Techniques”, International Conference on Computational Techniques and Artificial Intelligence (ICCTAI'2011). 7) Naitik P Kamdar, Dipesh G. Kamdar and Dharmesh N.khandhar, “Performance EvaluationofLSBbased Steganography for optimization of PSNR and MSE,” Journal of information ,Knowledge and research in electronics and communication engineering , Nov 12 - Oct 13 , Volume – 02, Issue – 02. 8) Armato, S.G., M.L. Giger, C.J. Moran, J.T. Blackburn, K. Doi and H. MacMaho, 1999. Computerized detection of pulmonary nodules on CT scans: Radiographics 19, pp: 1303-1311 9) B.V. Ginneken, B. M. Romeny and M. A. Viergever, “Computer-aided diagnosis in chest radiography:a survey”, IEEE, transactions onmedical imaging,vol. 20, no. 12, (2001). 10) K. Kanazawa, Y. Kawata, N. Niki, H. Satoh, H. Ohmatsu, R. Kakinuma, M. Kaneko, N. Moriyama and K. Eguchi, “Computer-aided diagnosis for pulmonary nodules based on helical CT BIOGRAPHIES D.Yasmeen received the B.sc degree in Computer Science from MS University in 2012 and M.sc degree in Computer Science from MS University in 2015.She is currently pursuing the M.phil degree in Computer Science. Her research interest mainly include domain ofdigital imageprocessing. Dr. .S.Shajun Nisha AssistantProf& Head of PG and Research Department Of Computer Science, Sadakathullah Appa College.She has completed M.Phil.(Computer Science) and M.Tech (Computer and Information Technology) in Manonmaniam Sundaranar University, Tirunelveli. She has completed her phd in .She has involved in various academic activities. She has attended so many national and international seminars, conferences and presented numerous research papers. She is a member of ISTE and IEANG and her specialization is Image Mining “Dr.M.Mohamed Sathik M.Tech., M.Phil., M.Sc., M.B.A., M.S., Ph.D has so far guided more than 35 research scholars. He has published more than 100papersin International Journalsandalsotwo books. He is a member of curriculum development committee of various universities and autonomous colleges of Tamil Nadu. His specializations are VRML, Image Processing and Sensor Networks.