SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2191
Lung Cancer Detection Using Grey Level Co-Occurrence Matrix
Mahpara Alam1, Bhavika Chaudhari2, Shamal Bangar3, Pratiksha Desale4, Prof. Chaitali Patil5
1,2,3,4,Students, Department of Computer Engineering, K.K.W.I.E.E.R, Maharashtra, India
5Professor, Department of Computer Engineering, K.K.W.I.E.E.R, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Lung cancer is curable disease if detected in its
early stages. In recent years, Image processing techniques are
widely used in medical domain for image improvement in
earlier detection. For diagnosis of lung cancer, CT image of
lung is one of the most common imaging modalities. Manually
identifying tumor from hundreds of CT images for any patient
may prove to be very tedious and time consuming task. Hence
this system aims at detection of cancer through an automated
process to minimize human error and making the process
more accurate and hassle-free. Lung carcinomas are
categorized by the size and appearance of the malignantcells.
The growth of epithelial cells on lung parenchyma region
shows in CT image which can be used in the system. In this
proposed approach image pre-processing techniquesareused
like noise removal, enhancement and image segmentation
then the feature extraction recognize the region of interest of
tumor. SVM (Support Vector Machine) algorithm can be used
for classification. GLCM (Grey Level co-occurrence Matrix)
based textual features detection can be usedtosearchthelung
parenchyma region and extract the features.
Key Words: GLCM, CT images, SVM, Feature extraction,
Image processing
1. INTRODUCTION
Manually identifying tumours from hundreds of MRI slices
for any patient may prove to be very tedious and time
consuming task. Cancer is curable disease if it detected in its
early stage. To reduce the death rates due to occurrence of
lung cancer we need some methodology to detect the cancer
in its early stage. Not only the detection of diseaseinitsearly
stage may reduce the death rate but also proper diet and
doctor treatment can be done on time.
Detecting Cancer is still challenging for the doctors in the
field of medical. Even now the actual reason and complete
cure of cancer is not invented. For better solution we are
going to design and implement lung cancerdetectionsystem
to minimize human error and makingprocessmoreaccurate
and hassle-free.
2. LITERATURE SURVEY
Mokhled S. AL-TARAWNEH [1], The study on the image
processing techniques is carried out for detection of cancer.
According to author many techniques are available todetect
cancer earlier, but none of the technique gave good result
because of time factor. Image quality and accuracy was the
core factor of this research. Imagequalityassessmentaswell
as improvement depends on the enhancement stage where
pre-processing techniques was used.
Ritika Agarwal, Ankit Shankhadhar, Raj Kumar Sagar [2],
Many techniques are available to determine the existence of
nodule in the lung in its early stage but noneofthetechnique
gave the best result. Therefore theyimplementedthesystem
to give more accuracy and best result they propose a system
called as Computer Aided diagnosis System CAD for
identifying the presence of nodule in lung.
Khinn Mya Mya Tun [3] , The implementation of image pre-
processing and image segmentation is carried out to obtain
the diagnosis result. Median filter was used for image pre-
processing. In feature extraction Gray Level Co-Occurrence
matrix (GLCM) was used. In classification, feed-forward
neural network was used to classify the lung cancer stages.
Mr. Akshay Bhor, Mr. Aditya Likhar, Mr. Azhar Maner, Mr.
Aditya Patil, Prof. Dipti Chaudhari [4], The main aim of the
system was to automate the classification method for the
first detection of carcinoma. It included classification
algorithmic program i.e. Neural Network and for
improvement GA (Genetic Algorithm) was employed.
Tanushree Sinha Roy, Neeraj Sirohi, Arti Patle[5], focuses
their study mainly on the classification of lung images as
affected by cancer disease or not. In their system lung CT
scan image was used as input image and then some
important features was extracted to classify the image. To
classify the image Fuzzy Interface System was used. The
system used both neural network and fuzzy logic technique.
3. PROPOSED SYSTEM
Fig -1: Proposed System
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2192
3.1 Image Database
The required database for system must contain the CT scan
Images. The CT scan image is more reliable than other form
of images. The images are in the DICOM format. It needs to
be converted to use as input to the system.
3.2 Image Preprocessing
Smoothing, image enhancement are the techniques areused
in pre-processing. In proposed model for median filter is
used to remove the noise from the given image.Medianfilter
give the best result because it removes the noise without
blurring the image whereas other techniques remove the
noise but give blur image as output. Image enhancement
improves the visibility of features for better understanding.
It also highlights the high frequency area and suppress the
low frequency area.
3.3 Feature Extraction
The features like energy, entropy,homogeneity,contrast can
be extracted after the segmentation process is done in the
region of lung, for analyzing some diagnosis to identify the
cancer in the lung correctly. In this study, the features are
used by representing Gray level Co-occurrence matrix.
4. GLCM
The extraction of the texture features using GLCM has been
considered as the significant technique and it has been used
in several applications of remote sensing for analysis of the
texture.
GLCM points to Gray level Co-occurrence matrix. It is of the
second order statistics, so informationwith regardstopixels
of pairs are collected by GLCMalgorithm.GLCMexhibitshow
the pixel brightness occurs in an image. A matrix is built up
at a distance of d=1 and at angles in degrees (0, 45, 90, 135).
GLCM texture picks up the relation between two pixels at a
time, called the neighbour and the reference pixel. GLCM
calculates the distance and angular spatial relationship over
an image sub- region of specific size. GLCM is prepared by
using gray scale values.
Fig -2: Test image figure
Fig -3: GLCM Calculation
The extraction of features is done as the follows:
1. Divide the planes of the image into RGB
2. Calculate the matrices of GLCM as per given equation.
3. Calculate the geometric features for the obtained GLCM
matrix:
Energy, Contrast, Entropy, Homogeneity.
Notations:
Pij = Element ij of GLCM
N = No. of Gray levels in the image
4.1 Energy
This statistic is also called as Angular second moment or
Uniformity. It measures the textural uniformity that is the
pixel pair repetitions. It detects disorders present in
textures. Energy reachesa maximumvalueequal tothevalue
one. High energy values occur when the distribution of gray
level has a constant or periodic form.
0 0 1 1
0 0 1 1
0 2 2 2
2 2 3 3
Neighbour pixel value-
Reference pixel value:
0 1 2 3
0 (0,0) (0,1) (0,2) (0,3)
1 (1,0) (1,1) (1,2) (1,3)
2 (2,0) (2,1) (2,2) (2,3)
3 (3,0) (3,1) (3,2) (3,3)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2193
4.2 Entropy
This statistic measures the complexity of an image. The
entropy is large when the image is not texturally uniform
and many of the GLCM elements have very small values.
Complex textures tend to have a high entropy. Entropy is
strongly, but inversely correlated to the energy.
4.3 Contrast
This statistic measures the spatial frequency of an image
which is the difference moment of GLCM. It is the difference
between the highest and the lowest values of a contiguous
set of pixels present in an image.
4.4 Homogeneity
This statistic is also called as the InverseDifferenceMoment.
It measures image homogeneity. It is sensitive to the
presence of near diagonal elements in the GLCM. When all
elements in the image are same it gives maximum value.
GLCM homogeneity and contrast are strongly, but inversely
correlated in terms of equivalent distribution in the pixel
pair population. It means if contrast increases homogeneity
decreases while energy is kept constant.
5. CONCLUSIONS
Lung Cancer is one of the largest occurred disease in the
world. Only early detection of disease may help to decrease
the death rate due to the lung cancer. Image processing
techniques are widely used in some medical areas for image
improvement in earlier detection and treatment stages,
where the time factor is very important to discover the
abnormality issues in target images.
This proposed system is able to detect the cancer in early
stages more correctly. We proposed the methodology to
detect the cancerous lung CT image based on GLCM.
REFERENCES
[1] Mokhled S. AL-TARAWNEH,”Lung Cancer Detection
Using Image Processing Techniques”. Leonardo
Electronic Journal of Practices and Technologies,2012
[2] Ritika Agarwal, Ankit Shankhadhar, Raj Kumar Sagar
,”Detection of Lung Cancer using content based Medical
Image Retrieval ,Fifth International Conference on
Advanced Computing and Communication
Technologies,2015
[3] Khinn Mya Mya Tun ,Feature Extraction and
Classification of Lung Cancer Nodule using Image
ProcessingTechniques,International Journal ofAdvance
Research in Engineering, Science & Technology,2014
[4] Mr. Akshay Bhor, Mr. Aditya Likhar , Mr. Azhar Maner ,
Mr. Aditya Patil, Prof. Dipti Chaudhari , Classification of
lung cancer stages using Quantitative Image and
Genomic Biomarker, International Journal of Advance
Research in Engineering, Science & Technology, 2017
[5] Tanushree Sinha Roy, Neeraj Sirohi, ArtiPatle ,
”Classification of Lung Image and Nodule Detection
Using Fuzzy Inference System,” International
Conference on Computing, Communication and
Automation ,2015

More Related Content

What's hot

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
 
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
IAEME Publication
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
MD Abdullah Al Nasim
 
Brain tumor detection by scanning MRI images (using filtering techniques)
Brain tumor detection by scanning MRI images (using filtering techniques)Brain tumor detection by scanning MRI images (using filtering techniques)
Brain tumor detection by scanning MRI images (using filtering techniques)
Vivek reddy
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET Journal
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
ijtsrd
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Editor IJMTER
 
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
IRJET Journal
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET Journal
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri images
eSAT Journals
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET Journal
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR Images
Aisha Kalsoom
 
Brain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive BoostingBrain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive Boosting
IRJET Journal
 
IRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
IRJET- Review of Detection of Brain Tumor Segmentation using MATLABIRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
IRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
IRJET Journal
 
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
 
Mri brain image segmentatin and classification by
Mri brain image segmentatin and classification byMri brain image segmentatin and classification by
Mri brain image segmentatin and classification by
eSAT Publishing House
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
MohammadRakib8
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
Myat Myint Zu Thin
 

What's hot (20)

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...
 
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
 
Brain tumor detection by scanning MRI images (using filtering techniques)
Brain tumor detection by scanning MRI images (using filtering techniques)Brain tumor detection by scanning MRI images (using filtering techniques)
Brain tumor detection by scanning MRI images (using filtering techniques)
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
 
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
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri images
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
 
Report (1)
Report (1)Report (1)
Report (1)
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR Images
 
Brain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive BoostingBrain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive Boosting
 
IRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
IRJET- Review of Detection of Brain Tumor Segmentation using MATLABIRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
IRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
 
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
 
Mri brain image segmentatin and classification by
Mri brain image segmentatin and classification byMri brain image segmentatin and classification by
Mri brain image segmentatin and classification by
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
 

Similar to IRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix

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
eSAT Publishing House
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
IRJET Journal
 
IRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT ImagesIRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET Journal
 
reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdf
piramu kailasam
 
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
IRJET Journal
 
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET Journal
 
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 Journal
 
Early Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network TechniquesEarly Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network Techniques
IJERA Editor
 
Detection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in MammogramsDetection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in Mammograms
IRJET Journal
 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
IRJET Journal
 
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
IRJET Journal
 
Az4102375381
Az4102375381Az4102375381
Az4102375381
IJERA Editor
 
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET Journal
 
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET Journal
 
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
International Journal of Technical Research & Application
 
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
IRJET-  	  Detection and Classification of Breast Cancer from Mammogram ImageIRJET-  	  Detection and Classification of Breast Cancer from Mammogram Image
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
IRJET Journal
 
Classification techniques using gray level co-occurrence matrix features for ...
Classification techniques using gray level co-occurrence matrix features for ...Classification techniques using gray level co-occurrence matrix features for ...
Classification techniques using gray level co-occurrence matrix features for ...
IJECEIAES
 
Skin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing TechniqueSkin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing Technique
IJBNT Journal
 
Mri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithmMri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithm
eSAT Journals
 
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET Journal
 

Similar to IRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix (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
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
IRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT ImagesIRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT Images
 
reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdf
 
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
 
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment 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
 
Early Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network TechniquesEarly Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network Techniques
 
Detection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in MammogramsDetection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in Mammograms
 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
 
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
 
Az4102375381
Az4102375381Az4102375381
Az4102375381
 
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
 
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
 
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
 
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
IRJET-  	  Detection and Classification of Breast Cancer from Mammogram ImageIRJET-  	  Detection and Classification of Breast Cancer from Mammogram Image
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
 
Classification techniques using gray level co-occurrence matrix features for ...
Classification techniques using gray level co-occurrence matrix features for ...Classification techniques using gray level co-occurrence matrix features for ...
Classification techniques using gray level co-occurrence matrix features for ...
 
Skin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing TechniqueSkin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing Technique
 
Mri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithmMri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithm
 
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural Network
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 

Recently uploaded (20)

Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 

IRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2191 Lung Cancer Detection Using Grey Level Co-Occurrence Matrix Mahpara Alam1, Bhavika Chaudhari2, Shamal Bangar3, Pratiksha Desale4, Prof. Chaitali Patil5 1,2,3,4,Students, Department of Computer Engineering, K.K.W.I.E.E.R, Maharashtra, India 5Professor, Department of Computer Engineering, K.K.W.I.E.E.R, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Lung cancer is curable disease if detected in its early stages. In recent years, Image processing techniques are widely used in medical domain for image improvement in earlier detection. For diagnosis of lung cancer, CT image of lung is one of the most common imaging modalities. Manually identifying tumor from hundreds of CT images for any patient may prove to be very tedious and time consuming task. Hence this system aims at detection of cancer through an automated process to minimize human error and making the process more accurate and hassle-free. Lung carcinomas are categorized by the size and appearance of the malignantcells. The growth of epithelial cells on lung parenchyma region shows in CT image which can be used in the system. In this proposed approach image pre-processing techniquesareused like noise removal, enhancement and image segmentation then the feature extraction recognize the region of interest of tumor. SVM (Support Vector Machine) algorithm can be used for classification. GLCM (Grey Level co-occurrence Matrix) based textual features detection can be usedtosearchthelung parenchyma region and extract the features. Key Words: GLCM, CT images, SVM, Feature extraction, Image processing 1. INTRODUCTION Manually identifying tumours from hundreds of MRI slices for any patient may prove to be very tedious and time consuming task. Cancer is curable disease if it detected in its early stage. To reduce the death rates due to occurrence of lung cancer we need some methodology to detect the cancer in its early stage. Not only the detection of diseaseinitsearly stage may reduce the death rate but also proper diet and doctor treatment can be done on time. Detecting Cancer is still challenging for the doctors in the field of medical. Even now the actual reason and complete cure of cancer is not invented. For better solution we are going to design and implement lung cancerdetectionsystem to minimize human error and makingprocessmoreaccurate and hassle-free. 2. LITERATURE SURVEY Mokhled S. AL-TARAWNEH [1], The study on the image processing techniques is carried out for detection of cancer. According to author many techniques are available todetect cancer earlier, but none of the technique gave good result because of time factor. Image quality and accuracy was the core factor of this research. Imagequalityassessmentaswell as improvement depends on the enhancement stage where pre-processing techniques was used. Ritika Agarwal, Ankit Shankhadhar, Raj Kumar Sagar [2], Many techniques are available to determine the existence of nodule in the lung in its early stage but noneofthetechnique gave the best result. Therefore theyimplementedthesystem to give more accuracy and best result they propose a system called as Computer Aided diagnosis System CAD for identifying the presence of nodule in lung. Khinn Mya Mya Tun [3] , The implementation of image pre- processing and image segmentation is carried out to obtain the diagnosis result. Median filter was used for image pre- processing. In feature extraction Gray Level Co-Occurrence matrix (GLCM) was used. In classification, feed-forward neural network was used to classify the lung cancer stages. Mr. Akshay Bhor, Mr. Aditya Likhar, Mr. Azhar Maner, Mr. Aditya Patil, Prof. Dipti Chaudhari [4], The main aim of the system was to automate the classification method for the first detection of carcinoma. It included classification algorithmic program i.e. Neural Network and for improvement GA (Genetic Algorithm) was employed. Tanushree Sinha Roy, Neeraj Sirohi, Arti Patle[5], focuses their study mainly on the classification of lung images as affected by cancer disease or not. In their system lung CT scan image was used as input image and then some important features was extracted to classify the image. To classify the image Fuzzy Interface System was used. The system used both neural network and fuzzy logic technique. 3. PROPOSED SYSTEM Fig -1: Proposed System
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2192 3.1 Image Database The required database for system must contain the CT scan Images. The CT scan image is more reliable than other form of images. The images are in the DICOM format. It needs to be converted to use as input to the system. 3.2 Image Preprocessing Smoothing, image enhancement are the techniques areused in pre-processing. In proposed model for median filter is used to remove the noise from the given image.Medianfilter give the best result because it removes the noise without blurring the image whereas other techniques remove the noise but give blur image as output. Image enhancement improves the visibility of features for better understanding. It also highlights the high frequency area and suppress the low frequency area. 3.3 Feature Extraction The features like energy, entropy,homogeneity,contrast can be extracted after the segmentation process is done in the region of lung, for analyzing some diagnosis to identify the cancer in the lung correctly. In this study, the features are used by representing Gray level Co-occurrence matrix. 4. GLCM The extraction of the texture features using GLCM has been considered as the significant technique and it has been used in several applications of remote sensing for analysis of the texture. GLCM points to Gray level Co-occurrence matrix. It is of the second order statistics, so informationwith regardstopixels of pairs are collected by GLCMalgorithm.GLCMexhibitshow the pixel brightness occurs in an image. A matrix is built up at a distance of d=1 and at angles in degrees (0, 45, 90, 135). GLCM texture picks up the relation between two pixels at a time, called the neighbour and the reference pixel. GLCM calculates the distance and angular spatial relationship over an image sub- region of specific size. GLCM is prepared by using gray scale values. Fig -2: Test image figure Fig -3: GLCM Calculation The extraction of features is done as the follows: 1. Divide the planes of the image into RGB 2. Calculate the matrices of GLCM as per given equation. 3. Calculate the geometric features for the obtained GLCM matrix: Energy, Contrast, Entropy, Homogeneity. Notations: Pij = Element ij of GLCM N = No. of Gray levels in the image 4.1 Energy This statistic is also called as Angular second moment or Uniformity. It measures the textural uniformity that is the pixel pair repetitions. It detects disorders present in textures. Energy reachesa maximumvalueequal tothevalue one. High energy values occur when the distribution of gray level has a constant or periodic form. 0 0 1 1 0 0 1 1 0 2 2 2 2 2 3 3 Neighbour pixel value- Reference pixel value: 0 1 2 3 0 (0,0) (0,1) (0,2) (0,3) 1 (1,0) (1,1) (1,2) (1,3) 2 (2,0) (2,1) (2,2) (2,3) 3 (3,0) (3,1) (3,2) (3,3)
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2193 4.2 Entropy This statistic measures the complexity of an image. The entropy is large when the image is not texturally uniform and many of the GLCM elements have very small values. Complex textures tend to have a high entropy. Entropy is strongly, but inversely correlated to the energy. 4.3 Contrast This statistic measures the spatial frequency of an image which is the difference moment of GLCM. It is the difference between the highest and the lowest values of a contiguous set of pixels present in an image. 4.4 Homogeneity This statistic is also called as the InverseDifferenceMoment. It measures image homogeneity. It is sensitive to the presence of near diagonal elements in the GLCM. When all elements in the image are same it gives maximum value. GLCM homogeneity and contrast are strongly, but inversely correlated in terms of equivalent distribution in the pixel pair population. It means if contrast increases homogeneity decreases while energy is kept constant. 5. CONCLUSIONS Lung Cancer is one of the largest occurred disease in the world. Only early detection of disease may help to decrease the death rate due to the lung cancer. Image processing techniques are widely used in some medical areas for image improvement in earlier detection and treatment stages, where the time factor is very important to discover the abnormality issues in target images. This proposed system is able to detect the cancer in early stages more correctly. We proposed the methodology to detect the cancerous lung CT image based on GLCM. REFERENCES [1] Mokhled S. AL-TARAWNEH,”Lung Cancer Detection Using Image Processing Techniques”. Leonardo Electronic Journal of Practices and Technologies,2012 [2] Ritika Agarwal, Ankit Shankhadhar, Raj Kumar Sagar ,”Detection of Lung Cancer using content based Medical Image Retrieval ,Fifth International Conference on Advanced Computing and Communication Technologies,2015 [3] Khinn Mya Mya Tun ,Feature Extraction and Classification of Lung Cancer Nodule using Image ProcessingTechniques,International Journal ofAdvance Research in Engineering, Science & Technology,2014 [4] Mr. Akshay Bhor, Mr. Aditya Likhar , Mr. Azhar Maner , Mr. Aditya Patil, Prof. Dipti Chaudhari , Classification of lung cancer stages using Quantitative Image and Genomic Biomarker, International Journal of Advance Research in Engineering, Science & Technology, 2017 [5] Tanushree Sinha Roy, Neeraj Sirohi, ArtiPatle , ”Classification of Lung Image and Nodule Detection Using Fuzzy Inference System,” International Conference on Computing, Communication and Automation ,2015