Abstract
Computer aided classification of HEp-2 cell based indirect immunofluorescence (IIF) images is a recommended procedure for standardising autoimmune disease diagnostics. In this work a novel feature, the thresholded local binary count (TLBC) has been proposed to classify IIF images into one among six classes. The TLBC is rotational invariant and is insensitive to pixel quantization noise. It characterizes the local binary gray scale pixel information in an image. The proposed feature along with global features such as area, entropy, illumination level and mean intensity, when classified using a support vector machine gave an accuracy of 86%. This feature could help in improving the diagnostics of autoimmune diseases which is highly clinically significant.
1 Introduction
Autoimmune diseases such as systemic lupus erythematosus, sjogren’s syndrome, multiple sclerosis and rheumatoid arthritis are caused due to abnormal functioning of the body’s immune system. The antibodies of a normal person’s immune system attack foreign bodies (antigens). However, the antibodies of a person with autoimmune disease attack the body’s own healthy tissues and proteins (auto-antigens). Autoimmune diseases have a prevalence rate of 12.5 ± 7.9% and are one among the major concerns in healthcare. Early diagnosis is a key to successful treatment of autoimmune diseases. The traditional approach of indirect immunofluorescence (IIF) involves identification of specific patterns in microscopy slides. It is a manual process and is highly reliable. However, this process is time consuming and prone to significant inter and intra-operator variances. Recent works in literature have recommended computer aided classification of IIF images for standardising autoimmune disease diagnostics. This can be performed by digitally acquiring images of IIF slides and classifying them with the help of machine learning tools. Human epithelial type-2 (HEp-2) cells have been a standard substrate in IIF due to their large size and high reproducibility. When subjected to IIF process, the HEp2 cells exhibit staining patterns, namely, centromere, coarse-speckled, fine-speckled, homogenous, and nucleolar. The main objective of IIF is to classify the images into one among these staining patterns.
Recently, many features have been proposed for the classification of HEp-2 based IIF images. Different types of image descriptors such as global, local, region based, texture and microscopic features have been used. Wiliem et al. [1], proposed a bag of 256 visual words. IIF images were represented as a histogram of occurrences of these visual words in the image. Faraki et al. [2] extended the bag of features from Euclidean to non-Euclidean Riemannian manifolds and used it to classify IIF images. Yang et al. [3] used a filter bank trained from unlabelled IIF images using independent component analysis for classification. Ghosh and Chaudary used a concatenation of histogram of oriented gradient and region of interest based features [4]. Texture features such as local binary pattern [5] and fractal texture features [6] have also proven to perform well in discriminating staining patterns. In this work, a novel texture descriptor, the thresholded local binary count (TLBC) feature has been proposed to perform classification of HEp-2 cell images.
2 Methodology
In this work, images from a publicly available database namely the SNPHEp2 database are used. It contains 1884 images of all five staining pattern classes. The images also belong to positive and intermediate categories based on illumination intensities. The positive images are brighter compared to the intermediate images. The images on observation are found to be of low contrast and require pre-processing to improve it and reduce the difference in intensities between positive and intermediate images.
2.1 Pre-processing
Pre-processing is performed using pixel normalisation (PN) technique (see eq 1). Where, I is the raw image, IPN is the pixel normalised image, min(I) is the smallest pixel value in the image and max(I) is the largest pixel value in the image.
2.2 Segmentation
The improvement in contrast due to pre-processing is helpful in segmentation. Multilevel Otsu thresholding [7] is used to generate four levels of thresholds namely T1, T2, T3 and T4. Segmentation masks are generated using these thresholds on the pre-processed images. Validation is performed using Dice’s coefficient, Jaccard index and accuracy on the generated masks against the ground truth mask provided in the dataset. The threshold with highest validation score is used to segment the images.
2.3 Feature extraction
A concatenation of global features, a proposed local feature and a tuple depicting intensity category (positive = 1, intermediate = 0) is extracted and used for classification.
2.3.1 Global features
Image descriptors such as area, average intensity and entropy have been extracted to describe the global characteristics of the image [6].
2.3.2 Proposed local features
The thresholded local binary count (TLBC) feature is a variant of the local binary count (LBC) feature [8]. For a 3 × 3 window in an image, the corresponding TLBC is the number of surrounding pixels whose values greater than the center pixel by more than the noise threshold constant τ (see eq 2 and 3). The extraction of TLBC for τ = 2 is demonstrated (see Figure 1).

Demonstration of TLBC extraction against LBC extraction.
The TLBC characterizes the local binary gray scale pixel information in an image and is rotational invariant. However, unlike LBC, the TLBC is insensitive to pixel quantization noise. The noise threshold constant τ is used to specify the level of pixel variations to eliminate as noise. when τ becomes 0, the TLBC becomes equivalent to LBC [8].
Where, Pi denotes the ith pixel surrounding the center pixel Pc in a 3 × 3 window. The TLBC is calculated for every possible 3 × 3 windows in the image. The probability distribution of all TLBC’s of an image is called TLBC feature. This feature contains nine elements each corresponding to the occurrence of TLBC values of 0 to 8.
2.4 Classification
In-order to optimize the value of τ, separate sets of features were extracted by varying its values from 0 to 10. The dimension of extracted features is 13 and is further reduced to six using principle component analysis. Subsequently, the features are classified using support vector machine with a radial basis kernel. Ten-fold cross-validation is performed and average classification accuracies are obtained.
3 Results
Representative images from the SNPHEp2 dataset [9] are presented (see Figures 2 and 3). Through visual inspection, it can be inferred that, except the centromere, coarse-speckled and fine-speckled images of positive illumination, images are of low contrast and require pre-processing. It can also be inferred that the images are of different shape and size. It can be observed that centromere images have bright spots over a light background. The spots are of different size and numbers for different images. The coarse-speckled images have bright spots on a dense background. The fine-speckled class of images have very fine spots on dense background. The homogenous images have medium dense nucleoplasm with large dark spots. The nucleolar images have large bright spots on a dark background.
![Figure 2 Representative positive-illumination IIF images used in this study. (A) centromere, (B) coarse-speckled, (C) fine-speckled, (D) homogenous and (E) nucleolar [9].](/document/doi/10.1515/cdbme-2016-0106/asset/graphic/j_cdbme-2016-0106_fig_002.jpg)
Representative positive-illumination IIF images used in this study. (A) centromere, (B) coarse-speckled, (C) fine-speckled, (D) homogenous and (E) nucleolar [9].
![Figure 3 Representative intermediate-illumination IIF images used in this study. (A) centromere, (B) coarse-speckled, (C) fine-speckled, (D) homogenous and (E) nucleolar [9].](/document/doi/10.1515/cdbme-2016-0106/asset/graphic/j_cdbme-2016-0106_fig_003.jpg)
Representative intermediate-illumination IIF images used in this study. (A) centromere, (B) coarse-speckled, (C) fine-speckled, (D) homogenous and (E) nucleolar [9].
Pre-processing using PN has been performed (see Figures 4 and 5). It is observed that PN increases image contrast and reduces the difference in contrast between positive and intermediate images. The images pre-processed using above method are segmented using four multilevel Otsu thresholds. Comparison between the thresholds (T1, T2, T3 and T4) is performed using Dice’s coefficient, Jaccard Index and accuracy metrics (see Figure 6A and B). It is observed that threshold T1 performs well in segmenting the regions of interest than other thresholds. TLBC features are extracted from T1 segmented images and classified using SVM classifier by varying τ (see Figure 7). It is observed that when τ = 0, the TLBC becomes LBC and the classification accuracy is 84.5%. The classification accuracy reaches a maximum of 86% at a τ value of 2. It is observed that the classification accuracy decreases with a further increase in τ. The accuracy reaches a constant value of 84.7 at a τ range of 4–6. It is seen that a further increase in τ causes a decrease in accuracy. The confusion matrix for the highest classification accuracy obtained at τ = 2 is shown (see Figure 8). It can be observed that fine-speckled and coarse-speckled images are segmented with maximum accuracies of 90.5% and 87.0%, respectively.

Representative PN enhanced positive-illumination IIF images used in this study. (A) centromere, (B) coarse-speckled, (C) fine-speckled, (D) homogenous and (E) nucleolar.

Representative PN enhanced intermediate-illumination IIF images used in this study. (A) centromere, (B) coarse-speckled, (C) fine-speckled, (D) homogenous and (E) nucleolar.

Comparison of segmentation performance among different multi Otsu threshold levels T1-T2 using (A) dice’s coefficient, (B) jaccard index (C) accuracy metrics.

Comparison of classification accuracy using different values of noise threshold constant τ.

Average confusion matrix of ten-fold cross validation using τ = 2.
4 Conclusion
IIF images were pre-processed, segmented and classified using the proposed framework. It appears that pixel normalisation performs well as a pre-processing method. Apart from improving image contrast, it also decreases difference in contrast levels between positive and intermediate images. Segmentation using multi-level Otsu thresholding is performed and validation using Dice’s coefficient, Jaccard index and accuracy suggest that first level among four levels of Otsu performed well in segmenting the nucleus. A concatenation of thresholded local binary count features (TLBC), area, entropy, mean intensity and illumination level were extracted and a support vector machine was used for classification. For varying values of the noise thresholding constant of TLBC, the highest accuracy was observed for a noise threshold constant of 2. Among various staining patterns, fine-speckled and coarse-speckled classes have been classified with highest accuracies of 90.5% and 87%, respectively. Since computer aided techniques are recommended to standardise the diagnosis of autoimmune disease, the proposed feature seems to be clinically significant.
Author’s Statement
Research funding: The author state no funding involved. 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 conducted research is not related to either human or animal use.
References
[1] Wiliem A, Sanderson C, Wong Y, Hobson P, Minchin RF, Lovell BC. Automatic classification of human epithelial type 2 cell indirect immunofluorescence images using cell pyramid matching. Pattern Recognit. 2014;47:2315–24.10.1016/j.patcog.2013.10.014Suche in Google Scholar
[2] Faraki M, Harandi MT, Wiliem A, Lovell BC. Fisher tensors for classifying human epithelial cells. Pattern Recognit. 2014;47:2348–59.10.1016/j.patcog.2013.10.011Suche in Google Scholar
[3] Yang Y, Wiliem A, Alavi A, Lovell BC, Hobson P. Visual learning and classification of human epithelial type 2 cell images through spontaneous activity patterns. Pattern Recognit. 2014;47:2325–37.10.1016/j.patcog.2013.10.013Suche in Google Scholar
[4] Ghosh S, Chaudhary V. Feature analysis for automatic classification of HEp-2 florescence patterns?: computer-aided diagnosis of auto-immune diseases. In: 21st International Conference on Pattern Recognition; 2012. p. 174–7.Suche in Google Scholar
[5] Schaefer G, Doshi NP, Krawczyk B. HEp-2 cell classification using multi-dimensional local binary patterns and ensemble classification. In: 2nd IAPR Asian Conference on Pattern Recognition; 2013. p. 951–5.10.1109/ACPR.2013.175Suche in Google Scholar
[6] Suganthi SS, Pradhap SSA, Ramakrishnan S. An approach to diagnosis of auto-immune diseases using HEP-2 staining pattern and fractal texture features. Biomed Sci Instrum. 2015;51:349–54.Suche in Google Scholar
[7] Otsu N. A threshold selection method from gray-level histograms. IEEE Trans Syst Man Cybern. 1979;9:62–6.10.1109/TSMC.1979.4310076Suche in Google Scholar
[8] Zhao Y, Huang DS, Jia W. Completed local binary count for rotation invariant texture classification. IEEE Trans Image Process. 2012;21:4492–7.10.1109/TIP.2012.2204271Suche in Google Scholar PubMed
[9] Wiliem A, Wong Y, Sanderson C, Hobson P, Chen S, Lovell BC. Classification of human epithelial type 2 cell indirect immunofluoresence images via codebook based descriptors. In: IEEE Workshop on Applications of Computer Vision (WACV); 2013. p. 95–102.10.1109/WACV.2013.6475005Suche in Google Scholar
©2016 Allmin Pradhap Singh Susaiyah et al., licensee De Gruyter.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.
Artikel in diesem Heft
- 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
Artikel in diesem Heft
- 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