SlideShare a Scribd company logo
1 of 9
Download to read offline
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
DOI:10.5121/acii.2016.3304 25
DETECTION OF TUBERCULOSIS USING CHEST
X RAY (CXR)
P.SAHANA1
,T.SARAVANA KUMAR2
and A.RISVIN3
1
Department of Computer Science and Engineering, Dr.SivanthiAditanar College of
Engineering, Tiruchendur.
2
Department of Computer Science and Engineering, Dr.SivanthiAditanar College of
Engineering, Tiruchendur.
3
Department of Computer Science and Engineering, Dr.SivanthiAditanar College of
Engineering, Tiruchendur.
ABSTRACT
Tuberculosis is an airborne disease that affects many organs in the body especially lungs. This disease is
caused by a bacteria known as Mycobacterium Tuberculosis. When the bacteria becomes active it affects
the body. If the disease is not treated properly a loss of life may occur. A robotic detection of tuberculosis
is presented in this paper with the help of patient chest x ray(CXR).The input image is then filtered by
Gaussian filter to remove noise and then the lung region gets segmented by using graph cut segmentation.
The segmented lung region is partitioned into four lobes. The infected region is then segmented for that
region the feature values are calculated. With these values it is classified as normal or abnormal by using
Ada boost classifier.
KEYWORDS
CXR,Tuberculosis,AdaBoost,lobes,Classification,Feature extraction.
1. INTRODUCTION
1.1 TUBERCULOSIS
Tuberculosis, a disease in many countries especially in India a burden one. A precise diagnostic
method is necessary in order to identify the disease at an early stage to avoid spreading to others.
Microscopic sputum culture is examined in many countries to identify the bacteria. But this is
slow process to identify whether the bacteria is present in the sample. So a premature detection is
necessary to avoid spreading of bacteria. There are two types of tuberculosis one is latent and the
other is active. When the bacteria enters the body and starts fighting against with immune system
and stop spreading bacteria inside the body but it cannot kill those bacteria which means latent. If
immune system fails to stop preventing from spreading of those bacteria means it is active. It can
take two to four weeks to start spreading after entering inside the body and affects mainly lungs
and then to bone and nervous system. The symptoms are not known in latent TB in-case of active
TB symptoms are clearly known to the infected patient. If the patient takes medicine for nearly
six months if they are latent stage they can be prevented from loss of their life.
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
26
Figure 1: Chart that represent the Tuberculosis disease in world wide
Therefore it is necessary to eradicate the disease. For that spreading of the disease should be
reduced. In order to avoid spreading it is essential to identify the presence of Tuberculosis disease
in latent stage itself. Once the presence of disease is identified then proper medicine could save
their life.
1.2 RELATED WORK
In order to detect Tuberculosis many research work is going on. But detecting tuberculosis with
CXR is difficult because of the suppression of rib bones. Different techniques are used to segment
the lung region by using combined lung masks, multiclass regulation parameters.
Claviclesegmentation can be employed to remove clavicles from CXR images. So that
identification of TB is easier. For the past 10 years there are many papers are published in CAD
systems with CXR as input images. The developed CAD systems are successful for detecting
cancer. With CXR images segmentation of lung region is difficult task due to the suppression of
the clavicles. With many CXR images the regions are extracted with lung models. Segmentation
masks are used for segmenting the lung regions. Average of three different masks is used. But
combining the lung masks is a difficult task. With shape and texture the lung regions are
segmented as normal and abnormal. Lung region gets segmented robustly with two stages one as
by using average lung shape model and the other is done with lung boundary detection.
Multiclass regulation parameters learning are used for graph cut image segmentation.
2. METHOD
2.1 OVERALL ARCHITECTURE
The diagram presents the implementation methods for preprocessing, segmentation, partitioning,
lesion extraction and then feature extraction and classification by using Ada boost which results
the image as abnormal and also it indicates the infected region is present in which lobe too.
I
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
27
Figure2: shows the architecture of the system processing at each steps
2.2 ALGORITHM
1)The input for diagnosing tuberculosis is Chest X Ray(CXR) images.
2)Noise may present in the images so preprocessing is necessary to remove noises. Filtering is the
preprocessing step which removes noise from the image. Gaussian filter, a filter used here.
3)Graph cut algorithm is used for segmenting the lungs from CXR images.
4)Then the segmented lungs are partition into upper, middle, lower and center parts.
5)Focal lesion is an infected area of tuberculosis mostly occur in the upper lobe of CXR images
and it is detected
6)For that lesion feature values are calculated. Various features are skew, kurtosis, standard
deviation.
7)Ada boost classifier is used to classify the image whether it is normal or abnormal. If it is
abnormal then the abnormal lobe is specified.
2.3 GAUSSIAN FILTERING
Gaussian filter blur the image and then remove the noise from it. It is used in numerous research
areas. The Gaussian filter works by using the 2D distribution as a point-spread function.
Input image
Gaussian filtering
Lung Segmentation
Lung partition
Focal lesion
segmentation
Feature extraction
Ada boost classification
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
28
G(x) =
ଵ
√ଶగఙ
݁
ି
ೣమ
మ഑మ
(2.3)
Figure 3: Gaussian Filter
2.4 GRAPH CUT SEGMENTATION
Segmentation is a process of separating individual objects from the whole image. There are
various segmentation algorithms. The most relevant method for CXR image is graph cut based
segmentation. In graph cut segmentation a graph contains vertex and edges. Assign a constant
value for an image and also calculate the modulus value of an image. With these values construct
a height and weight. By connecting four points in the graphs height and weight edges are
calculated. Vertices are calculated from the modulus and edge value. Select one or more
foreground and background pixel. For each pixel the pixel values are calculated. Then pixel
values are again converted into pixel location once the segmentation is completed.
Figure 4: Graph cut output
2.5 LUNG PARTITION
The lungs are partitioned into four lobes as upper, middle, lower and central lobes. Tuberculosis
mainly affects in the upper and lower lobes.The Lungs are partitioned by distance measures of
rows and columns.So this partition helps in calculating the presence of disease exact manner
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
29
Figure 5: Upper and middle lobes
Figure 6: Lower lobes
2.6 FOCAL LESION
Focal lesion is an infected area. In CXR images focal lesion is the tuberculosis infected region.
Tissues are more abnormal in this region. This region needs to be detected in order to detect the
presence of tuberculosis in an accurate manner. This is detected by fixing a threshold value.
Figure 7: Infected region
2.7 FEATURE EXTRACTION
Feature extraction is necessary in image processing. The goal of feature selection is to classify the
image as normal or abnormal. By eliminating the redundant features the classifier performance
can be improved. The benefits of feature selection are to understanding the data, effectiveness and
prediction. The classifier function is to determine whether or not a patient affected by
Tuberculosis disease. When the feature generation is success the classifier performance can be
improved much and so the disease presence can be predicted accurately. The various features
Infected region
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
30
calculated for identifying the presence of this disease is Skewness, kurtosis, standard deviation,
area and perimeter.
Skewness = ∑ ቀ
௫ି௫̅
ఙ
ቁ3
………………......... 2.7.1
Kurtosis =
∑ቀ
ೣషೣഥ
഑
ቁଷ
௡
− 3 …………………….. 2.7.2
Standard Deviation =ට∑(௫ି௫)തതതమ
௡
…………….. 2.7.3
Mean =
∑௫̅
௡
………………………………….. 2.7.4
area = bw area(x) …………. . 2.7.5
perimeter = sum(sum(bwperim(x))) ………. 2.7.6
maxlen = regionprops(x,MajorAxisLength) ………. 2.7.7
Figure 2.7.1 shows feature extraction values
minlen= regionprops(x,MinorAxisLength) ………… 2.7.8
elongation =((maxlen.MajAxisLenminlen.MinAxisLen)minlen.MinAxisLen)*100…...2.7.9
majorax = maxlen(x).MajorAxisLength ……………….. 2.7.10
minax = minlen(x).MinorAxisLength ………… . 2.7.11
2.8 CLASSIFICATION
Ada boost is a device learning meta algorithm. In order to boost the performance of Ada boost
algorithm it can be used with some other machine learning algorithm. If these boosting
algorithms are employed then the weighted sum is the output of the algorithm. Ada boost is
sensitive to pierce data and outliers. Boosting can be seen as minimization of a convex loss
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
31
function over a convox set of functions.Ada boost algorithm correctly predicts misclassified
tuples as a correct one. It is simple to implement.
Figure 2.8.1 shows output of the classifier
Figure: 2.8.2 shows sample comparative analysis of a disease classification with many classifiers in which
Ada boost is the best one
3. CONCLUSION
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
32
Tuberculosis disease is a disease and it spreads in rapid manner by air when someone is infected
by this disease. Therefore an early diagnosis is necessary in order to avoid from spreading of the
disease. An automated system that diagnosis the presence of tuberculosis is necessary. By using
Gaussian filter the noise is removed which makes the image more clear. The graph cut approach
is applied to segment the lung portion and then by feature extraction the features are extracted. By
using Ada Boost classifier the normal or abnormal portion of lung along with lung lobes are
classified. Thus the presence of tuberculosis is detected using this automated system. This system
is more useful in country where the presence of radiologist is rare.
REFERENCES
[1] www.tbfacts.org/tb-statistics-india
[2] http://www.who.int/tobacco/resources/publications/factsheet_tub_tob.pdf?ua=1
[3] S.Jaeger,A.Karargyris,S.Candemir,J.Siegelman, L. Folio, S.Antani,and G. Thom “Automatic
screening for tuberculosis in chest radiographs. A survey,” Quant. Imag. Med. Surg., vol. 3, no. 2,
pp. 89–99,2013.
[4] S.Sakai, H.Soeda, N.Takahashi radiography: Validation test on consecutive T1 cases of resectable
lung cancer,” J. Digit. Imag.,vol 19, no. 4, pp. 376–382, 2000.
[5] S.Candemir, K.Palaniappan, and Y.Akgul, “Multi-class regularization parameter learning for graph
cut image segmentation,” in Proc.Int. Symp. Biomed. Imag., 2013, pp. 1473–1476.
[6] S.Candemir, S.Jaeger, K.Palaniappan, S. Antani, and G. Thoma,“Graph-cut based automatic lung
boundary detection in chest radiographs,”inProc. IEEE Healthcare Technol. Conf.: Translat.
Eng.Health Med., 2012, pp. 31–34.
[7] P. Maduskar, L. Hogeweg, H. Ayles, and B. van Ginneken, “Performance evaluation of automatic
chest radiograph reading for detection of tuberculosis (TB): A comparative study with clinical
officers and certified readers on TB suspects in sub-Saharan Africa,” in Eur. CongrRadiol., 2013.
[8] G. Zhao and M. Pietikainen, “Dynamic texture recognition using local binary patterns with an
application to facial expressions,” IEEE Trans.Pattern Anal. Mach. Intell., vol. 29, no. 6, pp. 915–
928, Jun. 2007.
[9] G. Srinivasan and G. Shobha, “Statistical texture analysis,” Proc. World Acad. Sci., Eng. Technol.,
vol. 36, pp. 1264–1269, 2008.
[10] J. Shiraishi, H. Abe, F. Li, R. Engelmann, H. MacMahon, and K. Doi,“Computer-aided diagnosis for
the detection and classification of lung cancers on chest radiographs: ROC analysis of radiologists’
performance,” Acad. Radiol., vol. 13, no. 8, pp. 995–1003, 2006.
[11] K. Doi, “Current status and future potential of computer-aided diagnosis inmedical imaging, ”Br.
J.Radiol., vol. 78, no. 1, pp. 3–19, 2005. Ryszard S. Chora´s “Image Feature Extraction Techniques
and Their Applications for CBI and Biometrics Systems”
[12] S. Jaeger, A. Karargyris, S. Antani, and G. Thoma, “Detecting tubercu-losis in radiographs using
combined lung masks,” in Proc. Annu. Int.Conf. IEEE Eng. Med. Biol. Soc., 2012, pp. 4978–4981.
[13] S. Chatzichristofis and Y. Boutalis, “FCTH: Fuzzy color and texture histogram—A low level feature
for accurate image retrieval,” inProc. Int. Workshop Image Anal. Multimedia Interactive Services,
2008, pp.191-196.
[14] K. Palaniappan, F.Bunyak,P.Kumar,I.Ersoy,S. Jaeger, K.Ganguli, Haridas, J. Fraser, R. Rao, and G.
Seetharaman, “Efficient feature extraction and likelihood fusion for vehicle tracking in low frame
rate airborne video,” inProc. Int. Conf. Inf. Fusion, 2010, pp. 1–8.
15] B. Van Ginneken, M. Stegmann, and M. Loog, “Segmentation of anatomical structures in chest
radiographs using supervised methods: A comparative study on a public database,”Med. Image
Anal., vol.10, no. 1, pp. 19–40, 2006.
[16] B. van Ginneken and B. terHaarRomeny, “Automatic segmentation of lungfields in chest
radiographs,”Med. Phys., vol. 27, no. 10, pp. 2445–2455, 2000.
[17] Laurens Hogeweg*, Clara I. Sánchez, PragnyaMaduskar, Rick Philipsen, Alistair Story, Rodney
Dawson, Grant Theron, KeertanDheda, Liesbeth Peters-Bax, and Bram van Ginneken “Automatic
Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016
33
Detection of Tuberculosis in Chest Radiographs Using a Combination of Textural,Focal, and Shape
Abnormality Analysis”,IEEE transactions on medical imaging,vol34,no12,dec2015,pgno2429-2442.
[18] RusdahDepartment of Computer Science and Electronic, Faculty of Mathematics and Natural
Sciences, UniversitasGadjahMada Yogyakarta, Indonesia Edi Winarko ; RetantyoWardoyo
“Preliminary diagnosis of pulmonary tuberculosis using ensemble method” 2015 conferences.

More Related Content

What's hot

EPID AND CBCT ON RADIATION THERAPY
EPID AND CBCT ON RADIATION THERAPYEPID AND CBCT ON RADIATION THERAPY
EPID AND CBCT ON RADIATION THERAPYanju k.v.
 
1412194747_414ijarse
1412194747_414ijarse1412194747_414ijarse
1412194747_414ijarseSnigdha rai
 
Bone Suppression for Chest Radiographic Images
Bone Suppression for Chest Radiographic ImagesBone Suppression for Chest Radiographic Images
Bone Suppression for Chest Radiographic ImagesCarestream
 
Digital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of OperationDigital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of OperationCarestream
 
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
 
Dosimetric Evaluation of High Energy Electron Beams Applied in Radiotherapy
Dosimetric Evaluation of High Energy Electron Beams Applied in RadiotherapyDosimetric Evaluation of High Energy Electron Beams Applied in Radiotherapy
Dosimetric Evaluation of High Energy Electron Beams Applied in RadiotherapyAYMAN G. STOHY
 
Principles of beam direction and use of simulators
Principles of beam direction and use of simulators Principles of beam direction and use of simulators
Principles of beam direction and use of simulators Anil Gupta
 
Fascial reconstruction without voice copy
Fascial reconstruction without voice   copyFascial reconstruction without voice   copy
Fascial reconstruction without voice copyAbdoKhalaf5
 
Stereotactic Radiosurgery/ Radiotherapy
Stereotactic Radiosurgery/ RadiotherapyStereotactic Radiosurgery/ Radiotherapy
Stereotactic Radiosurgery/ Radiotherapyumesh V
 
multiple filed arrangement in Radiotherapy, Medical College Kolkata
multiple filed arrangement in Radiotherapy, Medical College Kolkatamultiple filed arrangement in Radiotherapy, Medical College Kolkata
multiple filed arrangement in Radiotherapy, Medical College KolkataKazi Manir
 

What's hot (15)

IMEKO-final
IMEKO-finalIMEKO-final
IMEKO-final
 
Dose Distribution Measurement (part 1)
Dose Distribution Measurement (part 1)Dose Distribution Measurement (part 1)
Dose Distribution Measurement (part 1)
 
EPID AND CBCT ON RADIATION THERAPY
EPID AND CBCT ON RADIATION THERAPYEPID AND CBCT ON RADIATION THERAPY
EPID AND CBCT ON RADIATION THERAPY
 
RADIOTHERAPY CALCULATION
RADIOTHERAPY CALCULATIONRADIOTHERAPY CALCULATION
RADIOTHERAPY CALCULATION
 
1412194747_414ijarse
1412194747_414ijarse1412194747_414ijarse
1412194747_414ijarse
 
Bone Suppression for Chest Radiographic Images
Bone Suppression for Chest Radiographic ImagesBone Suppression for Chest Radiographic Images
Bone Suppression for Chest Radiographic Images
 
Digital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of OperationDigital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of Operation
 
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
 
Dosimetric Evaluation of High Energy Electron Beams Applied in Radiotherapy
Dosimetric Evaluation of High Energy Electron Beams Applied in RadiotherapyDosimetric Evaluation of High Energy Electron Beams Applied in Radiotherapy
Dosimetric Evaluation of High Energy Electron Beams Applied in Radiotherapy
 
TSET
TSETTSET
TSET
 
Principles of beam direction and use of simulators
Principles of beam direction and use of simulators Principles of beam direction and use of simulators
Principles of beam direction and use of simulators
 
Fascial reconstruction without voice copy
Fascial reconstruction without voice   copyFascial reconstruction without voice   copy
Fascial reconstruction without voice copy
 
Stereotactic Radiosurgery/ Radiotherapy
Stereotactic Radiosurgery/ RadiotherapyStereotactic Radiosurgery/ Radiotherapy
Stereotactic Radiosurgery/ Radiotherapy
 
Fu2410501055
Fu2410501055Fu2410501055
Fu2410501055
 
multiple filed arrangement in Radiotherapy, Medical College Kolkata
multiple filed arrangement in Radiotherapy, Medical College Kolkatamultiple filed arrangement in Radiotherapy, Medical College Kolkata
multiple filed arrangement in Radiotherapy, Medical College Kolkata
 

Viewers also liked

VOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIVOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIaciijournal
 
STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...
STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...
STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...aciijournal
 
Andrew Brindle CV Jan 2015
Andrew Brindle CV Jan 2015Andrew Brindle CV Jan 2015
Andrew Brindle CV Jan 2015Andrew Brindle
 
LOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIES
LOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIESLOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIES
LOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIESaciijournal
 
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEMEA FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEMEaciijournal
 
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHODSTUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHODaciijournal
 
A SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTING
A SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTINGA SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTING
A SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTINGaciijournal
 
Brick and Mortar Program Support
Brick and Mortar Program SupportBrick and Mortar Program Support
Brick and Mortar Program SupportKristie Lemauga
 
Hew sol february 12 2015
Hew sol february 12 2015Hew sol february 12 2015
Hew sol february 12 2015Sol SRT@HKU
 
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINEA NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINEaciijournal
 
Introduction To Android For Beginners.
Introduction To Android For Beginners.Introduction To Android For Beginners.
Introduction To Android For Beginners.Sandeep Londhe
 
HOME AUTOMATION AND SECURITY SYSTEM
HOME AUTOMATION AND SECURITY SYSTEMHOME AUTOMATION AND SECURITY SYSTEM
HOME AUTOMATION AND SECURITY SYSTEMaciijournal
 
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...aciijournal
 

Viewers also liked (15)

VOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIVOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PI
 
STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...
STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...
STUDY ANALYSIS ON TRACKING MULTIPLE OBJECTS IN PRESENCE OF INTER OCCLUSION IN...
 
Andrew Brindle CV Jan 2015
Andrew Brindle CV Jan 2015Andrew Brindle CV Jan 2015
Andrew Brindle CV Jan 2015
 
LOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIES
LOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIESLOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIES
LOCALIZATION OF OVERLAID TEXT BASED ON NOISE INCONSISTENCIES
 
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEMEA FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
 
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHODSTUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
 
A SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTING
A SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTINGA SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTING
A SURVEY ON REDUCING ENERGY SPRAWL IN CLOUD COMPUTING
 
Brick and Mortar Program Support
Brick and Mortar Program SupportBrick and Mortar Program Support
Brick and Mortar Program Support
 
Hew sol february 12 2015
Hew sol february 12 2015Hew sol february 12 2015
Hew sol february 12 2015
 
Premier Services Brochure
Premier Services BrochurePremier Services Brochure
Premier Services Brochure
 
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINEA NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE
 
Introduction To Android For Beginners.
Introduction To Android For Beginners.Introduction To Android For Beginners.
Introduction To Android For Beginners.
 
HOME AUTOMATION AND SECURITY SYSTEM
HOME AUTOMATION AND SECURITY SYSTEMHOME AUTOMATION AND SECURITY SYSTEM
HOME AUTOMATION AND SECURITY SYSTEM
 
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
 
Klasifikasi porifera
Klasifikasi poriferaKlasifikasi porifera
Klasifikasi porifera
 

Similar to DETECTION OF TUBERCULOSIS USING CHEST X RAY (CXR)

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
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...CSCJournals
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Imagesijtsrd
 
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET Journal
 
MARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTION
MARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTIONMARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTION
MARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTIONijma
 
Early Detection of Cancerous Lung Nodules from Computed Tomography Images
Early Detection of Cancerous Lung Nodules from Computed Tomography ImagesEarly Detection of Cancerous Lung Nodules from Computed Tomography Images
Early Detection of Cancerous Lung Nodules from Computed Tomography ImagesCSCJournals
 
Lung diseases detection caused by smoking using support vector machine
Lung diseases detection caused by smoking using support vector machineLung diseases detection caused by smoking using support vector machine
Lung diseases detection caused by smoking using support vector machineTELKOMNIKA JOURNAL
 
Cancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioCancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioeSAT Publishing House
 
Diagnosis of Rectal Cancer through Images
Diagnosis of Rectal Cancer through ImagesDiagnosis of Rectal Cancer through Images
Diagnosis of Rectal Cancer through ImagesEswar Publications
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorseSAT Journals
 
Segmentation and Classification of Lung Nodule in Chest Radiograph Image
Segmentation and Classification of Lung Nodule in Chest Radiograph ImageSegmentation and Classification of Lung Nodule in Chest Radiograph Image
Segmentation and Classification of Lung Nodule in Chest Radiograph ImageIJTET Journal
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...cscpconf
 
Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...csandit
 
Gaussian Multi-Scale Feature Disassociation Screening in Tuberculosise
Gaussian Multi-Scale Feature Disassociation Screening in TuberculosiseGaussian Multi-Scale Feature Disassociation Screening in Tuberculosise
Gaussian Multi-Scale Feature Disassociation Screening in Tuberculosiseijceronline
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd Iaetsd
 
Cancerous lung nodule detection in computed tomography images
Cancerous lung nodule detection in computed tomography imagesCancerous lung nodule detection in computed tomography images
Cancerous lung nodule detection in computed tomography imagesTELKOMNIKA JOURNAL
 
A novel CAD system to automatically detect cancerous lung nodules using wav...
  A novel CAD system to automatically detect cancerous lung nodules using wav...  A novel CAD system to automatically detect cancerous lung nodules using wav...
A novel CAD system to automatically detect cancerous lung nodules using wav...IJECEIAES
 
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A Review
IRJET-Bone Tumor Detection from MRI  Images using Machine Learning: A ReviewIRJET-Bone Tumor Detection from MRI  Images using Machine Learning: A Review
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A ReviewIRJET Journal
 

Similar to DETECTION OF TUBERCULOSIS USING CHEST X RAY (CXR) (20)

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 ...
 
4
44
4
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
 
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
 
MARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTION
MARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTIONMARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTION
MARIE: VALIDATION OF THE ARTIFICIAL INTELLIGENCE MODEL FOR COVID-19 DETECTION
 
Early Detection of Cancerous Lung Nodules from Computed Tomography Images
Early Detection of Cancerous Lung Nodules from Computed Tomography ImagesEarly Detection of Cancerous Lung Nodules from Computed Tomography Images
Early Detection of Cancerous Lung Nodules from Computed Tomography Images
 
Lung diseases detection caused by smoking using support vector machine
Lung diseases detection caused by smoking using support vector machineLung diseases detection caused by smoking using support vector machine
Lung diseases detection caused by smoking using support vector machine
 
Cancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioCancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratio
 
Diagnosis of Rectal Cancer through Images
Diagnosis of Rectal Cancer through ImagesDiagnosis of Rectal Cancer through Images
Diagnosis of Rectal Cancer through Images
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
 
Segmentation and Classification of Lung Nodule in Chest Radiograph Image
Segmentation and Classification of Lung Nodule in Chest Radiograph ImageSegmentation and Classification of Lung Nodule in Chest Radiograph Image
Segmentation and Classification of Lung Nodule in Chest Radiograph Image
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
 
Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...
 
Gaussian Multi-Scale Feature Disassociation Screening in Tuberculosise
Gaussian Multi-Scale Feature Disassociation Screening in TuberculosiseGaussian Multi-Scale Feature Disassociation Screening in Tuberculosise
Gaussian Multi-Scale Feature Disassociation Screening in Tuberculosise
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour using
 
Cancerous lung nodule detection in computed tomography images
Cancerous lung nodule detection in computed tomography imagesCancerous lung nodule detection in computed tomography images
Cancerous lung nodule detection in computed tomography images
 
A novel CAD system to automatically detect cancerous lung nodules using wav...
  A novel CAD system to automatically detect cancerous lung nodules using wav...  A novel CAD system to automatically detect cancerous lung nodules using wav...
A novel CAD system to automatically detect cancerous lung nodules using wav...
 
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A Review
IRJET-Bone Tumor Detection from MRI  Images using Machine Learning: A ReviewIRJET-Bone Tumor Detection from MRI  Images using Machine Learning: A Review
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A Review
 

Recently uploaded

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

DETECTION OF TUBERCULOSIS USING CHEST X RAY (CXR)

  • 1. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 DOI:10.5121/acii.2016.3304 25 DETECTION OF TUBERCULOSIS USING CHEST X RAY (CXR) P.SAHANA1 ,T.SARAVANA KUMAR2 and A.RISVIN3 1 Department of Computer Science and Engineering, Dr.SivanthiAditanar College of Engineering, Tiruchendur. 2 Department of Computer Science and Engineering, Dr.SivanthiAditanar College of Engineering, Tiruchendur. 3 Department of Computer Science and Engineering, Dr.SivanthiAditanar College of Engineering, Tiruchendur. ABSTRACT Tuberculosis is an airborne disease that affects many organs in the body especially lungs. This disease is caused by a bacteria known as Mycobacterium Tuberculosis. When the bacteria becomes active it affects the body. If the disease is not treated properly a loss of life may occur. A robotic detection of tuberculosis is presented in this paper with the help of patient chest x ray(CXR).The input image is then filtered by Gaussian filter to remove noise and then the lung region gets segmented by using graph cut segmentation. The segmented lung region is partitioned into four lobes. The infected region is then segmented for that region the feature values are calculated. With these values it is classified as normal or abnormal by using Ada boost classifier. KEYWORDS CXR,Tuberculosis,AdaBoost,lobes,Classification,Feature extraction. 1. INTRODUCTION 1.1 TUBERCULOSIS Tuberculosis, a disease in many countries especially in India a burden one. A precise diagnostic method is necessary in order to identify the disease at an early stage to avoid spreading to others. Microscopic sputum culture is examined in many countries to identify the bacteria. But this is slow process to identify whether the bacteria is present in the sample. So a premature detection is necessary to avoid spreading of bacteria. There are two types of tuberculosis one is latent and the other is active. When the bacteria enters the body and starts fighting against with immune system and stop spreading bacteria inside the body but it cannot kill those bacteria which means latent. If immune system fails to stop preventing from spreading of those bacteria means it is active. It can take two to four weeks to start spreading after entering inside the body and affects mainly lungs and then to bone and nervous system. The symptoms are not known in latent TB in-case of active TB symptoms are clearly known to the infected patient. If the patient takes medicine for nearly six months if they are latent stage they can be prevented from loss of their life.
  • 2. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 26 Figure 1: Chart that represent the Tuberculosis disease in world wide Therefore it is necessary to eradicate the disease. For that spreading of the disease should be reduced. In order to avoid spreading it is essential to identify the presence of Tuberculosis disease in latent stage itself. Once the presence of disease is identified then proper medicine could save their life. 1.2 RELATED WORK In order to detect Tuberculosis many research work is going on. But detecting tuberculosis with CXR is difficult because of the suppression of rib bones. Different techniques are used to segment the lung region by using combined lung masks, multiclass regulation parameters. Claviclesegmentation can be employed to remove clavicles from CXR images. So that identification of TB is easier. For the past 10 years there are many papers are published in CAD systems with CXR as input images. The developed CAD systems are successful for detecting cancer. With CXR images segmentation of lung region is difficult task due to the suppression of the clavicles. With many CXR images the regions are extracted with lung models. Segmentation masks are used for segmenting the lung regions. Average of three different masks is used. But combining the lung masks is a difficult task. With shape and texture the lung regions are segmented as normal and abnormal. Lung region gets segmented robustly with two stages one as by using average lung shape model and the other is done with lung boundary detection. Multiclass regulation parameters learning are used for graph cut image segmentation. 2. METHOD 2.1 OVERALL ARCHITECTURE The diagram presents the implementation methods for preprocessing, segmentation, partitioning, lesion extraction and then feature extraction and classification by using Ada boost which results the image as abnormal and also it indicates the infected region is present in which lobe too. I
  • 3. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 27 Figure2: shows the architecture of the system processing at each steps 2.2 ALGORITHM 1)The input for diagnosing tuberculosis is Chest X Ray(CXR) images. 2)Noise may present in the images so preprocessing is necessary to remove noises. Filtering is the preprocessing step which removes noise from the image. Gaussian filter, a filter used here. 3)Graph cut algorithm is used for segmenting the lungs from CXR images. 4)Then the segmented lungs are partition into upper, middle, lower and center parts. 5)Focal lesion is an infected area of tuberculosis mostly occur in the upper lobe of CXR images and it is detected 6)For that lesion feature values are calculated. Various features are skew, kurtosis, standard deviation. 7)Ada boost classifier is used to classify the image whether it is normal or abnormal. If it is abnormal then the abnormal lobe is specified. 2.3 GAUSSIAN FILTERING Gaussian filter blur the image and then remove the noise from it. It is used in numerous research areas. The Gaussian filter works by using the 2D distribution as a point-spread function. Input image Gaussian filtering Lung Segmentation Lung partition Focal lesion segmentation Feature extraction Ada boost classification
  • 4. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 28 G(x) = ଵ √ଶగఙ ݁ ି ೣమ మ഑మ (2.3) Figure 3: Gaussian Filter 2.4 GRAPH CUT SEGMENTATION Segmentation is a process of separating individual objects from the whole image. There are various segmentation algorithms. The most relevant method for CXR image is graph cut based segmentation. In graph cut segmentation a graph contains vertex and edges. Assign a constant value for an image and also calculate the modulus value of an image. With these values construct a height and weight. By connecting four points in the graphs height and weight edges are calculated. Vertices are calculated from the modulus and edge value. Select one or more foreground and background pixel. For each pixel the pixel values are calculated. Then pixel values are again converted into pixel location once the segmentation is completed. Figure 4: Graph cut output 2.5 LUNG PARTITION The lungs are partitioned into four lobes as upper, middle, lower and central lobes. Tuberculosis mainly affects in the upper and lower lobes.The Lungs are partitioned by distance measures of rows and columns.So this partition helps in calculating the presence of disease exact manner
  • 5. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 29 Figure 5: Upper and middle lobes Figure 6: Lower lobes 2.6 FOCAL LESION Focal lesion is an infected area. In CXR images focal lesion is the tuberculosis infected region. Tissues are more abnormal in this region. This region needs to be detected in order to detect the presence of tuberculosis in an accurate manner. This is detected by fixing a threshold value. Figure 7: Infected region 2.7 FEATURE EXTRACTION Feature extraction is necessary in image processing. The goal of feature selection is to classify the image as normal or abnormal. By eliminating the redundant features the classifier performance can be improved. The benefits of feature selection are to understanding the data, effectiveness and prediction. The classifier function is to determine whether or not a patient affected by Tuberculosis disease. When the feature generation is success the classifier performance can be improved much and so the disease presence can be predicted accurately. The various features Infected region
  • 6. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 30 calculated for identifying the presence of this disease is Skewness, kurtosis, standard deviation, area and perimeter. Skewness = ∑ ቀ ௫ି௫̅ ఙ ቁ3 ………………......... 2.7.1 Kurtosis = ∑ቀ ೣషೣഥ ഑ ቁଷ ௡ − 3 …………………….. 2.7.2 Standard Deviation =ට∑(௫ି௫)തതതమ ௡ …………….. 2.7.3 Mean = ∑௫̅ ௡ ………………………………….. 2.7.4 area = bw area(x) …………. . 2.7.5 perimeter = sum(sum(bwperim(x))) ………. 2.7.6 maxlen = regionprops(x,MajorAxisLength) ………. 2.7.7 Figure 2.7.1 shows feature extraction values minlen= regionprops(x,MinorAxisLength) ………… 2.7.8 elongation =((maxlen.MajAxisLenminlen.MinAxisLen)minlen.MinAxisLen)*100…...2.7.9 majorax = maxlen(x).MajorAxisLength ……………….. 2.7.10 minax = minlen(x).MinorAxisLength ………… . 2.7.11 2.8 CLASSIFICATION Ada boost is a device learning meta algorithm. In order to boost the performance of Ada boost algorithm it can be used with some other machine learning algorithm. If these boosting algorithms are employed then the weighted sum is the output of the algorithm. Ada boost is sensitive to pierce data and outliers. Boosting can be seen as minimization of a convex loss
  • 7. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 31 function over a convox set of functions.Ada boost algorithm correctly predicts misclassified tuples as a correct one. It is simple to implement. Figure 2.8.1 shows output of the classifier Figure: 2.8.2 shows sample comparative analysis of a disease classification with many classifiers in which Ada boost is the best one 3. CONCLUSION
  • 8. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 32 Tuberculosis disease is a disease and it spreads in rapid manner by air when someone is infected by this disease. Therefore an early diagnosis is necessary in order to avoid from spreading of the disease. An automated system that diagnosis the presence of tuberculosis is necessary. By using Gaussian filter the noise is removed which makes the image more clear. The graph cut approach is applied to segment the lung portion and then by feature extraction the features are extracted. By using Ada Boost classifier the normal or abnormal portion of lung along with lung lobes are classified. Thus the presence of tuberculosis is detected using this automated system. This system is more useful in country where the presence of radiologist is rare. REFERENCES [1] www.tbfacts.org/tb-statistics-india [2] http://www.who.int/tobacco/resources/publications/factsheet_tub_tob.pdf?ua=1 [3] S.Jaeger,A.Karargyris,S.Candemir,J.Siegelman, L. Folio, S.Antani,and G. Thom “Automatic screening for tuberculosis in chest radiographs. A survey,” Quant. Imag. Med. Surg., vol. 3, no. 2, pp. 89–99,2013. [4] S.Sakai, H.Soeda, N.Takahashi radiography: Validation test on consecutive T1 cases of resectable lung cancer,” J. Digit. Imag.,vol 19, no. 4, pp. 376–382, 2000. [5] S.Candemir, K.Palaniappan, and Y.Akgul, “Multi-class regularization parameter learning for graph cut image segmentation,” in Proc.Int. Symp. Biomed. Imag., 2013, pp. 1473–1476. [6] S.Candemir, S.Jaeger, K.Palaniappan, S. Antani, and G. Thoma,“Graph-cut based automatic lung boundary detection in chest radiographs,”inProc. IEEE Healthcare Technol. Conf.: Translat. Eng.Health Med., 2012, pp. 31–34. [7] P. Maduskar, L. Hogeweg, H. Ayles, and B. van Ginneken, “Performance evaluation of automatic chest radiograph reading for detection of tuberculosis (TB): A comparative study with clinical officers and certified readers on TB suspects in sub-Saharan Africa,” in Eur. CongrRadiol., 2013. [8] G. Zhao and M. Pietikainen, “Dynamic texture recognition using local binary patterns with an application to facial expressions,” IEEE Trans.Pattern Anal. Mach. Intell., vol. 29, no. 6, pp. 915– 928, Jun. 2007. [9] G. Srinivasan and G. Shobha, “Statistical texture analysis,” Proc. World Acad. Sci., Eng. Technol., vol. 36, pp. 1264–1269, 2008. [10] J. Shiraishi, H. Abe, F. Li, R. Engelmann, H. MacMahon, and K. Doi,“Computer-aided diagnosis for the detection and classification of lung cancers on chest radiographs: ROC analysis of radiologists’ performance,” Acad. Radiol., vol. 13, no. 8, pp. 995–1003, 2006. [11] K. Doi, “Current status and future potential of computer-aided diagnosis inmedical imaging, ”Br. J.Radiol., vol. 78, no. 1, pp. 3–19, 2005. Ryszard S. Chora´s “Image Feature Extraction Techniques and Their Applications for CBI and Biometrics Systems” [12] S. Jaeger, A. Karargyris, S. Antani, and G. Thoma, “Detecting tubercu-losis in radiographs using combined lung masks,” in Proc. Annu. Int.Conf. IEEE Eng. Med. Biol. Soc., 2012, pp. 4978–4981. [13] S. Chatzichristofis and Y. Boutalis, “FCTH: Fuzzy color and texture histogram—A low level feature for accurate image retrieval,” inProc. Int. Workshop Image Anal. Multimedia Interactive Services, 2008, pp.191-196. [14] K. Palaniappan, F.Bunyak,P.Kumar,I.Ersoy,S. Jaeger, K.Ganguli, Haridas, J. Fraser, R. Rao, and G. Seetharaman, “Efficient feature extraction and likelihood fusion for vehicle tracking in low frame rate airborne video,” inProc. Int. Conf. Inf. Fusion, 2010, pp. 1–8. 15] B. Van Ginneken, M. Stegmann, and M. Loog, “Segmentation of anatomical structures in chest radiographs using supervised methods: A comparative study on a public database,”Med. Image Anal., vol.10, no. 1, pp. 19–40, 2006. [16] B. van Ginneken and B. terHaarRomeny, “Automatic segmentation of lungfields in chest radiographs,”Med. Phys., vol. 27, no. 10, pp. 2445–2455, 2000. [17] Laurens Hogeweg*, Clara I. Sánchez, PragnyaMaduskar, Rick Philipsen, Alistair Story, Rodney Dawson, Grant Theron, KeertanDheda, Liesbeth Peters-Bax, and Bram van Ginneken “Automatic
  • 9. Advanced Computational Intelligence: An International Journal (ACII), Vol.3, No.3, July 2016 33 Detection of Tuberculosis in Chest Radiographs Using a Combination of Textural,Focal, and Shape Abnormality Analysis”,IEEE transactions on medical imaging,vol34,no12,dec2015,pgno2429-2442. [18] RusdahDepartment of Computer Science and Electronic, Faculty of Mathematics and Natural Sciences, UniversitasGadjahMada Yogyakarta, Indonesia Edi Winarko ; RetantyoWardoyo “Preliminary diagnosis of pulmonary tuberculosis using ensemble method” 2015 conferences.