Abstract
Nasoalveolar moulding (NAM) has become a widely accepted and evidence-based treatment strategy for newborns with cleft lip and palate (CLP), attempting to reduce the cleft gap and to form an appropriately shaped alveolar arch by an intraoral patient-specific NAM plate and to erect the usually flattened nostrils towards a natural nose wing occurrence. The generation of such an appropriately shaped NAM plate requires, besides 3d information of the patient’s initially cleft lip and palate, an estimated target model of the maxilla. Previous studies showed the applicability of curve-based approaches to describe the maxilla during early infancy. We have developed an automated algorithm implemented with the programming language Python, describing the alveolar arch by an approximated ellipse. Therefore, the digitalized data sets of human maxillae were aligned to a global coordinate system with a total least square method and subsequently analyzed with the curvature-based algebraic point set surfaces (APSS) algorithm. The gathered information of height ratio and curvature allows the detection of points on the alveolar segments and therewith the fit of an ellipse describing the human maxilla. In 84.5% of 193 maxilla impressions of healthy newborns the fitted ellipses described the course of the maxilla within defined margins. Applying the algorithm to 38 newborns suffering from unilateral cleft lip and palate in 76.3% the fitted ellipses bridge the CLP alveolar segments, so that a harmonic alveolar arch can be deduced. Describing the alveolar arch by one or multiple ellipses allows (i) to automatically measure the dimensions of the maxilla, (ii) to derive a growth model during early infancy, (iii) to derive a healthy harmonic arch from CLP alveolar segments and (iv) to automatically generate a basic NAM device on the basis of the virtually modified maxilla.
1 Introduction
Cleft lip and palate, with its occurrence of 1:500, is amongst the most frequent inborn deformities. The many-sided forms of appearance of CLP require a complex treatment, such as the Nasoalveolar Moulding (NAM) therapy introduced by Grayson and Wood [1]. NAM allows to (i) align the alveolar segments by an intraoral NAM plate in order to obtain an appropriately shaped alveolar arch and (ii) to erect the usually flattened nostrils towards a natural nose wing occurrence. Recent studies emphasize the success of NAM therapy in terms of a decrease in necessary secondary revision surgeries and therewith the cost of care [2], [3]. Opponents of NAM criticize the time-consuming and cost-intensive therapy, since the intraoral plate needs to be weekly adopted to fit the patient’s growing maxilla [4]. An approach to overcome this drawback of this therapy facilitates the generation of the intraoral plate through automation. Therefore, the Department of Oral and Maxillofacial Surgery and the Institute of Medical and Polymer Engineering of the Technical University of Munich launched the RapidNAM project, to obtain an automated workflow to generate the intraoral plate 3 months in advance on the basis of an initially taken impression, involving a growth prediction factor [5]. To generate NAM plates in advance and to obtain the growth of maxillae in newborns, the maxillae need to be measured and described in a mathematical form. Taking different shapes of alveolar arches into account, ellipses allow to describe these different shapes.
2 Material and methods
For the development of the following algorithm, at least six impressions of 32 healthy neonates’ maxillae were taken on a monthly basis during their first 6 months of life. The taken impressions were digitalized with a 3-dimensional triangulation scanner (3Shape D700, 3Shape A/S, Denmark) with a resolution of 20 μm and saved in .stl format. The algorithm to fit ellipses to the alveolar arches was implemented in the programming language Python (Python Software Foundation, version 2.7, Netherlands). The algorithm is subdivided in a preprocessing, a main processing and a postprocessing unit (see Figure 1).

Program flow chart to describe the course of human maxillae during early infancy using ellipses.
The preprocessing unit creates a class for each patient and its attributes with subclasses for each taken impression. The Quadric Edge Collapse Decimation (QECD) algorithm optimizes the relation between the reduction r in percent of the number of triangles for each model and the preservation of 3d geometrical information [6]. Thus, an equilibrium between minimal computing time and best quality output can be reached. To allow for comparison and analysis the digitalized models were rotated using a total least square algorithm so that the x-axis is aligned along the palatine raphe and the z-axis is perpendicular to the palate. The model is reoriented, in case of a misalignment.
The main processing unit determines a certain amount of points on the alveolar arch, which are used to fit an ellipse to the maxillae. Therefore, the amount of relevant points for the fit is consecutively restricted following the subsequent criteria: First, only points with a higher z-coordinate than a level value, determined by the centre of gravity and the highest point on the alveolar arch, are taken into consideration. Thus, the base of the cast can be divided from the relevant alveolar segments. Subsequently the curvature was calculated by a spherical fit for the lasting points, to determine the points of the alveolar ridge, which have a significant normalized curvature. Therefore, the algebraic point set surfaces algorithm was implemented [7], [8]. This algorithm provides a robust estimation of the mean curvature by fitting a sphere approximating the local surface at any given point pi. The local environment at point pi is evaluated by a weight function wi(x):
Here, ∅ is a smooth, decreasing weight function and h is a scale factor defining the influence of the radius ri at every point. This radius is computed calculating the distance from a given point to its k-nearest neighbour. Following, solving an eigen problem provides the coefficients of the locally fitted sphere. The mean curvature can now be calculated by the inverse of the radius of the fitted sphere.
The alveolar ridge is radially subdivided in n segments with the center of gravity as its center of rotation, to obtain a point for each segment on the alveolar arch, which fulfills the stated criteria. A distance check from each point to its next neighbours and to the center of gravity deletes possible outliers.
The postprocessing unit, fits a 2-dimensional ellipse to the determined points on the alveolar ridge, neglecting the 3rd dimension.
The same algorithm was used to determine ellipses for unilateral cleft lip and palate patients. Therefore, the parameters of the APSS and the z-threshold were adopted. Furthermore, for the cleft region no points could be found and the ellipses were fitted on the basis of the selected points on the two alveolar segments.
Since the fitted ellipses are meant to derive a closed and harmonic alveolar arch from a CLP patient’s impression, the quality of the automated determined ellipses was evaluated. Therefore, the automated determined ellipses were qualitatively compared with manually found ellipses, which were determined by a medical doctor on a basis of manually selected anatomical reference points on the alveolar arch.
3 Results
The total number of elements for one digitalized impression was in a range of 250,000 to 300,000 triangles. This led to a long computing time, even though only selected elements were used for the curvature calculation. The QECD algorithm was implemented and tested for 54 impressions of healthy maxillae. Thereby, a mesh reduction of 95% was found to perform best in terms of computing time versus loss of 3d information (see Table 1). The maximum and root mean square deviation were determined in Meshlab (Visual Computing Lab ISTI – CNR, Italy) with the unilateral Hausdorff distance [9], [10]. Qualitative comparisons show that the mesh reduction does not influence the position and form of the fitted ellipse.
Effect of QECD algorithm on process parameters at a mesh reduction of 95%.
| Original | QECD | |
|---|---|---|
| Computing time (s) | 650 ± 147 | 1.6 ± 0.25 |
| File size (MB) | 200 ± 16.8 | 6 ± 0.8 |
| RMS deviation (mm) | – | 0.0038 ± 0,0002 |
| Max deviation (mm) | – | 0.0678 ± 0.0179 |
The k-nearest neighbour for the curvature calculation was set to k = 5, which defines a spherical radius depending on the distance from a point to its 5th next neighbour. This allows us to separate the alveolar ridge from the remaining parts of the impression, due to a significant difference in its normalized curvature.
Analysing 193 taken impressions of maxillae of healthy patients lead in 84.5% to an ellipse, which describes the harmonic course of the alveolar arch (see Figure 2). In 27 cases the ellipse did not describe the alveolar arch and in three cases an ellipse could not be fitted. In comparison, in 30.5% of all taken impressions the medical doctor could not determine anatomical points on the alveolar arch, due to poor quality of the impression.

Comparison between the fitted ellipses to the automated determined points (blue) and the manually selected points (cyan) on the alveolar arch of a 2 month old patient.
Qualitatively comparing the fitted ellipses on the basis of automated determined and manually selected points emphasises the applicability of the algorithm to detect the course of the alveolar arch (see Figure 2).
To fit ellipses to the maxillae of 38 impressions of 18 patients suffering unilateral cleft lip and palate, a slightly adopted algorithm was used and bridged in 76.3% the two alveolar segments towards a harmonic course of the maxillae (see Figure 3). For five models the ellipse did not describe the course of the alveolar segments due to outlier points or incomplete detection of the alveolar segments. In four cases a fit of an ellipse could not be achieved.

Fitted ellipse to automated determined points on the two alveolar segments of a newborn unilateral CLP patient (r = 0.95, k = 2, n = 30).
4 Discussion
The mesh reduction algorithm QECD allows to significantly reduce the computation time and file size at a reasonable deviation of mesh accuracy, since the impression-taking is subject to a higher influence [11].
The impression-taking process highly influences the quality of the found ellipses, since artefacts on the surface of the impressions may lead to outliers, since curvature and z-coordinate indicate their belonging to the alveolar arch. This effect occurs mainly in the dorsal section of the impressions, because the outlier detection is distance-based from the centre of the impression.
The k-nearest neighbour parameter k is highly dependent on the mesh reduction parameter r, since the spherical radius ri is derived from the k-nearest neighbour parameter. Hence, a finer mesh leads to a lower spherical radius at the same k-nearest neighbour parameter. Even though an ideal parameter set would be determinable, all healthy and CLP impressions were analysed with the same set of parameters. The subdivision in n segments was increased for the CLP patients to obtain more points on each alveolar segments.
5 Conclusion
The presented algorithm allows to fit ellipses, describing the course of healthy and CLP patients’ maxillae. These findings are consecutively used to determine a growth prediction factor of human maxillae. The growth prediction factor is meant to be integrated in an automated generation process for NAM plates. This allows us to generate patient-specific NAM plates in advance using the determined ellipses to model the CLP segments towards a harmonic arch. Thus, NAM plates can be generated up to 4 months in advance on the basis of a first impression taken after birth. Thereby, the burden on the patients, the parents’ of the patients and the clinicians in terms of time-consumption and costs can be reduced.
Acknowledgement
The authors are grateful to Jonas Fuchtmann and Stefan Feller for their support.
Author’s Statement
Research funding: The RapidNAM project is supported by the Zeidler Research Foundation (Waldkraiburg, Germany). The authors wish to express their thanks for their financial support. 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 complied 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. This study has been approved by the local ethic committee (approval number: 236:14).
References
[1] Grayson BH, Wood R. Preoperative columella lengthening in bilateral cleft lip and palate. Plast. Reconstr. Surg. 1993;92:1422–3.Search in Google Scholar
[2] Patel PA, Rubin MS, Clouston S, Lalezaradeh F, Brecht LE, Cutting CB, et al. Comparative study of early secondary nasal revisions and costs in patients with clefts treated with and without nasoalveolar molding. J Craniofac Surg. 2015;26:1229–33.10.1097/SCS.0000000000001729Search in Google Scholar PubMed
[3] Broder HL, Flores RL, Clouston S, Kirschner RE, Garfinkle JS, Sischo L, et al. Surgeon’s and caregivers’ appraisals of primary cleft lip treatment with and without nasoalveolar molding: a prospective multicenter pilot study. Plast Reconstr Surg. 2016;137:938–45.10.1097/01.prs.0000479979.83169.57Search in Google Scholar PubMed PubMed Central
[4] van der Heijden P, Dijkstra PU, Stellingsma C, van der Laan BF, Korsten-Meijer AG, Goorhuis-Brouwer SM, et al. Limited evidence for the effect of presurgical nasoalveolar molding in unilateral cleft on nasal symmetry: a call for unified research. Plast Reconstr Surg. 2013;131:62e–71e.10.1097/PRS.0b013e318267d4a5Search in Google Scholar PubMed
[5] Loeffelbein DJ, Güll FD, Bauer F, Wintermantel E. Comment on: Presurgical nasoalveolar molding for cleft lip and palate: the application of digitally designed molds. Plast Reconstr Surg. 2016;137:903e–4e.10.1097/PRS.0000000000002057Search in Google Scholar PubMed
[6] Garland M, Heckbert PS. Surface simplification using quadric error metrics. In: Proceedings of the 24th annual conference on Computer graphics and interactive techniques; 1997. ACM Press/Addison-Wesley Publishing Co.10.1145/258734.258849Search in Google Scholar
[7] Guennebaud G, Germann M, Gross M. Dynamic sampling and rendering of algebraic point set surfaces. In: Computer Graphics Forum; 2008. Wiley Online Library.10.1111/j.1467-8659.2008.01163.xSearch in Google Scholar
[8] Guennebaud G, Gross M. Algebraic point set surfaces. in ACM Transactions on Graphics (TOG). 2007. ACM.10.1145/1275808.1276406Search in Google Scholar
[9] Kobbelt L, Campagna S, Seidel H-P. A general framework for mesh decimation. In: Graphics interface; 1998.Search in Google Scholar
[10] Klein R, Liebich G, Straßer W. Mesh reduction with error control. In: Visualization’96. Proceedings; 1996. IEEE.Search in Google Scholar
[11] Brief J, Behle JH, Stellzig-Eisenhauer A, Hassfeld S. Precision of landmark positioning on digitized models from patients with cleft lip and palate. Cleft Palate Craniofac J. 2006;43:168–73.10.1597/04-106.1Search in Google Scholar PubMed
©2016 Franz X. Bauer 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