<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Feature-Based Approach for Severity Scoring of Lung Tuberculosis from CT Images</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kirill</forename><surname>Bogomasov</surname></persName>
							<email>bogomasov@cs.uni-duesseldorf.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institut für Informatik</orgName>
								<orgName type="institution">Heinrich-Heine-Universität Düsseldorf</orgName>
								<address>
									<addrLine>Universitätsstraße 1</addrLine>
									<postCode>40225</postCode>
									<settlement>Düsseldorf</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ludmila</forename><surname>Himmelspach</surname></persName>
							<email>himmelspach@cs.uni-duesseldorf.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institut für Informatik</orgName>
								<orgName type="institution">Heinrich-Heine-Universität Düsseldorf</orgName>
								<address>
									<addrLine>Universitätsstraße 1</addrLine>
									<postCode>40225</postCode>
									<settlement>Düsseldorf</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gerhard</forename><surname>Klassen</surname></persName>
							<email>klassen@cs.uni-duesseldorf.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institut für Informatik</orgName>
								<orgName type="institution">Heinrich-Heine-Universität Düsseldorf</orgName>
								<address>
									<addrLine>Universitätsstraße 1</addrLine>
									<postCode>40225</postCode>
									<settlement>Düsseldorf</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Martha</forename><surname>Tatusch</surname></persName>
							<email>tatusch@cs.uni-duesseldorf.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institut für Informatik</orgName>
								<orgName type="institution">Heinrich-Heine-Universität Düsseldorf</orgName>
								<address>
									<addrLine>Universitätsstraße 1</addrLine>
									<postCode>40225</postCode>
									<settlement>Düsseldorf</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Stefan</forename><surname>Conrad</surname></persName>
							<email>conrad@cs.uni-duesseldorf.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institut für Informatik</orgName>
								<orgName type="institution">Heinrich-Heine-Universität Düsseldorf</orgName>
								<address>
									<addrLine>Universitätsstraße 1</addrLine>
									<postCode>40225</postCode>
									<settlement>Düsseldorf</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Feature-Based Approach for Severity Scoring of Lung Tuberculosis from CT Images</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">8A7C121164FB86FBB4434BABBF902C16</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T02:33+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>feature extraction</term>
					<term>image classification</term>
					<term>lung tuberculosis</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Nowadays tuberculosis is still a widespread disease that causes worldwide more than one million deaths and ten million new infections every year. As part of ImageCLEF 2018, we investigated whether the severity of the disease can be determined from CT scans, only. We therefore extracted features from the images which we then tested with several classifiers. Afterwards we chose the best combinations of different feature sets and classification models. Our best approach is based on three features, namely cavitation, cavity tissue, and infection ratio. Combined with random forests we achieved rank 10 regarding the RMSE measure.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>In 2018 tuberculosis was listed as one of the top ten causes of death worldwide <ref type="bibr" target="#b0">[1]</ref>. Depending on the severity degree of the disease different medical treatments are necessary. To this day the distinction of the severity degree has been executed by medical experts based on diverse information including the results of the mycobacterial culture test, pleural fluid and cerebrospinal fluid (CSF) analyses, lesion patterns in radiological images of the lungs, patient's age, duration of treatment and others <ref type="bibr" target="#b10">[11]</ref>. In patients with tuberculosis, computed tomography (CT) is often performed for analyzing the lesion patterns in the lungs. The human-based analysis of the existing data is an expensive and time-consuming task. Additionally, a manual classification can be error-prone. In contrast to the manual examination of CT scans, a computer-based method could lower the error rate and simplify the procedure.</p><p>In this paper we present a feature-based approach for severity scoring of lung tuberculosis exclusively based on CT scans. This work is a contribution to the severity score tuberculosis task of ImageCLEF 2018 <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b8">[9]</ref>. Besides the tuberculosis degree determination, the main goal of our approach was to create a descriptive classification framework that provides information about the influence of different kinds of irregularities in lungs on severity scores.</p><p>We extracted features from CT images assuming that medical experts look for irregularities in the lungs that are typical for tuberculosis while analyzing CT scans in the context of severity score determination. In the medical literature, different kinds of irregularities and lesions in the lung associated with pulmonary tuberculosis are described. Our feature choice is for the most part based on this description. In this section, feature extraction methods are described that we used in our approach. Since the most of our feature extraction methods worked on binary images, we binarized all CT images using IsoData method <ref type="bibr" target="#b15">[16]</ref> in a preprocessing step. Hereby we also used lung masks which were extracted by the algorithm that was published in <ref type="bibr" target="#b6">[7]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Lung Calcification</head><p>Calcification is significant to the disease pattern of tuberculosis <ref type="bibr" target="#b1">[2]</ref>. We assume that the identification and quantification of chalk within lung lobes can be a meaningful feature. Hounsfield Units (HU) <ref type="bibr" target="#b3">[4]</ref> of chalk vary around 700 depending on its density. These HU values overlap with those of bones (300 HU -1500 HU), which are often located in the boundary area of the masks. Hence, a simple thresholding approach is not sufficient. In order to avoid misclassification, we therefore had to adapt the size of the masks as long as parts of the bones were contained. Finally, pixel with the value ≥ 700 are counted because we regard those as calcifications. In detail our approach contains the following steps:</p><p>(1) Slice-wise CT scan preparation: Set values below 700 to −3024 (no density)</p><p>(2) Slice-wise boundary analysis:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Boundary identification in mask slices:</head><p>boundary</p><formula xml:id="formula_0">[i] = mask[i] − erode(mask[i]), with i ∈ {0, slices(mask)} 2.2 Boundary extraction from CT scans: bscan[i] = boundary[i] * scan[i] 2.3 Adaption of masks: while (max(bscan[i] ) ≥ 700) do mask[i] = erode(mask[i] )</formula><p>Step 2.2 end while</p><p>(3) Summation of pixels with value ≥ 700 in mask</p><formula xml:id="formula_1">[i] * scan[i]</formula><p>With erode <ref type="bibr" target="#b9">[10]</ref>, the function which executes an erosion on a binarized image slice.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Lung Wateriness</head><p>Water accumulation is a potential concomitant of an existing tuberculosis disease. Nevertheless we assumed that an existing tuberculosis infection weakens the immune system of the patient and may lead to trace-diseases. There are several indispositions that are associated with fluid retention within the lungs or in the pleural space between the lungs and the ribs, such as pleural effusion <ref type="bibr" target="#b18">[19]</ref>.</p><p>Our assumption was that water effusion is a clear evidence for an advanced level of infection or traces of a cured serious illness. The process of searching the water retention was based on the HU <ref type="bibr" target="#b3">[4]</ref>. The searching algorithm is the same as in Section 2.1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Pulmonary Cavities</head><p>One of the classic indicators of lung tuberculosis are the pulmonary cavities which occur in 50 percent of patients <ref type="bibr" target="#b13">[14]</ref>. According to <ref type="bibr" target="#b12">[13]</ref> pulmonary cavitation formed as a result of tuberculosis is a site of very high mycobacterial burden. They may lead to transmission of the infection to other humans and they are associated with emergence of drug resistance. Furthermore, in <ref type="bibr" target="#b11">[12]</ref>, the authors reported about the relationship between the cavity wall thickness combined with the diameter of the lesion and the malignancy of the disease. Therefore, we extracted the size of pulmonary cavities and cavity walls from CT images as further features for severity scoring of lung tuberculosis. Although pulmonary cavities may also occur as a result of other diseases like lung cancer <ref type="bibr" target="#b13">[14]</ref>, the presence of additional pulmonary diseases in patients with lung tuberculosis may increase the degree of tuberculosis.</p><p>We extracted the pulmonary cavities from single CT image slices as dark spots completely surrounded by light tissue. Since we wanted to avoid finding similar structures in other parts of CT images than lungs, we used the lung masks that were provided by the organizers of the task using the approach described in <ref type="bibr" target="#b6">[7]</ref>. Due to variations of Hounsfield Units in different regions of cavities and cavity walls in different CT images, first, we binarized the CT images as described above. We had to make some adjustments to the lung masks because they did not cover the entire lung and often the cavities were cut out from the masks (compare Figure <ref type="figure" target="#fig_0">1</ref>). Therefore, we closed all holes in the masks. Since we also closed the holes that correctly indicated bronchi, we cut out the middle part of the lung masks to avoid incorrectly recognizing bronchi as pulmonary cavities.</p><p>After processing the lung masks we performed the pulmonary cavitation search in binarized CT images as follows: First, we removed all objects smaller than 20 pixels because it is unlikely for a cavitation to be of such small size and analyzing such objects would unnecessarily require processing time. Since bronchioles scanned across and shadows caused by breathing and body movements could be falsely recognized as cavities, in the second step, we closed all holes that were smaller than two pixels. Obviously, the internal parts of undesired objects could be larger than 2 pixels, but, on the other side, we had to prevent erroneously discarding parts of real cavities. Because cavity walls are usually thicker than bronchiole walls, in the third step, we performed morphological opening with a 2 × 2 square to discard undesired objects remained after the second step. We considered all holes that were completely surrounded by walls as pulmonary cavities after performing these three preprocessing steps. For performance reasons we estimated the volumes of pulmonary cavities by simply summing up the pixels of found cavities and cavity walls, respectively, over all CT scan slices in the file.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Infection Ratio</head><p>Pulmonary tuberculosis is an infectious lung disease whose bacilli spread through the lungs and cause lung tissue damage. Depending on the type of tuberculosis different types of lesions occur in the lungs (see Figure <ref type="figure" target="#fig_1">2</ref>). That makes it difficult to estimate the amount of the affected part of the lungs automatically. Since the infection of the most tuberculosis types cause a thickening of the lung tissue which can be recognized in CT scans, we simply estimated the ratio of the lung tissue to the entire lung volume. In our approach we did not differentiate between healthy and affected lung tissue which is a difficult task, our approach is based on the assumption that the lung tissue ratio compared to the lung volume is smaller in healthy persons than in persons suffering from tuberculosis. In order to highlight the lung lesions, we first binarized the CT images as described above. After the binarization we simply counted the number of white pixels and related it to the number of pixels in the lung mask <ref type="bibr" target="#b6">[7]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5">Hounsfield Histograms</head><p>Since its introduction in 1972 <ref type="bibr" target="#b16">[17]</ref> the technology of X-Ray computed tomography (CT) has been continuously refined. Over time several different devices with different parameter sets were developed <ref type="bibr" target="#b4">[5]</ref>. The different technology and the parameters do not only concern the distance and time between images, but also the Hounsfield Units represented in the final image <ref type="bibr" target="#b14">[15]</ref>. That leads to the problem, that the same object can have different Hounsfield Units on different images <ref type="bibr" target="#b4">[5]</ref>. As there is no information provided what hardware and what parameters were involved in creating the scans for the dataset, it is difficult to look for certain Hounsfield Units which are comparable throughout all scans.</p><p>In order to overcome this problem we decided to compare intervals of Hounsfield Units with the help of histograms. As the intervals of Hounsfield Units of different tissues overlap, it is difficult to determine reasonable bins. Therefore we divided the interval of [−1024, 3000] into 20 equal sized bins. In the classification task every bin has been regarded as a single feature.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.6">Lung Shape Comparison</head><p>Since we assume that the degree of pulmonary tuberculosis can correlate with the overall health of a patient, we considered the shape of the lungs, as well. We also assume that the difference between the shapes of the two lungs can provide information about the patient's health. To obtain a comparison measure, it is sufficient to look at the masks.</p><p>Note, that the following procedure needs all slices to be processed separately. In order to compare the different lungs, all masks have to be divided into two separate lung masks. Afterwards the contours of the relevant regions are calculated. In <ref type="bibr" target="#b17">[18]</ref> a border following method is introduced to describe the contour of an object. The silhouettes of the lungs are calculated and stored in a vector of points using the findContours-method of OpenCV <ref type="bibr" target="#b2">[3]</ref>. They can then be matched with OpenCV's matchShapes-method. A measure for the match can be computed by the following equation:</p><formula xml:id="formula_2">I(A, B) = 7 i=1 |m A i − m B i |<label>(1)</label></formula><p>with</p><formula xml:id="formula_3">m A i = sign(h A i ) • log(h A i ) and m B i = sign(h B i ) • log(h B i ) ,</formula><p>where h A i and h B i are the Hu Moments of the contours A and B <ref type="bibr" target="#b7">[8]</ref>. Now there are comparison values for each slice of the CT Scan but it is desired to receive one representative measure for the match. So finally, the average value over all slices has to be calculated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Classification Methods</head><p>We used different classifiers for predicting the severity score and the severity level of tuberculosis using the feature set obtained from the feature extraction step described in Section 2. In the training phase of classification models, we performed feature selection based on the cross-validation mean square error for severity score on the training set. We tried different classification methods including the multi-class support vector machine (SVM) with RBF kernel, the k-nearest-neighbor (kNN) algorithm, and the multi-layer perceptron classifier with different parameter settings. Below we describe the best classification models with respect to the mean square error on the training set and the way of predicting the severity score and the severity level of tuberculosis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Decision Tree</head><p>Using the Chi Square method it turned out that 13 of the 17 features are the most meaningful. Apparently the histograms of the higher Hounsfield Units are not very informative. Therefore, all features have been considered for the decision tree, except for the histograms of ranges with values greater than 50.</p><p>In Figure <ref type="figure">3</ref> the structure of the resulting decision tree is demonstrated. The numbers followed by an H stand for the ranges of the histograms. The assigned classes of the leaf nodes are highlighted in blue. Arrows to the left indicate that the condition of the parent node applies. Arrows to the right represent the non-applicability. The classifier was fitted using the Gini Impurity, a minimum fraction of 3% per leaf and a minimum quality gain of 0.01. The structure shows that most scores of the same severity class ("LOW"/"HIGH") share similar features. But the scores 3 and 4 are often separated by only one property, as well. According to the paths of the decision tree, the distinction between score 3 and 4 is the most difficult task and probably represents the biggest source of errors regarding the AUC score, since both degrees belong to different severity classes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Random Forests and Linear Regression</head><p>Using random forests and linear regression as classifiers we interpreted the prediction of the severity score and the severity level of tuberculosis as a regression problem. In our first attempt, we converted the severity level into the numbers 0 Fig. <ref type="figure">3</ref>. Illustration of the decision tree using 13 features.</p><p>and 1, where 1 means "HIGH" and 0 means "LOW" severity level. We used the random forest classifier with the maximum depth value of 2 because the larger values led to overfitting of the classification model. We calculated the severity scores from the predicted severity levels by dividing the severity level values into intervals.</p><p>In the second test, we trained two separate classification models for the severity score and the severity level prediction. Since the severity score and the severity level values mismatched for some data items, we adjusted the severity score values depending on the corresponding severity level values at the extreme boundaries of the severity level. In particular, we set the severity score values to 1 if the corresponding severity level values were higher than 0.95. If the severity level values were below 0.22, we set the corresponding severity score values to 5 regardless the values that were predicted for the severity score before. Here, we also used the random forest classifier with the maximum depth value of 3. Additionally, we submitted a linear regression model which we trained on a subset of the training set for which we achieved the best results with respect to the cross-validation mean square error for the severity score. We used only a subset of the training set because linear regression is sensitive to outliers that we assumed in the training set due to variations in the mean square errors in different cross-validation runs.</p><p>Due to performance variations for the severity level in different cross-validation runs for the random forest model trained in the second test, we assumed that the classification model for prediction of the severity level overfitted on the training set. Therefore, in the third test, we reduced the maximum depth value to 2 for the random forest model. Furthermore, we refrained from the adjustment of the severity score values based on the severity level.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Evaluation and Results</head><p>A maximum of 10 runs could be submitted by each group per subtask in the ImageCLEF 2018 TB task. This section shows the final performance results of our feature-based approach in the severity scoring challenge (subtask 3). The final ranking was based on the root mean square error (RMSE) for the severity score. Table <ref type="table" target="#tab_1">1</ref> summarizes the results for different runs of our approach ordered by the ranking provided by the subtask organizers. Additionally, we listed the results of the best runs with respect to the root mean square error (RMSE) and the Area Under the ROC Curve (AUC) submitted in the competition.</p><p>The best run of our approach was obtained by the random forest classification model with severity score adjustment described in the second test in Section 3.2 (indicated as Rnd Frst depth 3 in the table) using only three features: size of cavity, size of cavity tissue, and the infection ratio. Although our best run achieved the tenth rank regarding the RMSE measure, it was ranked sixteenth according to the AUC measure. In order to improve the results regarding the AUC measure too, we performed feature selection based on the cross-validation AUC value for the severity level on the training set using the same classification method. The so selected features were calcification, infection ratio, size of cavity, and the third, the sixth and the tenth bins of the histogram. Although this run was only ranked on the 25th placed regarding the RMSE, it achieved the eight place regarding the AUC measure.</p><p>Our second best run was achieved by the random forest classification model with the maximum depth value of 2 without severity score adjustment and the linear regression model trained on the subset of the training set (indicated as Rnd Frst depth 2 and Lin Reg part in the table) on the same feature subset as our best run. The performance results of our approach that calculated the severity score from the predicted severity level values by the random forest classification model (indicated as Rnd Frst score by level in the table) were the worst among the regression based approaches described in Section 3.2. Although the AUC value for the severity level was the same as for our best run, the RMSE value for the severity score calculated based on the severity level was much worse than for the separate severity scores prediction model.</p><p>The decision trees unfortunately performed worst. They only achieved the ranks 32-34 regarding the RMSE measure. The severity class was determined on the basis of the received scores. For this, two methods were used. In the first approach, the values 1, 2 and 3 represent the class "HIGH", and 4 and 5 belong to class "LOW". In the other method the probability p of a high severity was calculated by the formula p = 5−ŷ 4 , where ŷ stands for the predicted severity score of the decision tree. The results showed that the first method scored significantly better AUC values. Our best decision tree even reached the ninth rank in regard to the AUC measure. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>In this paper we have shown that our feature-based approach is competitive to other participants of the ImageCLEF 2018 challenge <ref type="bibr" target="#b5">[6]</ref>. With our best methods we achieved rank 10 regarding the RMSE and rank 8 regarding the AUC measure. Almost all features in our approach were extracted using the lung masks provided by the organizers of the task. These masks were created by an automatic segmentation algorithm <ref type="bibr" target="#b6">[7]</ref> that failed to recognize especially large lesions in the lungs in some cases. Consequently, our feature extraction algorithms also failed to work in such cases. Therefore, we assume that an optimization of the masks could lead to a more precise feature extraction and improvement of the final results of our approach. As the reproduction of Hounsfield Units of CT scanners may vary, further information about the hardware and the used parameters could lead to an improvement of the results. These could also be used to determine reasonable bins for the Hounsfield histograms. Finally, the feature choice in our approach was for the most part based on own observations that could be approved by medical studies published in the literature in recent years. We believe that we could improve the feature extraction and consequently the final results of our approach by consulting medical experts specialized in treatment of pulmonary tuberculosis.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. An example of missing pulmonary cavitation in the mask: (a) CT scan showing cavitation in the left lung, (b) corresponding lung mask.</figDesc><graphic coords="3,163.10,475.67,138.25,138.25" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Different types of lesions in the lung.</figDesc><graphic coords="4,137.57,531.92,107.15,107.15" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 .</head><label>1</label><figDesc>Results for our top 5 runs for Subtask 3 -Severity scoring.</figDesc><table><row><cell>Classification model</cell><cell>Features</cell><cell cols="2">RMSE RankRMSE AUC RankAUC</cell></row><row><cell>-</cell><cell>-</cell><cell>0.7840 1</cell><cell>0.7025 6</cell></row><row><cell>-</cell><cell>-</cell><cell>0.8934 5</cell><cell>0.7708 1</cell></row><row><cell>Rnd Frst depth 3</cell><cell cols="2">cav., cav. tissue, inf. ratio 0.9626 10</cell><cell>0.6484 16</cell></row><row><cell>Rnd Frst depth 2</cell><cell cols="2">cav., cav. tissue, inf. ratio 0.9768 13</cell><cell>0.6620 13</cell></row><row><cell>Lin Reg part</cell><cell cols="2">cav., cav. tissue, inf. ratio 0.9768 14</cell><cell>0.6507 15</cell></row><row><cell>Rnd Frst depth 3</cell><cell>calc., inf. ratio, cav.,</cell><cell>1.1046 25</cell><cell>0.6862 8</cell></row><row><cell></cell><cell>hist. bins 3,6,10</cell><cell></cell><cell></cell></row><row><cell cols="3">Rnd Frst score by level cav., cav. tissue, inf. ratio 1.2040 29</cell><cell>0.6484 17</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="http://www.who.int/en/news-room/fact-sheets/detail/tuberculosis" />
		<title level="m">World health organization</title>
				<imprint>
			<date type="published" when="2018-05">2018. 31. May 2018</date>
		</imprint>
		<respStmt>
			<orgName>Website</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Calcification in tuberculosis of the suprarenal glands: Roentgenographic study in addison&apos;s disease</title>
		<author>
			<persName><forename type="first">R</forename><surname>Ball</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Greene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Camp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Rowntree</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American Medical Association</title>
		<imprint>
			<biblScope unit="volume">98</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="954" to="961" />
			<date type="published" when="1932">1932</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The OpenCV Library</title>
		<author>
			<persName><forename type="first">G</forename><surname>Bradski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Dr. Dobb&apos;s Journal of Software Tools</title>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A quantitative theory of the hounsfield unit and its application to dual energy scanning</title>
		<author>
			<persName><forename type="first">R</forename><surname>Brooks</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Computer Assisted Tomography</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="487" to="493" />
			<date type="published" when="1977">1977</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Scanner and kVp dependence of measured CT numbers in the ACR CT phantom</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Cropp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Seslija</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Tso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Thakur</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Applied Clinical Medical Physics</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="338" to="349" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Overview of ImageCLEFtuberculosis 2018 -detecting multi-drug resistance, classifying tuberculosis type, and assessing severity score</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Liauchuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kovalev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
		<ptr target="WS.org&lt;http://ceur-ws.org&gt;" />
	</analytic>
	<monogr>
		<title level="m">CLEF2018 Working Notes</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting><address><addrLine>Avignon, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">September 10-14 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Efficient and fully automatic segmentation of the lungs in ct volumes</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">A</forename><surname>Jiménez Del Toro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Depeursinge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the VISCERAL Anatomy Grand Challenge at the 2015 IEEE International Symposium on Biomedical Imaging (ISBI)</title>
				<meeting>the VISCERAL Anatomy Grand Challenge at the 2015 IEEE International Symposium on Biomedical Imaging (ISBI)</meeting>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="31" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Visual pattern recognition by moment invariants</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">K</forename><surname>Hu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IRE Transactions on Information Theory</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="179" to="187" />
			<date type="published" when="1962">1962</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Overview of ImageCLEF 2018: Challenges, datasets and evaluation</title>
		<author>
			<persName><forename type="first">B</forename><surname>Ionescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Villegas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>García Seco De Herrera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Eickhoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Andrearczyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Liauchuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kovalev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Hasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Farri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lungren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">T</forename><surname>Dang-Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Piras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Riegler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gurrin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Ninth International Conference of the CLEF Association (CLEF 2018)</title>
		<title level="s">LNCS Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Avignon, France</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">September 10-14 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Erosion, dilation and related operators</title>
		<author>
			<persName><forename type="first">M</forename><surname>Jankowski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of 8th International Mathematica Symposium</title>
				<meeting>8th International Mathematica Symposium</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Validation of a severity-of-illness score in patients with tuberculosis requiring intensive care unit admission</title>
		<author>
			<persName><forename type="first">C</forename><surname>Koegelenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Balkema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Jooste</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Taljaard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Irusen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">South African Medical Journal</title>
		<imprint>
			<biblScope unit="volume">105</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="389" to="392" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Solitary lung cavities: Ct findings in malignant and non-malignant disease</title>
		<author>
			<persName><forename type="first">C</forename><surname>Nin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>De Souza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Alves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Do Amaral</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Irion</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Marchiori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hochhegger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Clinical radiology</title>
		<imprint>
			<biblScope unit="volume">71</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="1132" to="1136" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Tuberculosis, pulmonary cavitation, and matrix metalloproteinases</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">W</forename><surname>Ong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">T</forename><surname>Elkington</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">S</forename><surname>Friedland</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American journal of respiratory and critical care medicine</title>
		<imprint>
			<biblScope unit="volume">190</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="9" to="18" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Differential diagnosis of cavitary lung lesions</title>
		<author>
			<persName><forename type="first">A</forename><surname>Parkar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kandiah</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the Belgian Society of Radiology</title>
		<imprint>
			<biblScope unit="volume">100</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Investigation of the usability of conebeam ct data sets for dose calculation</title>
		<author>
			<persName><forename type="first">A</forename><surname>Richter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Steglich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Baier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wilbert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Guckenberger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Flentje</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Radiation Oncology</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">42</biblScope>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Picture Thresholding Using an Iterative Selection Method</title>
		<author>
			<persName><forename type="first">T</forename><surname>Ridler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Calvard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Systems, Man and Cybernetics</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="630" to="632" />
			<date type="published" when="1978">1978</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">CT Scanning -Techniques and Applications</title>
		<author>
			<persName><forename type="first">K</forename><surname>Subburaj</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>IntechOpen</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Topological structural analysis of digitized binary images by border following</title>
		<author>
			<persName><forename type="first">S</forename><surname>Suzuki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Abe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer Vision, Graphics, and Image Processing</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="32" to="46" />
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Tuberculous pleural effusions: Advances and controversies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Vorster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Allwood</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Diacon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Koegelenberg</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Thoracic Disease</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="981" to="991" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
