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.

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 = I • B0
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 = G − I
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.

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.

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.
Patient specifications.
Patient | Age | Sex | BMI |
---|---|---|---|
Patient 1 | 34 years | Male | 20.65 kg/m2 |
Patient 2 | 31 years | Male | 22.55 kg/m2 |
Patient 3 | 36 years | Female | 18.08 kg/m2 |
Patient 4 | 53 years | Male | 24.56 kg/m2 |
Patient 5 | 50 years | Female | 19.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.

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

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