Home Automatic determination of lung features of CF patients in CT scans
Article Open Access

Automatic determination of lung features of CF patients in CT scans

  • Tanusree Chaudhuri EMAIL logo , Bo Gong , Sabine Krueger-Ziolek , Benjamin Schullcke and Knut Moeller
Published/Copyright: September 30, 2016

Abstract

This paper describes a prototype of an automatic system for the detection and evaluation of Cystic fibrosis features (CF) in High resolution computed tomography (HRCT) Scans. The aim of this study lies in presenting this system as a decision support tool for radiologists in future. The CF features that have been detected and evaluated are Bronchiectasis and Mucus Plugging. This system recognizes Bronchiectasis as the presence of enlarged airways in pulmonary CF-CT slices whereas, Mucus Plugging has been recognized as clusters of high attenuation pixels. The dataset of this study consists of HRCT Scans of five CF patients of varying disease stages. Mean percentages of these CF features that were computed for each intercostal space, starting from the first to the fifth, fairly accurately match the different stages of the disease.

1 Introduction

Computed tomography (CT) scans have been shown to be the most effective tool for assessing the progression of the Cystic fibrosis (CF) disease. On one hand the lung function tests provide functional information, and on the other hand CT Scans provide the related morphological information. Image analysis of CT Scans may improve the diagnosis of lung injury associated with CF [1]. The Brody Scoring system, used by experts to quantify CF features in CT scans, is time consuming and requires trained individuals for accurate results [1]. Also, one expert’s interpretation may differ from another’s. Additionally, a manual system may not be as sensitive to the smallest possible abnormalities as an automated system would be. Hence, it is valuable to develop a standard automated system to obtain the Brody scores, which could serve as a decision support tool for doctors. In this study, an automatic system for detecting two CF features has been developed and evaluated.

2 Methods

The methods described in this section were applied on 2D images, that are axially reconstructed pulmonary HRCT (high resolution CT) data taken from the first to the fifth intercostal spaces of each patient. The proposed feature detection scheme comprises of several sequential steps: preprocessing and lung segmentation, followed by detection of the CF features. Airways of different sizes were detected for different CF stages using a combination of the grayscale reconstruction (GR) and intensity thresholding (IT) techniques. Moreover, regions of mucus plugging were detected by thresholding out low attenuation pixels from the lung fields that were segmented out from the original CT images. This feature detection scheme has been implemented on MATLAB R2015B.

2.1 Pre-processing and lung segmentation

This section commenced with low-pass filtering on the original CT slice to smooth the image. Following this, contrast enhancement was carried out on the smoothed image to create two different preprocessed images, pronounced on the intensity, for the airway detection techniques. This was done to reduce false detection by GR and for airway wall estimation, which is an important requirement for IT. These preprocessed images differed in terms of their display ranges: for GR the pre-processed image comprised of low intensities in the grayscale whereas, for IT the pre-processed image comprised of comparatively higher intensities.

After these preprocessing steps, lung segmentation commenced with creating a histogram of the CT numbers in the Hounsfield Scale (HU) of the original image. From this, the air threshold value (ATV) was computed as an average of the two largest peaks. Pixels below ATV were selected and subjected to basic morphological processing to produce the final lung mask. This binary mask was multiplied by the low intensity preprocessed image of GR to obtain the lung fields, that was provided as an input image for GR and mucus plugging detection.

2.2 Airways detection

In CT images of CF patients, enlargement of small or medium-sized airways, for depicting Bronchiectasis, has been regarded as an important feature of the Brody scoring system. Figure 1 shows the airways (marked in purple) that were detected by the automatic system. The grayscale reconstruction (GR) technique was used for detecting small airways and intensity thresholding (IT) was used for the larger ones.

Figure 1 Detected airways in CF lungs. The detected airways are colored in purple. The airways with smaller sizes were identified by grayscale reconstruction, while the larger ones by intensity thresholding.
Figure 1

Detected airways in CF lungs. The detected airways are colored in purple. The airways with smaller sizes were identified by grayscale reconstruction, while the larger ones by intensity thresholding.

2.2.1 Grayscale reconstruction

The grayscale reconstruction technique perceives the airways as the local minima of image intensities in 2D CT images and was therefore, applied to identify these regions of minimum intensities. This technique uses binary structuring elements (SE) of different sizes for detecting airways of different sizes. The steps of Grayscale Reconstruction technique [2] are listed as follows:

Step (i): J = IB0

where denotes the morphological closing operation, I is the 2D image of the lung regions (section 2.1) and B0 is a 4-connected binary SE for detecting the smallest airway. The marker image J identifies potential airways by increasing the gray-level values of their lumen.

Step (ii): G = max (J Θ B0, I)

where G is the grayscale reconstructed image and Θ denotes the morphological erosion operation. In the grayscale reconstructed image, the airways smaller than the SE get filled up with an intensity value which is proportional to the difference between the maximum and minimum pixel intensity values within the B-sized neighborhood of the airway lumen. The intermediate erosion step considerably eliminates other lung features with high gray-level values such as blood vessels.

Step (iii): D = GI

where D is the difference image to identify the detected airways. The difference image displays the airways whose intensity values were altered in the steps above. Thresholding was applied on the difference image to retain only the detected airways. Steps (i) to (iii) are repeated with different sized SEs obtained by successive dilation of B0.

The grayscale reconstruction technique was successful in detecting smaller airways within the size of SE used. However, its specificity to detect larger airways gets noticeably low as the size of the SE increases. This triggered restricting the maximum size of the SE to only four successive dilations of B0. Such a limitation could have been eliminated in a 3D reconstruction of the complete airway tree after all 2D airway detections were made [2]. However, that lay outside the scope of this study, which led to the IT technique that was used to detect the larger airways.

2.2.2 Intensity thresholding

The pre-processed input image for this technique (Section 2.1) was subjected to thresholding to remove airway wall between the lung regions and the airway lumen, such that the airways appeared to occupy holes (consisting of background pixels) in the lung regions. Following this, basic morphological processing was done to retain airway lumen within a size range of [20, 260] pixels.

2.3 Mucus plugging detection

Regions of mucus plugging were recognized as clusters of local maxima of intensities in the segmented lung fields. Contrast enhancement was done on the segmented lungs in order to increase the intensities of these clusters to the highest value in the grayscale. After this, the enhanced image was subjected to thresholding to detect the potential mucus plugged areas. Additionally, area opening was done for removing small non-mucus plugged regions to get an image similar to the one shown in Figure 2.

Figure 2 Mucus plugged regions in CF lungs. The detected potential mucus plugged regions have been marked in white.
Figure 2

Mucus plugged regions in CF lungs. The detected potential mucus plugged regions have been marked in white.

A flowchart of the entire methods section has been summarized in Figure 3.

Figure 3 The flowchart of the proposed automatic system for Bronchiectasis and Mucus Plugging.
Figure 3

The flowchart of the proposed automatic system for Bronchiectasis and Mucus Plugging.

2.4 Patient specifications

The specifications of the five CF patients, whose HRCT scans were used for this study have been listed in Table 1.

Table 1

Patient specifications.

PatientAgeSexBMI
Patient 134 yearsMale20.65 kg/m2
Patient 231 yearsMale22.55 kg/m2
Patient 336 yearsFemale18.08 kg/m2
Patient 453 yearsMale24.56 kg/m2
Patient 550 yearsFemale19.82 kg/m2

3 Results

The following results were obtained on 3D CT scans of five CF patients of varying stages, that were determined by Spirometry tests. Feature detection was done on the 2D slices (from the first to the fifth intercostal spaces), axially reconstructed from the CT data. Algorithm parameters remained unaltered for all the CF patients, with a fully automatic generation of the ATV, used as the threshold value for lung segmentation. While creating the final lung mask, different parameter values of area opening and morphological processing were used for slices above and below the carina for each patient. Slices above the carina retained image objects consisting of more than 900 pixels whereas, slices below the carina retained image objects more than 600 pixels. Morphological closing used a flat disk-shaped structuring element (SE) having five neighbors for slices above the carina. Slices below the carina used the same SE, but with 25 neighbors for morphological closing. During CF feature detection all parameters were kept the same for slices above and below the carina. In grayscale morphological processing, the difference image was converted to a binary image (showing the detected airways) using two threshold values of 0.7 and 0.6 in the grayscale. The areas of detected airways and mucus plugged region were calculated and expressed as a percentage for each slice. Following this, the mean percentage of these areas were computed for each intercostal space to present the final plot.

4 Discussion

This paper describes the prototype of an automatic system which provides quantitative measurements of CF features in HRCT Scans.

The preliminary evaluation of the proposed automatic system fairly accurately depicts the severity of the disease stage in each patient. This can be observed for Bronchiectasis, represented by enlarged airways, in Figure 4. The accuracy in detecting mucus plugged regions poses a doubt, due to the high similarity in intensities between such regions and the blood vessels. However, this point could be refuted to a certain extent by noting the differences in Figure 5. A few false detections took place due to the closing operation performed in grayscale reconstruction. This challenge was encountered in the study conducted by Erkan et al. [3]. which expressed the difficulties posed by the surrounding lung tissues and vessel structures. In our study, this problem was dealt with by restricting the size of the SE to only two successive dilations of B0 during erosionin GR. Additionally, it was challenging to choose the threshold values for airway detection. The airway wall thickness lies very close to the CT resolution limit [3], which made it difficult for intensity thresholding to estimate the airway wall boundaries for every slice.

Figure 4 Mean Percentage of airways in each intercostal. The areas of detected airways were expressed as a percentage in each CT slice.
Figure 4

Mean Percentage of airways in each intercostal. The areas of detected airways were expressed as a percentage in each CT slice.

Figure 5 Mean percentage of mucus plugging in each intercostal.
Figure 5

Mean percentage of mucus plugging in each intercostal.

5 Conclusion

This paper describes approaches for implementing a fully automatic system for quantifying and evaluating CF features in terms of simple criteria. The preliminary test results show that the evaluations by the automatic system display a considerable difference between the different disease stages.

Author’s Statement

Research funding: This work was supported by the BMBF grant no. 03FH038I3 (MOSES) and by the European Commission under grant no. FP7-PIRSES 318943 (eTime). Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent has been obtained from all individuals included in this study. Ethical approval: The research related to human use complies with all the relevant national regulations, institutional policies and was performed in accordance with the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.

References

[1] DeBoer EM, Swiercz W, Heltshe SL, Anthony MM, Szefler P, Klein R, et al. Automated CT scan scores of bronchiectasis and air trapping in cystic fibrosis. Chest. 2014;145:593–603.10.1378/chest.13-0588Search in Google Scholar PubMed PubMed Central

[2] Aykac D, Hoffman EA, McLennan G, Reinhardt JM. Segmentation and analysis of the human airway tree from three-dimensional X-ray CT images. IEEE Trans Med Imaging. 2003;22:940–50.10.1109/TMI.2003.815905Search in Google Scholar PubMed

[3] Mumcuoglu EU, Prescott J, Baker BN, Clifford B, Long F, Castile R, et al. Image analysis for cystic fibrosis: automatic lung airway wall and vessel measurement on CT images. Conf Proc IEEE Eng Med Biol Soc. 2009;3545–8.10.1109/IEMBS.2009.5332413Search in Google Scholar PubMed

Published Online: 2016-9-30
Published in Print: 2016-9-1

©2016 Tanusree Chaudhuri et al., licensee De Gruyter.

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.

Articles in the same Issue

  1. Synthesis and characterization of PIL/pNIPAAm hybrid hydrogels
  2. Novel blood protein based scaffolds for cardiovascular tissue engineering
  3. Cell adhesion and viability of human endothelial cells on electrospun polymer scaffolds
  4. Effects of heat treatment and welding process on superelastic behaviour and microstructure of micro electron beam welded NiTi
  5. Long-term stable modifications of silicone elastomer for improved hemocompatibility
  6. The effect of thermal treatment on the mechanical properties of PLLA tubular specimens
  7. Biocompatible wear-resistant thick ceramic coating
  8. Protection of active implant electronics with organosilicon open air plasma coating for plastic overmolding
  9. Examination of dielectric strength of thin Parylene C films under various conditions
  10. Open air plasma deposited antimicrobial SiOx/TiOx composite films for biomedical applications
  11. Systemic analysis about residual chloroform in PLLA films
  12. A macrophage model of osseointegration
  13. Towards in silico prognosis using big data
  14. Technical concept and evaluation of a novel shoulder simulator with adaptive muscle force generation and free motion
  15. Usability evaluation of a locomotor therapy device considering different strategies
  16. Hypoxia-on-a-chip
  17. Integration of a semi-automatic in-vitro RFA procedure into an experimental setup
  18. Fabrication of MEMS-based 3D-μECoG-MEAs
  19. High speed digital interfacing for a neural data acquisition system
  20. Bionic forceps for the handling of sensitive tissue
  21. Experimental studies on 3D printing of barium titanate ceramics for medical applications
  22. Patient specific root-analogue dental implants – additive manufacturing and finite element analysis
  23. 3D printing – a key technology for tailored biomedical cell culture lab ware
  24. 3D printing of hydrogels in a temperature controlled environment with high spatial resolution
  25. Biocompatibility of photopolymers for additive manufacturing
  26. Biochemical piezoresistive sensors based on pH- and glucose-sensitive hydrogels for medical applications
  27. Novel wireless measurement system of pressure dedicated to in vivo studies
  28. Portable auricular device for real-time swallow and chew detection
  29. Detection of miRNA using a surface plasmon resonance biosensor and antibody amplification
  30. Simulation and evaluation of stimulation scenarios for targeted vestibular nerve excitation
  31. Deep brain stimulation: increasing efficiency by alternative waveforms
  32. Prediction of immediately occurring microsleep events from brain electric signals
  33. Determining cardiac vagal threshold from short term heart rate complexity
  34. Classification of cardiac excitation patterns during atrial fibrillation
  35. An algorithm to automatically determine the cycle length coverage to identify rotational activity during atrial fibrillation – a simulation study
  36. Deriving respiration from high resolution 12-channel-ECG during cycling exercise
  37. Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
  38. Automatic detection and mapping of double potentials in intracardiac electrograms
  39. Modeling the pelvic region for non-invasive pelvic intraoperative neuromonitoring
  40. Postprocessing algorithm for automated analysis of pelvic intraoperative neuromonitoring signals
  41. Best practice: surgeon driven application in pelvic operations
  42. Vasomotor assessment by camera-based photoplethysmography
  43. Classification of morphologic changes in photoplethysmographic waveforms
  44. Novel computation of pulse transit time from multi-channel PPG signals by wavelet transform
  45. Efficient design of FIR filter based low-pass differentiators for biomedical signal processing
  46. Nonlinear causal influences assessed by mutual compression entropy
  47. Comparative study of methods for solving the correspondence problem in EMD applications
  48. fNIRS for future use in auditory diagnostics
  49. Semi-automated detection of fractional shortening in zebrafish embryo heart videos
  50. Blood pressure measurement on the cheek
  51. Derivation of the respiratory rate from directly and indirectly measured respiratory signals using autocorrelation
  52. Left cardiac atrioventricular delay and inter-ventricular delay in cardiac resynchronization therapy responder and non-responder
  53. An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
  54. Real-time QRS detection using integrated variance for ECG gated cardiac MRI
  55. Preprocessing of unipolar signals acquired by a novel intracardiac mapping system
  56. In-vitro experiments to characterize ventricular electromechanics
  57. Continuous non-invasive monitoring of blood pressure in the operating room: a cuffless optical technology at the fingertip
  58. Application of microwave sensor technology in cardiovascular disease for plaque detection
  59. Artificial blood circulatory and special Ultrasound Doppler probes for detecting and sizing gaseous embolism
  60. Detection of microsleep events in a car driving simulation study using electrocardiographic features
  61. A method to determine the kink resistance of stents and stent delivery systems according to international standards
  62. Comparison of stented bifurcation and straight vessel 3D-simulation with a prior simulated velocity profile inlet
  63. Transient Euler-Lagrange/DEM simulation of stent thrombosis
  64. Automated control of the laser welding process of heart valve scaffolds
  65. Automation of a test bench for accessing the bendability of electrospun vascular grafts
  66. Influence of storage conditions on the release of growth factors in platelet-rich blood derivatives
  67. Cryopreservation of cells using defined serum-free cryoprotective agents
  68. New bioreactor vessel for tissue engineering of human nasal septal chondrocytes
  69. Determination of the membrane hydraulic permeability of MSCs
  70. Climate retainment in carbon dioxide incubators
  71. Multiple factors influencing OR ventilation system effectiveness
  72. Evaluation of an app-based stress protocol
  73. Medication process in Styrian hospitals
  74. Control tower to surgical theater
  75. Development of a skull phantom for the assessment of implant X-ray visibility
  76. Surgical navigation with QR codes
  77. Investigation of the pressure gradient of embolic protection devices
  78. Computer assistance in femoral derotation osteotomy: a bottom-up approach
  79. Automatic depth scanning system for 3D infrared thermography
  80. A service for monitoring the quality of intraoperative cone beam CT images
  81. Resectoscope with an easy to use twist mechanism for improved handling
  82. In vitro simulation of distribution processes following intramuscular injection
  83. Adjusting inkjet printhead parameters to deposit drugs into micro-sized reservoirs
  84. A flexible standalone system with integrated sensor feedback for multi-pad electrode FES of the hand
  85. Smart control for functional electrical stimulation with optimal pulse intensity
  86. Tactile display on the remaining hand for unilateral hand amputees
  87. Effects of sustained electrical stimulation on spasticity assessed by the pendulum test
  88. An improved tracking framework for ultrasound probe localization in image-guided radiosurgery
  89. Improvement of a subviral particle tracker by the use of a LAP-Kalman-algorithm
  90. Learning discriminative classification models for grading anal intraepithelial neoplasia
  91. Regularization of EIT reconstruction based on multi-scales wavelet transforms
  92. Assessing MRI susceptibility artefact through an indicator of image distortion
  93. EyeGuidance – a computer controlled system to guide eye movements
  94. A framework for feedback-based segmentation of 3D image stacks
  95. Doppler optical coherence tomography as a promising tool for detecting fluid in the human middle ear
  96. 3D Local in vivo Environment (LivE) imaging for single cell protein analysis of bone tissue
  97. Inside-Out access strategy using new trans-vascular catheter approach
  98. US/MRI fusion with new optical tracking and marker approach for interventional procedures inside the MRI suite
  99. Impact of different registration methods in MEG source analysis
  100. 3D segmentation of thyroid ultrasound images using active contours
  101. Designing a compact MRI motion phantom
  102. Cerebral cortex classification by conditional random fields applied to intraoperative thermal imaging
  103. Classification of indirect immunofluorescence images using thresholded local binary count features
  104. Analysis of muscle fatigue conditions using time-frequency images and GLCM features
  105. Numerical evaluation of image parameters of ETR-1
  106. Fabrication of a compliant phantom of the human aortic arch for use in Particle Image Velocimetry (PIV) experimentation
  107. Effect of the number of electrodes on the reconstructed lung shape in electrical impedance tomography
  108. Hardware dependencies of GPU-accelerated beamformer performances for microwave breast cancer detection
  109. Computer assisted assessment of progressing osteoradionecrosis of the jaw for clinical diagnosis and treatment
  110. Evaluation of reconstruction parameters of electrical impedance tomography on aorta detection during saline bolus injection
  111. Evaluation of open-source software for the lung segmentation
  112. Automatic determination of lung features of CF patients in CT scans
  113. Image analysis of self-organized multicellular patterns
  114. Effect of key parameters on synthesis of superparamagnetic nanoparticles (SPIONs)
  115. Radiopacity assessment of neurovascular implants
  116. Development of a desiccant based dielectric for monitoring humidity conditions in miniaturized hermetic implantable packages
  117. Development of an artifact-free aneurysm clip
  118. Enhancing the regeneration of bone defects by alkalizing the peri-implant zone – an in vitro approach
  119. Rapid prototyping of replica knee implants for in vitro testing
  120. Protecting ultra- and hyperhydrophilic implant surfaces in dry state from loss of wettability
  121. Advanced wettability analysis of implant surfaces
  122. Patient-specific hip prostheses designed by surgeons
  123. Plasma treatment on novel carbon fiber reinforced PEEK cages to enhance bioactivity
  124. Wear of a total intervertebral disc prosthesis
  125. Digital health and digital biomarkers – enabling value chains on health data
  126. Usability in the lifecycle of medical software development
  127. Influence of different test gases in a non-destructive 100% quality control system for medical devices
  128. Device development guided by user satisfaction survey on auricular vagus nerve stimulation
  129. Empirical assessment of the time course of innovation in biomedical engineering: first results of a comparative approach
  130. Effect of left atrial hypertrophy on P-wave morphology in a computational model
  131. Simulation of intracardiac electrograms around acute ablation lesions
  132. Parametrization of activation based cardiac electrophysiology models using bidomain model simulations
  133. Assessment of nasal resistance using computational fluid dynamics
  134. Resistance in a non-linear autoregressive model of pulmonary mechanics
  135. Inspiratory and expiratory elastance in a non-linear autoregressive model of pulmonary mechanics
  136. Determination of regional lung function in cystic fibrosis using electrical impedance tomography
  137. Development of parietal bone surrogates for parietal graft lift training
  138. Numerical simulation of mechanically stimulated bone remodelling
  139. Conversion of engineering stresses to Cauchy stresses in tensile and compression tests of thermoplastic polymers
  140. Numerical examinations of simplified spondylodesis models concerning energy absorption in magnetic resonance imaging
  141. Principle study on the signal connection at transabdominal fetal pulse oximetry
  142. Influence of Siluron® insertion on model drug distribution in the simulated vitreous body
  143. Evaluating different approaches to identify a three parameter gas exchange model
  144. Effects of fibrosis on the extracellular potential based on 3D reconstructions from histological sections of heart tissue
  145. From imaging to hemodynamics – how reconstruction kernels influence the blood flow predictions in intracranial aneurysms
  146. Flow optimised design of a novel point-of-care diagnostic device for the detection of disease specific biomarkers
  147. Improved FPGA controlled artificial vascular system for plethysmographic measurements
  148. Minimally spaced electrode positions for multi-functional chest sensors: ECG and respiratory signal estimation
  149. Automated detection of alveolar arches for nasoalveolar molding in cleft lip and palate treatment
  150. Control scheme selection in human-machine- interfaces by analysis of activity signals
  151. Event-based sampling for reducing communication load in realtime human motion analysis by wireless inertial sensor networks
  152. Automatic pairing of inertial sensors to lower limb segments – a plug-and-play approach
  153. Contactless respiratory monitoring system for magnetic resonance imaging applications using a laser range sensor
  154. Interactive monitoring system for visual respiratory biofeedback
  155. Development of a low-cost senor based aid for visually impaired people
  156. Patient assistive system for the shoulder joint
  157. A passive beating heart setup for interventional cardiology training
Downloaded on 10.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2016-0115/html
Scroll to top button