SlideShare a Scribd company logo
1 of 7
Download to read offline
TELKOMNIKA Telecommunication, Computing, Electronics and Control
Vol. 18, No. 5, October 2020, pp. 2432~2438
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v18i5.15523  2432
Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA
Cancerous lung nodule detection in
computed tomography images
Ayman Abu Baker1
, Yazeed Ghadi 2
1
Department of Electrical Engineering, Applied Science Private University, Jordan
2
Department of Electrical Engineering, Al Ain University of Science and Technology, United Arab Emirates
Article Info ABSTRACT
Article history:
Received Jan 20, 2020
Revised Mar 28, 2020
Accepted Jun 12, 2020
Diagnosis the computed tomography images (CT-images) is one of
the images that may take a lot of time in diagnosis by the radiologist and may
miss some of cancerous nodules in these images. Therefore, in this paper
a new novel enhancement and detection cancerous nodule algorithm is
proposed to diagnose a CT-images. The novel algorithm is divided into three
main stages. In first stage, suspicious regions are enhanced using modified
LoG algorithm. Then in stage two, a potential cancerous nodule was detected
based on visual appearance in lung. Finally, five texture features analysis
algorithm is implemented to reduce number of detected FP regions. This
algorithm is evaluated using 60 cases (normal and cancerous cases), and it
shows a high sensitivity in detecting the cancerous lung nodules with TP
ration 97% and with FP ratio 25 cluster/image.
Keywords:
Cancer detection
Computed tomography
Lung cancer
Texture features
Laplacian filter This is an open access article under the CC BY-SA license.
Corresponding Author:
Ayman Abu Baker,
Department of Electrical and Computer Engineering,
Applied Science Private University,
Amman, Jordan.
Email: a_abubaker@asu.edu.jo
1. INTRODUCTION
Lung cancer is one of the most relevant public health issues in United states, Europe and Middle
East [1, 2]. Early Detection and treatment of this types of cancer is require to effectively overcome this
burden. Chest X-ray considered a cheapest method as an initial detection of lung cancer. Computed
tomography (CT) as a second diagnosis stage is the best imaging modality for the detection of small
pulmonary nodules, particularly since the introduction of the helical technology [3, 4]. The CT images are
a high resolution images with high amount of data storage. Therefore, researchers tries to help the radiologist
to easily process these huge image and automatically detected the potential nodule lung cancers using
computer aided diagnosis system (CAD) [5, 6]. Detection nodule lung cancer is one of the most difficult
cases for the radiologist specially in CT images since the visual appearance of tumors is not clear or
surrounding with parenchymal tissue in CT-Images [7, 8]. Therefore, the visual appearance for cancerous
nodules have similar visual characteristics of normal tissues [9]. Therefore, this paper proposed a novel
detection and classification method for cancerous cells. Three main stages are used to accurately detect
the cancerous nodules in the CT lung images [10]. The paper present a brief description about the lung CT
image in section 2. Then literature review section which presented in section 3. Proposed detection and
classification algorithm is introduced in Section 4. Finally, discussion and conclusion are presented in
section 5 and section 6 respectively.
TELKOMNIKA Telecommun Comput El Control 
Cancerous lung nodule detection in computed tomography images (Ayman Abu Baker)
2433
2. DATABASE
The database that are used in this paper in downloaded from Cancer Imaging Archive (TCIA), which is
organized into purpose-built collections of subjects [11]. This database has different kind of high resolution images
of cancer type and/or anatomical site (lung, brain, etc.) in common. Moreover, the database include a huge dataset
of MRI, CT, and X-Ray images that are stored as DICOM file format [12].
3. LITERATURE REVIEW
Many authors proposed different CAD techniques to help the radiologist in diagnoses lung cancer in
CT images. One of these techniques is using Laplacian of Gaussian filter as in [13]. Their algorithm is
divided to two main stages, transmission of high intensity and LOG Filter. These stages are applied calculate
the contrast differences inside and outside region of interest. Snake algorithm is another enhancement and
segmentation tool used to find the internal energy in CT image like Vivekanandan D. et al [14].
Messay et al. [15] implement local contrast enhancement filter that follow the nodule enhancement method to
detect the chest radiographs. Dots, lines, and planes enhancement techniques are used by Li et al. [16]. Such
these enhancement techniques can be implemented on specific shapes and suppress other objects. So, as an
initial step the CT-Image is blurred then a Gaussian kernel filter (GKF) of a nodule size is implemented to
detect the nodule. As final stage, multi-scales GKF are used as to find a match with the nodule size.
Yamamoto et al. [17] used a statistical enhancement filter to enhance CT images. They implemented
the Quoit Filter that has large ring and disk filters. Differential intensity value procedure is implemented in
this algorithm between the internal and external disks in order to find a potential region of interest. Another
segmentation algorithm is presented by Maciej Dajnowiec et al. [18]. Initially, an optimum threshold value
was calculated based on different image data sets. Threshold algorithm then is implemented to segment lunge
region from CT image. After that, connecting component labeling (CCL) is applied to detect remaining
regions in the image. Therefore, lung nodule can successfully segmented but have lobes with nodules region.
On the other hand, CAD system is a powerful tool in detecting cancerous nodules in the CT images.
Another CAD system to detect cancerous lung region is proposed by Lee et al. [19]. Authors implement GA
to set a target position and also to match the best template image from previous data sets. Four generations
every time are established based on grey level of Gaussian distribution. Algorithm sensitivity was 85% in
detecting cancerous nodules in the CT-images. Other author like Opfer et al. [20] used distance
transformation technique to improve the performance of CAD system. The distance transformations of
various thresholds and subsequent crest line extraction are used enhance the CAD sensitivity. CAD system
performance is slightly improved when using this technique since it produce large number of FP regions.
Another CAD system is used by Moreover, Golosio et al. [21] to detect cancerous nodules in CT images.
They used multi-adaptive threshold surface triangulation approach in the detection algorithm. The proposed
algorithm show good sensitivity in detection cancer nodules but many detected FP are presents.
K. Devaki et al. [22] develop a technique to accurately segment lung region from CT- images. The proposed
algorithm can efficiently segment the lung regions from CT-images.
4. RESEARCH METHOD
Enhancement and detection of the cancerous nodules technique is proposed in this paper.
The proposed method is mainly divided to three stages. Initially, the cancerous lung nodules will be enhanced
using Laplacian filter. Then in the second stage, the average detection algorithm will be used to detect
a potential cancerous lung nodule (PCLN) regions in CT-images. Final, five texture features are used to help
in reducing number of detected FP regions. Figure 1, show the proposed algorithm stages.
4.1. Cancerous lung nodule enhancement
The fundamental operation needed to assist cancerous nodule in CT-image is contrast enhancement.
In many image processing applications, the Laplacian filter is one of the simplest and effective techniques for
intensity enhancement that presented in as (1). Laplacian filter improves contrast of the cancerous nodules in
CT-image by applying the Laplacian mask of size 9 Γ— 9.
𝑆𝑆(π‘₯π‘₯, 𝑦𝑦) = 𝑓𝑓(π‘₯π‘₯, 𝑦𝑦) + 𝑐𝑐[𝛻𝛻2
𝑓𝑓(π‘₯π‘₯, 𝑦𝑦)] (1)
where S(x, y) is the intensity value for the processed image, f(x, y) the intensity value for the input image and
c is consider as one in this paper.
Cancerous nodules appear on digitized CT as small regions, with intensity values higher than their
surrounding background. The size of cancerous nodules is usually less than 4 mm [23]. So it is not easy to
enhance the cancerous nodules regions since surrounding lung tissue makes the abnormality areas almost
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2432 - 2438
2434
invisible. Therefore, the modified average filter is implemented to smooth the edges of the processed
Laplacian enhancement image. This in case will slightly enhance the cancerous nodules regions to be easily
detected in the next stage.
After extensive analysis of 60 cancerous CT images, we concluded that all cancerous nodules have
grey scale values in the range from 80 to 230 [24, 25]. In accordance with these observations, each CT-image
is processed using the modified average filter that presented on (2),
𝑆𝑆𝐾𝐾 =
1
π‘šπ‘šπ‘šπ‘š
οΏ½ π‘Ÿπ‘Ÿπ‘—π‘—
230
𝑗𝑗=80
(2)
where Sk is the intensity value for the processed image, rj the intensity value for the input image and m and n
are the mask size. After processing the Laplacian and modified average filter, the cancerous nodule regions
become slightly brighter corresponding to the neighbor regions as shown in Figure 2. This will assist in
detection the region of interest that will be discussed in the next section.
Figure 1. MC detection and classification Figure 2. Cancerous nodule enhancement result
4.2. Potential Cancerous lung nodules
Cancerous nodules appear on digitized CT-images as small regions, with intensity values higher
than their surrounding background. So in order to detect these region, two concentric circular masks are used
as shown in Figure 3. When centered on the cancerous nodule, the inner masked region included
the cancerous nodule while the outer masked region included the surrounding region. The inner and outer
concentric circular mask’s size are design based on CT-Image resolution. These masks were tested on 60
CT-image and they were effective in detecting all the suspicious regions in CT-Images. Detection
the potential cancerous lung nodules (PCLN) cluster is designed based on the fact that the cancerous nodules
are brighter than the neighbor pixels. Therefore, in order to select PCLN two conditions should be satisfied,
average value for the inner mask should be greater than outer mask and the intensity pixel value of the center
of the inner mask should be the highest intensity in the mask. After processing 60 CT-images using PCLN
algorithm, it was noticed that all cancerous nodules in the CT-images are detected but many detected false
positive (FP) regions as shown in Figure 4. This in case will reduce the sensitivity of the proposed CAD
system. Therefore, texture feature analysis will be applied to reduce number of detected FP clusters and
increase the sensitivity of this CAD system.
TELKOMNIKA Telecommun Comput El Control 
Cancerous lung nodule detection in computed tomography images (Ayman Abu Baker)
2435
Figure. 3. Two concentric circular masks
Figure 4. PCLN processing result
4.3. Texture feature extraction
Cancerous nodules are a small size less than 4 mm with a bright region comparing with
the surrounding regions in the lung. So, in order to have a platform that can help radiologist in diagnosis
these types of tumors, we need to focus on the view characteristics of cancerous nodules in CT-Images.
As first step, the cancerous nodules are enhanced and a potential cancerous nodules algorithm is implemented
to detect cancerous clusters in CT- images. Both algorithms are effectively detect the cancerous regions in
the CT image but with high number of false positive (FP) regions. In this section, we implement a new
approach to reduce number of FP regions using texture features. Having minimum number of FP region will
enhance the performance of our CAD system.
First order texture features base is used in this paper to reduce detected number of FP regions. So,
two datasets are generated to achieve this goal. TP dataset is generated using 223 expertly identified (actual)
TP clusters and the second dataset which is FP dataset used 415 actual FP clusters. Then five texture features
are calculated based on these datasets (TP and FP). These features are summarized in (4)-(8).
𝑃𝑃(𝑖𝑖) = οΏ½ β„Ž(𝑖𝑖)/𝑀𝑀𝑀𝑀
240
𝑖𝑖=40
(3)
Where h(i) is the intensity histogram and M, N are the image region’s height and width respectively.
βˆ’ The modified mean feature
πœ‡πœ‡ = οΏ½ 𝑖𝑖 𝑖𝑖(𝑖𝑖)
240
𝑖𝑖=40
(4)
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2432 - 2438
2436
βˆ’ The modified entropy feature
𝐸𝐸 = βˆ’ οΏ½ 𝑃𝑃(𝑖𝑖) 𝑙𝑙𝑙𝑙 𝑙𝑙2[ 𝑃𝑃(𝑖𝑖)]
240
𝑖𝑖=40
(5)
βˆ’ The modified standard deviation feature
𝜎𝜎 = οΏ½οΏ½ (𝑖𝑖 βˆ’ πœ‡πœ‡)2 𝑃𝑃(𝑖𝑖)
240
𝑖𝑖=40
(6)
βˆ’ The modified third order of moment feature
𝑀𝑀3 = οΏ½ (𝑖𝑖 βˆ’ πœ‡πœ‡)3
𝑃𝑃(𝑖𝑖)
240
𝑖𝑖=40
(7)
βˆ’ The modified kurtosis feature
𝐾𝐾 = πœŽπœŽβˆ’4
οΏ½ (𝑖𝑖 βˆ’ πœ‡πœ‡)4
𝑃𝑃(𝑖𝑖) βˆ’ 3
240
𝑖𝑖=40
(8)
The values of these features are presented as shown in Figure 5.
Figure 5. The first order feature
5. RESULTS AND ANALYSIS
The cancerous nodule enhancement and detection algorithm is applied on 60 CT-images. Then, five
texture features are generated (Entropy, mean, STD, kurtosis and skewness) which were processed using
statistical analysis to reduce the detected FP regions. The algorithm is subjectively evaluated using three
radiologist, where number of detected FP regions are counted per image. Also TP percentage of each image
is also recoded. Finally, the average of detected FP region and TP percentage is presented in the Table 1 after
TELKOMNIKA Telecommun Comput El Control 
Cancerous lung nodule detection in computed tomography images (Ayman Abu Baker)
2437
processing 60 CT-image. From Table 1, it is evident that our algorithm achieves a good performance in
detecting cancerous nodules but still number of FP is slightly high. Figure 6 show the results of CT
processing stages where the image processed using enhancement algorithm, then detection region of interest.
Finally the texture feature analysis is implemented to reduce of the detected FP regions.
(a) (b)
(c) (d)
Figure 6. Accurate detection of cancerous; (a) original image, (b) image enhancement,
(c) image with PLCN, (d) texture features analysis
Table 1. Image quality evaluation
Average of detected FP region (cluster) Average of TP (%)
Radiologist 1 28 97%
Radiologist 2 23 98%
Radiologist 2 24 96%
6. CONCLUSION
This paper presents the ongoing effort in enhancing and detecting the cancerous nodules in the CT
images. This proposes algorithm is divided to three phases. The cancerous nodules are enhanced using
the Laplacian filter. Then, the average filter is modified based on the lower and upper grey levels of
the cancerous nodules in the CT images. This incase, slightly enhances the cancerous nodules in
the mammogram images. In the second phase, the potential cancerous nodules regions are detected using
multi statistical filter which results large number of FP regions. Finally, texture feature analysis is
implemented to reduce the detected FP regions. As a result, the proposed algorithm is subjectively and
objectively tested on 60 CT images and it shows that is algorithm can detect the cancerous nodules with
an average rate 97.6% with FP regions of 25 cluster.
ACKNOWLEDGEMENTS
The author is grateful to the Applied Science Private University, Amman, Jordan, for the full financial.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2432 - 2438
2438
REFERENCES
[1] S. K. Shah, M. F. McNitt-Gray, S. R. Rogers, J. G. Goldin, R. D. Suh, J. W. Sayre, et al., β€œComputer aided
characterization of the solitary pulmonary nodule using volumetric and contrast enhancement features,” Academic
Radiology, vol. 12, no. 10, pp. 1310-1319, 2005
[2] S. B. Lo, M. T. Freedman, L. B. Gillis, C. S. White, S. K. Mun, β€œComputer-Aided Detection of Lung Nodules on
CT with a Computerized Pulmonary Vessel Suppressed Function,” American Journal of Roentgenology,
vol. 210, no. 3, pp. 480-488, 2018.
[3] W. Li, β€œRecent progress in computer-aided diagnosis of lung nodules on thin-section CT,” Computerized Medical
Imaging Graph, vol. 31, no. 4-5, pp. 248-257, 2007.
[4] Furqan Shaukat, Gulistan Raja, Alejandro F. Frangi, β€œComputer-aided detection of lung nodules: a review,”
Journal of Medical Imaging, vol. 6, no. 2, pp. 20901-201911, 2019.
[5] Anita Chaudhary, Sonit Sukhraj Singh, β€œLung Cancer Detection on CT Images By Using Image Processing,” 2012
International Conference on Computing Sciences, pp. 142-146, 2012.
[6] J. Pu, B. Zheng, J. K. Leader, et al., β€œAn automated CT based lung nodule detection scheme using geometric
analysis of signed distance field,” Medical Physics, vol. 35, no. 8, pp. 3453-3461, 2008.
[7] S. Matsumoto, Y. Ohno, H. Yamagata et al., β€œComputer-aided detection of lung nodules on multidetector row
computed tomography using three-dimensional analysis of nodule candidates and their surroundings,” Radiation
Medicine, vol. 26, no. 9, pp. 9-562, 2008.
[8] Steven Schalekamp, Bram van Ginneken, Emmeline Koedam, Miranda M. Snoeren, et al., β€œComputer-aided
Detection Improves Detection of Pulmonary Nodules in Chest Radiographs beyond the Support by
Bone-suppressed Images,” Radiology, vol. 272, no. 1, pp. 1201-1220, 2014.
[9] J. R. Sousa, A. C. Silva, A. C. de Paiva et al., β€œMethodology for automatic detection of lung nodules in computerized
tomography images,” Computer Methods and Programs in Biomedicine, vol. 98, no. 1, pp. 1-14, 2010.
[10] Faridoddin Shariatya, Mojtaba Mousavib, β€œApplication of CAD systems for the automatic detection of lung
nodules,” Informatics in Medicine Unlocked, vol. 15, no. 10, pp. 1001-1013, 2019.
[11] NBIA, β€œLIDC lung nodule image database,” National Cancer Imaging Archive. [Online]. Available:
https://imaging.nci.nih.gov/.
[12] Yingru Zhao, Geertruida H. de Bock, Rozemarijn Vliegenthart, Rob J. van Klaveren, Ying Wang, Luca Bogoni,
Pim A. de Jong, Willem P. Mali, Peter M. A. van Ooijen and Matthijs Oudkerk, β€œPerformance of computer-aided
detection of pulmonary nodules in low-dose CT: comparison with double reading by nodule volume,” European
Radiology, vol. 22, pp. 2076-2084, 2012.
[13] Zhenghao Shi, Jun Bai, Lifeng He, Tsuyoshi Nakamura, Quanzhu Yao, HidenoriItoh β€œA Method for Enhancing
Lung Nodules in Chest Radiographs by Use of LoGFilter,” 2009 2nd International Congress on Image and Signal
Processing, Tianjin, pp. 1-4, Oct 17-19, 2009.
[14] D. Vivekanandan, Sunil Retmin Raj, β€œA Feature Extraction Model for Assessing the Growth of Lung Cancer in
Computer Aided Diagnosis,” IEEE-International Conference on Recent Trends in Information Technology,
ICRTIT MIT, pp. 953-958, Chennai, India, June 5, 2011.
[15] T. Messay, R. Hardie, S. Rogers, β€œA new computationally efficient CAD system for pulmonary nodule detection in
CT imagery,” Medical Image Analysis, vol. 14, no. 3, pp. 390-406, 2010.
[16] Q. Li, F. Li, K. Doi, β€œComputerized detection of lung nodules in thin-section CT images by use of selective
enhancement filters and an automated rule-based classifier,” Academic Radiology, vol. 15, no. 2, pp. 165-175, 2008.
[17] S. Yamamoto, M. Matsumoto, Y. Tateno, T. Iinuma, T. Matsumoto, β€œQuoit filter-a new filter based on
mathematical morphology to extract the isolated shadow, and its application to automatic detection of lung cancer
in X-ray CT,” Proceedings of 13th International Conference on Pattern Recognition, pp. 3-7, 1996.
[18] Maciej Dajnowiec, JavadAlirezaie, β€œComputer Simulation for Segmentation of Lung Nodules on CT Images,” 2004
IEEE International Conference on Systems, Man and Cybernetics, vol. 5, pp. 4491-4496, 2004
[19] Y. Lee, T. Hara, H. Fujita, S. Itoh, T. Ishigaki, β€œAutomated detection of pulmonary nodules in helical CT images
based on an improved template-matching technique,” IEEE Transactions on Medical Imaging, vol. 20, no. 7,
pp. 595-604, 2001.
[20] R. Opfer, R. Wiemker, β€œPerformance analysis for computer aided lung nodule detection on LIDC data,”
Proceedings of SPIE - The International Society for Optical Engineering, pp. 1-9, 2007.
[21] B. Golosio, G. L. Masala, A. Piccioli, P. Oliva, M. Carpinelli, β€œA novel multi threshold method for nodule
detection in lung CT,” Medical Physics,vol. 36, no. 8, pp. 3607-3618, 2009.
[22] K. Devaki, V. Murali Bhaskaran, β€œStudy of Computed Tomography Images of the Lungs,” 2011 International
Conference on Recent Trends in Information Technology (ICRTIT), pp. 837-842, 2011.
[23] B. Sahiner, L. M. Hadjiiski, H. P. Chan, J. Shi, P. N. Cascade, E. A. Kazerooni, et al., β€œEffect of CAD on
radiologists’ detection of lung nodules on thoracic CT scans: observer performance study,” Proc SPIE Med
Imaging, pp. 1-7, 2007.
[24] A. A. AbuBaker, R. S. Qahwaji, Stan Ipson, Mohmmad H. Saleh, β€œOne Scan Connected Component Labelling
Technique,” 2007 IEEE International Conference on Signal Processing and Communications, pp. 1283-1286, 2007.
[25] R. C. Hardie, S. K. Rogers, T. Wilson, A. Rogers, β€œPerformance analysis of a new computer aided detection system
for identifying lung nodules on chest radiographs,” Medical Image Analysis, vol. 12, no. 3, pp. 240-258, 2008.

More Related Content

What's hot

Artificial neural network based cancer cell classification
Artificial neural network based cancer cell classificationArtificial neural network based cancer cell classification
Artificial neural network based cancer cell classificationAlexander Decker
Β 
Detection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationDetection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationIRJET Journal
Β 
automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesWookjin Choi
Β 
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
Β 
IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...
IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...
IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...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 ImagesIRJET Journal
Β 
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
Β 
Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...Wookjin Choi
Β 
Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...
Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...
Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...IDES Editor
Β 
Features of new installed linac Trilogy At Dr Ziauddin Hospital Karachi
Features of new installed linac Trilogy At Dr Ziauddin Hospital KarachiFeatures of new installed linac Trilogy At Dr Ziauddin Hospital Karachi
Features of new installed linac Trilogy At Dr Ziauddin Hospital KarachiRahim Gohar
Β 
LIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGESLIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGESSadia Ijaz
Β 
Image processing in lung cancer screening and treatment
Image processing in lung cancer screening and treatmentImage processing in lung cancer screening and treatment
Image processing in lung cancer screening and treatmentWookjin Choi
Β 
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...journalBEEI
Β 
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
Β 
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...IRJET Journal
Β 
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
Β 
computer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scanscomputer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scansWookjin Choi
Β 
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Aboul Ella Hassanien
Β 

What's hot (20)

Artificial neural network based cancer cell classification
Artificial neural network based cancer cell classificationArtificial neural network based cancer cell classification
Artificial neural network based cancer cell classification
Β 
Detection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationDetection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM Classification
Β 
automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct images
Β 
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
Β 
IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...
IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...
IRJET- Simulation Measurement for Detection of the Breast Tumors by using Ult...
Β 
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- 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
Β 
Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...
Β 
Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...
Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...
Lung Nodule Segmentation in CT Images using Rotation Invariant Local Binary P...
Β 
Features of new installed linac Trilogy At Dr Ziauddin Hospital Karachi
Features of new installed linac Trilogy At Dr Ziauddin Hospital KarachiFeatures of new installed linac Trilogy At Dr Ziauddin Hospital Karachi
Features of new installed linac Trilogy At Dr Ziauddin Hospital Karachi
Β 
LIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGESLIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGES
Β 
Image processing in lung cancer screening and treatment
Image processing in lung cancer screening and treatmentImage processing in lung cancer screening and treatment
Image processing in lung cancer screening and treatment
Β 
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Β 
2009 Emea 4D Tomotherapy
2009 Emea 4D Tomotherapy2009 Emea 4D Tomotherapy
2009 Emea 4D Tomotherapy
Β 
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
Β 
34 107-1-pb
34 107-1-pb34 107-1-pb
34 107-1-pb
Β 
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
Β 
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
Β 
computer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scanscomputer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scans
Β 
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Β 

Similar to Cancerous lung nodule detection in computed tomography images

IRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron ClassifierIRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron ClassifierIRJET Journal
Β 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...ijcsit
Β 
A Review On Lung Cancer Detection From CT Scan Images Using CNN
A Review On Lung Cancer Detection From CT Scan Images Using CNNA Review On Lung Cancer Detection From CT Scan Images Using CNN
A Review On Lung Cancer Detection From CT Scan Images Using CNNDon Dooley
Β 
A new procedure for lung region segmentation from computed tomography images
A new procedure for lung region segmentation from computed  tomography imagesA new procedure for lung region segmentation from computed  tomography images
A new procedure for lung region segmentation from computed tomography imagesIJECEIAES
Β 
A REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTIONA REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTIONIRJET 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 TechniquesIJERA Editor
Β 
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...sipij
Β 
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...sipij
Β 
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...sipij
Β 
USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...
USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...
USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...sipij
Β 
An Enhanced ILD Diagnosis Method using DWT
An Enhanced ILD Diagnosis Method using DWTAn Enhanced ILD Diagnosis Method using DWT
An Enhanced ILD Diagnosis Method using DWTIOSR Journals
Β 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET Journal
Β 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd Iaetsd
Β 
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...IRJET 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
Β 
NCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaperNCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaperPanth Shah
Β 
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...IRJET Journal
Β 

Similar to Cancerous lung nodule detection in computed tomography images (20)

reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdf
Β 
IRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron ClassifierIRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
IRJET- Analysis of Lung Cancer using Multilayer Perceptron Classifier
Β 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
Β 
A Review On Lung Cancer Detection From CT Scan Images Using CNN
A Review On Lung Cancer Detection From CT Scan Images Using CNNA Review On Lung Cancer Detection From CT Scan Images Using CNN
A Review On Lung Cancer Detection From CT Scan Images Using CNN
Β 
A new procedure for lung region segmentation from computed tomography images
A new procedure for lung region segmentation from computed  tomography imagesA new procedure for lung region segmentation from computed  tomography images
A new procedure for lung region segmentation from computed tomography images
Β 
A REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTIONA REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTION
Β 
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
Β 
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Β 
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Β 
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Using Distance Measure based Classification in Automatic Extraction of Lungs ...
Β 
USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...
USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...
USING DISTANCE MEASURE BASED CLASSIFICATION IN AUTOMATIC EXTRACTION OF LUNGS ...
Β 
An Enhanced ILD Diagnosis Method using DWT
An Enhanced ILD Diagnosis Method using DWTAn Enhanced ILD Diagnosis Method using DWT
An Enhanced ILD Diagnosis Method using DWT
Β 
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 ...
Β 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour using
Β 
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
Β 
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
Β 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
Β 
low dose CT.pdf
low dose CT.pdflow dose CT.pdf
low dose CT.pdf
Β 
NCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaperNCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaper
Β 
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Β 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
Β 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
Β 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
Β 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
Β 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
Β 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
Β 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
Β 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
Β 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
Β 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
Β 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
Β 
Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...TELKOMNIKA JOURNAL
Β 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
Β 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
Β 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
Β 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
Β 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
Β 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
Β 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
Β 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
Β 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
Β 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Β 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
Β 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Β 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
Β 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Β 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
Β 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
Β 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
Β 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
Β 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
Β 
Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4Γ—4 Wallace tree multipli...
Β 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Β 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
Β 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
Β 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Β 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
Β 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
Β 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
Β 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Β 

Recently uploaded

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
Β 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
Β 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
Β 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
Β 
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
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
Β 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
Β 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
Β 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
Β 
(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
Β 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
Β 
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
Β 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
Β 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
Β 

Recently uploaded (20)

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
Β 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
Β 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
Β 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
Β 
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
Β 
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
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
Β 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
Β 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
Β 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
Β 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Β 
(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
Β 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
Β 
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
Β 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Β 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Β 
young call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Service
young call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Serviceyoung call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Service
young call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Service
Β 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
Β 

Cancerous lung nodule detection in computed tomography images

  • 1. TELKOMNIKA Telecommunication, Computing, Electronics and Control Vol. 18, No. 5, October 2020, pp. 2432~2438 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v18i5.15523  2432 Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA Cancerous lung nodule detection in computed tomography images Ayman Abu Baker1 , Yazeed Ghadi 2 1 Department of Electrical Engineering, Applied Science Private University, Jordan 2 Department of Electrical Engineering, Al Ain University of Science and Technology, United Arab Emirates Article Info ABSTRACT Article history: Received Jan 20, 2020 Revised Mar 28, 2020 Accepted Jun 12, 2020 Diagnosis the computed tomography images (CT-images) is one of the images that may take a lot of time in diagnosis by the radiologist and may miss some of cancerous nodules in these images. Therefore, in this paper a new novel enhancement and detection cancerous nodule algorithm is proposed to diagnose a CT-images. The novel algorithm is divided into three main stages. In first stage, suspicious regions are enhanced using modified LoG algorithm. Then in stage two, a potential cancerous nodule was detected based on visual appearance in lung. Finally, five texture features analysis algorithm is implemented to reduce number of detected FP regions. This algorithm is evaluated using 60 cases (normal and cancerous cases), and it shows a high sensitivity in detecting the cancerous lung nodules with TP ration 97% and with FP ratio 25 cluster/image. Keywords: Cancer detection Computed tomography Lung cancer Texture features Laplacian filter This is an open access article under the CC BY-SA license. Corresponding Author: Ayman Abu Baker, Department of Electrical and Computer Engineering, Applied Science Private University, Amman, Jordan. Email: a_abubaker@asu.edu.jo 1. INTRODUCTION Lung cancer is one of the most relevant public health issues in United states, Europe and Middle East [1, 2]. Early Detection and treatment of this types of cancer is require to effectively overcome this burden. Chest X-ray considered a cheapest method as an initial detection of lung cancer. Computed tomography (CT) as a second diagnosis stage is the best imaging modality for the detection of small pulmonary nodules, particularly since the introduction of the helical technology [3, 4]. The CT images are a high resolution images with high amount of data storage. Therefore, researchers tries to help the radiologist to easily process these huge image and automatically detected the potential nodule lung cancers using computer aided diagnosis system (CAD) [5, 6]. Detection nodule lung cancer is one of the most difficult cases for the radiologist specially in CT images since the visual appearance of tumors is not clear or surrounding with parenchymal tissue in CT-Images [7, 8]. Therefore, the visual appearance for cancerous nodules have similar visual characteristics of normal tissues [9]. Therefore, this paper proposed a novel detection and classification method for cancerous cells. Three main stages are used to accurately detect the cancerous nodules in the CT lung images [10]. The paper present a brief description about the lung CT image in section 2. Then literature review section which presented in section 3. Proposed detection and classification algorithm is introduced in Section 4. Finally, discussion and conclusion are presented in section 5 and section 6 respectively.
  • 2. TELKOMNIKA Telecommun Comput El Control  Cancerous lung nodule detection in computed tomography images (Ayman Abu Baker) 2433 2. DATABASE The database that are used in this paper in downloaded from Cancer Imaging Archive (TCIA), which is organized into purpose-built collections of subjects [11]. This database has different kind of high resolution images of cancer type and/or anatomical site (lung, brain, etc.) in common. Moreover, the database include a huge dataset of MRI, CT, and X-Ray images that are stored as DICOM file format [12]. 3. LITERATURE REVIEW Many authors proposed different CAD techniques to help the radiologist in diagnoses lung cancer in CT images. One of these techniques is using Laplacian of Gaussian filter as in [13]. Their algorithm is divided to two main stages, transmission of high intensity and LOG Filter. These stages are applied calculate the contrast differences inside and outside region of interest. Snake algorithm is another enhancement and segmentation tool used to find the internal energy in CT image like Vivekanandan D. et al [14]. Messay et al. [15] implement local contrast enhancement filter that follow the nodule enhancement method to detect the chest radiographs. Dots, lines, and planes enhancement techniques are used by Li et al. [16]. Such these enhancement techniques can be implemented on specific shapes and suppress other objects. So, as an initial step the CT-Image is blurred then a Gaussian kernel filter (GKF) of a nodule size is implemented to detect the nodule. As final stage, multi-scales GKF are used as to find a match with the nodule size. Yamamoto et al. [17] used a statistical enhancement filter to enhance CT images. They implemented the Quoit Filter that has large ring and disk filters. Differential intensity value procedure is implemented in this algorithm between the internal and external disks in order to find a potential region of interest. Another segmentation algorithm is presented by Maciej Dajnowiec et al. [18]. Initially, an optimum threshold value was calculated based on different image data sets. Threshold algorithm then is implemented to segment lunge region from CT image. After that, connecting component labeling (CCL) is applied to detect remaining regions in the image. Therefore, lung nodule can successfully segmented but have lobes with nodules region. On the other hand, CAD system is a powerful tool in detecting cancerous nodules in the CT images. Another CAD system to detect cancerous lung region is proposed by Lee et al. [19]. Authors implement GA to set a target position and also to match the best template image from previous data sets. Four generations every time are established based on grey level of Gaussian distribution. Algorithm sensitivity was 85% in detecting cancerous nodules in the CT-images. Other author like Opfer et al. [20] used distance transformation technique to improve the performance of CAD system. The distance transformations of various thresholds and subsequent crest line extraction are used enhance the CAD sensitivity. CAD system performance is slightly improved when using this technique since it produce large number of FP regions. Another CAD system is used by Moreover, Golosio et al. [21] to detect cancerous nodules in CT images. They used multi-adaptive threshold surface triangulation approach in the detection algorithm. The proposed algorithm show good sensitivity in detection cancer nodules but many detected FP are presents. K. Devaki et al. [22] develop a technique to accurately segment lung region from CT- images. The proposed algorithm can efficiently segment the lung regions from CT-images. 4. RESEARCH METHOD Enhancement and detection of the cancerous nodules technique is proposed in this paper. The proposed method is mainly divided to three stages. Initially, the cancerous lung nodules will be enhanced using Laplacian filter. Then in the second stage, the average detection algorithm will be used to detect a potential cancerous lung nodule (PCLN) regions in CT-images. Final, five texture features are used to help in reducing number of detected FP regions. Figure 1, show the proposed algorithm stages. 4.1. Cancerous lung nodule enhancement The fundamental operation needed to assist cancerous nodule in CT-image is contrast enhancement. In many image processing applications, the Laplacian filter is one of the simplest and effective techniques for intensity enhancement that presented in as (1). Laplacian filter improves contrast of the cancerous nodules in CT-image by applying the Laplacian mask of size 9 Γ— 9. 𝑆𝑆(π‘₯π‘₯, 𝑦𝑦) = 𝑓𝑓(π‘₯π‘₯, 𝑦𝑦) + 𝑐𝑐[𝛻𝛻2 𝑓𝑓(π‘₯π‘₯, 𝑦𝑦)] (1) where S(x, y) is the intensity value for the processed image, f(x, y) the intensity value for the input image and c is consider as one in this paper. Cancerous nodules appear on digitized CT as small regions, with intensity values higher than their surrounding background. The size of cancerous nodules is usually less than 4 mm [23]. So it is not easy to enhance the cancerous nodules regions since surrounding lung tissue makes the abnormality areas almost
  • 3.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2432 - 2438 2434 invisible. Therefore, the modified average filter is implemented to smooth the edges of the processed Laplacian enhancement image. This in case will slightly enhance the cancerous nodules regions to be easily detected in the next stage. After extensive analysis of 60 cancerous CT images, we concluded that all cancerous nodules have grey scale values in the range from 80 to 230 [24, 25]. In accordance with these observations, each CT-image is processed using the modified average filter that presented on (2), 𝑆𝑆𝐾𝐾 = 1 π‘šπ‘šπ‘šπ‘š οΏ½ π‘Ÿπ‘Ÿπ‘—π‘— 230 𝑗𝑗=80 (2) where Sk is the intensity value for the processed image, rj the intensity value for the input image and m and n are the mask size. After processing the Laplacian and modified average filter, the cancerous nodule regions become slightly brighter corresponding to the neighbor regions as shown in Figure 2. This will assist in detection the region of interest that will be discussed in the next section. Figure 1. MC detection and classification Figure 2. Cancerous nodule enhancement result 4.2. Potential Cancerous lung nodules Cancerous nodules appear on digitized CT-images as small regions, with intensity values higher than their surrounding background. So in order to detect these region, two concentric circular masks are used as shown in Figure 3. When centered on the cancerous nodule, the inner masked region included the cancerous nodule while the outer masked region included the surrounding region. The inner and outer concentric circular mask’s size are design based on CT-Image resolution. These masks were tested on 60 CT-image and they were effective in detecting all the suspicious regions in CT-Images. Detection the potential cancerous lung nodules (PCLN) cluster is designed based on the fact that the cancerous nodules are brighter than the neighbor pixels. Therefore, in order to select PCLN two conditions should be satisfied, average value for the inner mask should be greater than outer mask and the intensity pixel value of the center of the inner mask should be the highest intensity in the mask. After processing 60 CT-images using PCLN algorithm, it was noticed that all cancerous nodules in the CT-images are detected but many detected false positive (FP) regions as shown in Figure 4. This in case will reduce the sensitivity of the proposed CAD system. Therefore, texture feature analysis will be applied to reduce number of detected FP clusters and increase the sensitivity of this CAD system.
  • 4. TELKOMNIKA Telecommun Comput El Control  Cancerous lung nodule detection in computed tomography images (Ayman Abu Baker) 2435 Figure. 3. Two concentric circular masks Figure 4. PCLN processing result 4.3. Texture feature extraction Cancerous nodules are a small size less than 4 mm with a bright region comparing with the surrounding regions in the lung. So, in order to have a platform that can help radiologist in diagnosis these types of tumors, we need to focus on the view characteristics of cancerous nodules in CT-Images. As first step, the cancerous nodules are enhanced and a potential cancerous nodules algorithm is implemented to detect cancerous clusters in CT- images. Both algorithms are effectively detect the cancerous regions in the CT image but with high number of false positive (FP) regions. In this section, we implement a new approach to reduce number of FP regions using texture features. Having minimum number of FP region will enhance the performance of our CAD system. First order texture features base is used in this paper to reduce detected number of FP regions. So, two datasets are generated to achieve this goal. TP dataset is generated using 223 expertly identified (actual) TP clusters and the second dataset which is FP dataset used 415 actual FP clusters. Then five texture features are calculated based on these datasets (TP and FP). These features are summarized in (4)-(8). 𝑃𝑃(𝑖𝑖) = οΏ½ β„Ž(𝑖𝑖)/𝑀𝑀𝑀𝑀 240 𝑖𝑖=40 (3) Where h(i) is the intensity histogram and M, N are the image region’s height and width respectively. βˆ’ The modified mean feature πœ‡πœ‡ = οΏ½ 𝑖𝑖 𝑖𝑖(𝑖𝑖) 240 𝑖𝑖=40 (4)
  • 5.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2432 - 2438 2436 βˆ’ The modified entropy feature 𝐸𝐸 = βˆ’ οΏ½ 𝑃𝑃(𝑖𝑖) 𝑙𝑙𝑙𝑙 𝑙𝑙2[ 𝑃𝑃(𝑖𝑖)] 240 𝑖𝑖=40 (5) βˆ’ The modified standard deviation feature 𝜎𝜎 = οΏ½οΏ½ (𝑖𝑖 βˆ’ πœ‡πœ‡)2 𝑃𝑃(𝑖𝑖) 240 𝑖𝑖=40 (6) βˆ’ The modified third order of moment feature 𝑀𝑀3 = οΏ½ (𝑖𝑖 βˆ’ πœ‡πœ‡)3 𝑃𝑃(𝑖𝑖) 240 𝑖𝑖=40 (7) βˆ’ The modified kurtosis feature 𝐾𝐾 = πœŽπœŽβˆ’4 οΏ½ (𝑖𝑖 βˆ’ πœ‡πœ‡)4 𝑃𝑃(𝑖𝑖) βˆ’ 3 240 𝑖𝑖=40 (8) The values of these features are presented as shown in Figure 5. Figure 5. The first order feature 5. RESULTS AND ANALYSIS The cancerous nodule enhancement and detection algorithm is applied on 60 CT-images. Then, five texture features are generated (Entropy, mean, STD, kurtosis and skewness) which were processed using statistical analysis to reduce the detected FP regions. The algorithm is subjectively evaluated using three radiologist, where number of detected FP regions are counted per image. Also TP percentage of each image is also recoded. Finally, the average of detected FP region and TP percentage is presented in the Table 1 after
  • 6. TELKOMNIKA Telecommun Comput El Control  Cancerous lung nodule detection in computed tomography images (Ayman Abu Baker) 2437 processing 60 CT-image. From Table 1, it is evident that our algorithm achieves a good performance in detecting cancerous nodules but still number of FP is slightly high. Figure 6 show the results of CT processing stages where the image processed using enhancement algorithm, then detection region of interest. Finally the texture feature analysis is implemented to reduce of the detected FP regions. (a) (b) (c) (d) Figure 6. Accurate detection of cancerous; (a) original image, (b) image enhancement, (c) image with PLCN, (d) texture features analysis Table 1. Image quality evaluation Average of detected FP region (cluster) Average of TP (%) Radiologist 1 28 97% Radiologist 2 23 98% Radiologist 2 24 96% 6. CONCLUSION This paper presents the ongoing effort in enhancing and detecting the cancerous nodules in the CT images. This proposes algorithm is divided to three phases. The cancerous nodules are enhanced using the Laplacian filter. Then, the average filter is modified based on the lower and upper grey levels of the cancerous nodules in the CT images. This incase, slightly enhances the cancerous nodules in the mammogram images. In the second phase, the potential cancerous nodules regions are detected using multi statistical filter which results large number of FP regions. Finally, texture feature analysis is implemented to reduce the detected FP regions. As a result, the proposed algorithm is subjectively and objectively tested on 60 CT images and it shows that is algorithm can detect the cancerous nodules with an average rate 97.6% with FP regions of 25 cluster. ACKNOWLEDGEMENTS The author is grateful to the Applied Science Private University, Amman, Jordan, for the full financial.
  • 7.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2432 - 2438 2438 REFERENCES [1] S. K. Shah, M. F. McNitt-Gray, S. R. Rogers, J. G. Goldin, R. D. Suh, J. W. Sayre, et al., β€œComputer aided characterization of the solitary pulmonary nodule using volumetric and contrast enhancement features,” Academic Radiology, vol. 12, no. 10, pp. 1310-1319, 2005 [2] S. B. Lo, M. T. Freedman, L. B. Gillis, C. S. White, S. K. Mun, β€œComputer-Aided Detection of Lung Nodules on CT with a Computerized Pulmonary Vessel Suppressed Function,” American Journal of Roentgenology, vol. 210, no. 3, pp. 480-488, 2018. [3] W. Li, β€œRecent progress in computer-aided diagnosis of lung nodules on thin-section CT,” Computerized Medical Imaging Graph, vol. 31, no. 4-5, pp. 248-257, 2007. [4] Furqan Shaukat, Gulistan Raja, Alejandro F. Frangi, β€œComputer-aided detection of lung nodules: a review,” Journal of Medical Imaging, vol. 6, no. 2, pp. 20901-201911, 2019. [5] Anita Chaudhary, Sonit Sukhraj Singh, β€œLung Cancer Detection on CT Images By Using Image Processing,” 2012 International Conference on Computing Sciences, pp. 142-146, 2012. [6] J. Pu, B. Zheng, J. K. Leader, et al., β€œAn automated CT based lung nodule detection scheme using geometric analysis of signed distance field,” Medical Physics, vol. 35, no. 8, pp. 3453-3461, 2008. [7] S. Matsumoto, Y. Ohno, H. Yamagata et al., β€œComputer-aided detection of lung nodules on multidetector row computed tomography using three-dimensional analysis of nodule candidates and their surroundings,” Radiation Medicine, vol. 26, no. 9, pp. 9-562, 2008. [8] Steven Schalekamp, Bram van Ginneken, Emmeline Koedam, Miranda M. Snoeren, et al., β€œComputer-aided Detection Improves Detection of Pulmonary Nodules in Chest Radiographs beyond the Support by Bone-suppressed Images,” Radiology, vol. 272, no. 1, pp. 1201-1220, 2014. [9] J. R. Sousa, A. C. Silva, A. C. de Paiva et al., β€œMethodology for automatic detection of lung nodules in computerized tomography images,” Computer Methods and Programs in Biomedicine, vol. 98, no. 1, pp. 1-14, 2010. [10] Faridoddin Shariatya, Mojtaba Mousavib, β€œApplication of CAD systems for the automatic detection of lung nodules,” Informatics in Medicine Unlocked, vol. 15, no. 10, pp. 1001-1013, 2019. [11] NBIA, β€œLIDC lung nodule image database,” National Cancer Imaging Archive. [Online]. Available: https://imaging.nci.nih.gov/. [12] Yingru Zhao, Geertruida H. de Bock, Rozemarijn Vliegenthart, Rob J. van Klaveren, Ying Wang, Luca Bogoni, Pim A. de Jong, Willem P. Mali, Peter M. A. van Ooijen and Matthijs Oudkerk, β€œPerformance of computer-aided detection of pulmonary nodules in low-dose CT: comparison with double reading by nodule volume,” European Radiology, vol. 22, pp. 2076-2084, 2012. [13] Zhenghao Shi, Jun Bai, Lifeng He, Tsuyoshi Nakamura, Quanzhu Yao, HidenoriItoh β€œA Method for Enhancing Lung Nodules in Chest Radiographs by Use of LoGFilter,” 2009 2nd International Congress on Image and Signal Processing, Tianjin, pp. 1-4, Oct 17-19, 2009. [14] D. Vivekanandan, Sunil Retmin Raj, β€œA Feature Extraction Model for Assessing the Growth of Lung Cancer in Computer Aided Diagnosis,” IEEE-International Conference on Recent Trends in Information Technology, ICRTIT MIT, pp. 953-958, Chennai, India, June 5, 2011. [15] T. Messay, R. Hardie, S. Rogers, β€œA new computationally efficient CAD system for pulmonary nodule detection in CT imagery,” Medical Image Analysis, vol. 14, no. 3, pp. 390-406, 2010. [16] Q. Li, F. Li, K. Doi, β€œComputerized detection of lung nodules in thin-section CT images by use of selective enhancement filters and an automated rule-based classifier,” Academic Radiology, vol. 15, no. 2, pp. 165-175, 2008. [17] S. Yamamoto, M. Matsumoto, Y. Tateno, T. Iinuma, T. Matsumoto, β€œQuoit filter-a new filter based on mathematical morphology to extract the isolated shadow, and its application to automatic detection of lung cancer in X-ray CT,” Proceedings of 13th International Conference on Pattern Recognition, pp. 3-7, 1996. [18] Maciej Dajnowiec, JavadAlirezaie, β€œComputer Simulation for Segmentation of Lung Nodules on CT Images,” 2004 IEEE International Conference on Systems, Man and Cybernetics, vol. 5, pp. 4491-4496, 2004 [19] Y. Lee, T. Hara, H. Fujita, S. Itoh, T. Ishigaki, β€œAutomated detection of pulmonary nodules in helical CT images based on an improved template-matching technique,” IEEE Transactions on Medical Imaging, vol. 20, no. 7, pp. 595-604, 2001. [20] R. Opfer, R. Wiemker, β€œPerformance analysis for computer aided lung nodule detection on LIDC data,” Proceedings of SPIE - The International Society for Optical Engineering, pp. 1-9, 2007. [21] B. Golosio, G. L. Masala, A. Piccioli, P. Oliva, M. Carpinelli, β€œA novel multi threshold method for nodule detection in lung CT,” Medical Physics,vol. 36, no. 8, pp. 3607-3618, 2009. [22] K. Devaki, V. Murali Bhaskaran, β€œStudy of Computed Tomography Images of the Lungs,” 2011 International Conference on Recent Trends in Information Technology (ICRTIT), pp. 837-842, 2011. [23] B. Sahiner, L. M. Hadjiiski, H. P. Chan, J. Shi, P. N. Cascade, E. A. Kazerooni, et al., β€œEffect of CAD on radiologists’ detection of lung nodules on thoracic CT scans: observer performance study,” Proc SPIE Med Imaging, pp. 1-7, 2007. [24] A. A. AbuBaker, R. S. Qahwaji, Stan Ipson, Mohmmad H. Saleh, β€œOne Scan Connected Component Labelling Technique,” 2007 IEEE International Conference on Signal Processing and Communications, pp. 1283-1286, 2007. [25] R. C. Hardie, S. K. Rogers, T. Wilson, A. Rogers, β€œPerformance analysis of a new computer aided detection system for identifying lung nodules on chest radiographs,” Medical Image Analysis, vol. 12, no. 3, pp. 240-258, 2008.