Home Medicine Semi-automated detection of fractional shortening in zebrafish embryo heart videos
Article Open Access

Semi-automated detection of fractional shortening in zebrafish embryo heart videos

  • Sara Nasrat , Daniel Marcato , Sofia Hirth , Markus Reischl and Christian Pylatiuk EMAIL logo
Published/Copyright: September 30, 2016

Abstract

Quantifying cardiac functions in model organisms like embryonic zebrafish is of high importance in small molecule screens for new therapeutic compounds. One relevant cardiac parameter is the fractional shortening (FS). A method for semi-automatic quantification of FS in video recordings of zebrafish embryo hearts is presented. The software provides automated visual information about the end-systolic and end-diastolic stages of the heart by displaying corresponding colored lines into a Motion-mode display. After manually marking the ventricle diameters in frames of end-systolic and end-diastolic stages, the FS is calculated. The software was evaluated by comparing the results of the determination of FS with results obtained from another established method. Correlations of 0.96 < r < 0.99 between the two methods were found indicating that the new software provides comparable results for the determination of the FS.

1 Introduction

Over the past 25 years, the zebrafish has become a model organism to study cardiogenesis and heart diseases, for fundamental research as well as other biomedical applications [1], [2], [3], [4]. Due to the transparency of zebrafish embryos throughout embryogenesis, a real time in-vivo observation of physiological or pathological events occurring during organ development is possible [4], [5], [6]. Determination of cardiac contractility is useful to elucidate cardiac and circulation defects in zebrafish embryos. Fractional shortening (FS) measurement has been shown to be a simple and fast method to determine the contractile force of embryonic zebrafish hearts. The transparency of the embryos allows to easily capture videos of the beating heart [6], which then enables the measurement of the systolic and diastolic diameters. After the determination of these diameters, FS is calculated by the following formula:

(1)FS=diastolesystolediastole

Image processing has increasingly become a powerful approach leading to the continuous development of automated methods that help to quantify and analyse many cardiac parameters of interest [4], [5], [7], [8], [6], [9]. In fact, automated analysis methods are of great value as they can drastically accelerate the evaluation of heartbeat parameters such as frequency, beat-to-beat intervals, and arrythmicity [6]. Unsurprisingly, many image- and video-based studies of zebrafish require the build-up of custom video analysis software for various domains of research and experiments, allowing flexible and quick handling and processing of input and output data [6], [9]. For instance, high throughput screenings of zebrafish as needed in small molecule evaluations, toxicological experiments and behavioural analysis is only made possible with custom video analysis software [9]. Using this factual background about the importance and advantages of customizing software applications for image analysis [6], [9], the development of a reliable, semi-automated detection method of FS was made possible.

2 Methods

2.1 Procedure and materials

The algorithms used to semi-automatically determine the FS are implemented in Microsoft Visual Studio Community 2015 with C# using the .NET Framework 4.5.2. Additionally the image processing-related classes and functions were composed using the AForge.NET framework. This approach allowed us to develop a stand-alone application capable of being easily deployed to a large number of computer systems as well as delivering sufficient performance even on standard office computer hardware.

Videos of embryonic wild type zebrafish hearts with various resolutions (from 288 × 256 up to 1392 × 1056 pixels) and frame rates (between 7 and 100 frames per second) as well as different video codecs (Motion JPEG, MPEG-4 (DX50) or H264/MPEG-4 AVC) were used to test the software.

2.1.1 Determination of the end-diastolic phase

The heart repetitively changes its shape during systole and diastole with a short end-diastolic rest. This rhythmically altering of shape can be distinguished automatically by means of image analysis, if the frame rate of a video of a beating heart is several times the heartbeat frequency (e.g. > 30 frames per second for zebrafish embryos). The similarity coefficient between two consecutive images can be calculated by first summing up the absolute pixel value differences between two consecutive images in both h and w direction and then dividing them by the maximum pixel byte value, 255 multiplied with the total pixel count. This process is referred to as a normalized sum of absolute differences (SAD). For 8 bit grayscale images the similarity coefficient can be described by equation 2, while for RGB images every colour channel needs to be taken into account.

(2)cs=1i= 0hj= 0w|bs(i,j)bt(i,j)|255×h×w

where h is the image’s height, w is the image’s width in pixels, bs is an image, bt is the consecutive or template image and 255 is the standard maximum byte value.

The similarity coefficient between two consecutive end-diastolic images will be higher (closer to 1) than between two subsequent images where the heart shape changes quickly and the ratio for the similarity coefficient is closer to 0. By choosing consecutive pairs of images with the highest similarity coefficients the end-diastolic phase can be determined automatically. When comparing every individual frame with the subsequent one in the video frames series, a uniform pattern of oscillation occurs, as depicted in Figure 1.

Figure 1 Plot of the similarity coefficients for a heart video. Lower similarity is found during rapid changes of the heart shape and high similarity during end-diastole.
Figure 1

Plot of the similarity coefficients for a heart video. Lower similarity is found during rapid changes of the heart shape and high similarity during end-diastole.

If the frame rate of the video is too low (e.g. < 20 frames per second for zebrafish embryos) the automatic determination of the end-systolic and end-diastolic phase by calculation of the similarity coefficient does not work reliably. In this case the number of frames between every transitional instance of the heart beat cycle is too small to locate the end-systolic and diastolic stages using this kind of minimum values. In order to refine the large set of video frames to only those showing the end-systolic and the end-diastolic stages of the heart beat cycle a single template frame has to be selected manually. This is supported by a graphical user interface where a selected video recording of the heart is accessed by the DirectShow interface. All video frames are temporarily stored in memory for further processing and displayed to the user. The first most likely frame pertaining to the end-diastolic stage of the heart beat cycle has to be chosen by the user. This template image is then used for a template matching algorithm, where the selected template image is compared to all other frames of the video for its similarity coefficient, as given in equation 2. The maxima values represent the frames being most similar to the selected template frame and correspond to frames of the same end-diastolic phase of heartbeat. Furthermore, the frames least similar to the template frame deliver minima values for the similarity coefficient and denote the end-systolic phase.

2.1.2 M-mode Plot

Subsequently, the patterned change in the shape of the heart throughout the cycle is displayed in an M-Mode, as given in Figure 2.

Figure 2 M-Mode, displaying changes in movement of the heart edges (pixel number in y-axis) over time (frame number in x-axis). Automatically computed end-systolic and diastolic frames are also plotted as vertical lines in red (end-diastolic) and blue (end-systolic).
Figure 2

M-Mode, displaying changes in movement of the heart edges (pixel number in y-axis) over time (frame number in x-axis). Automatically computed end-systolic and diastolic frames are also plotted as vertical lines in red (end-diastolic) and blue (end-systolic).

The M-Mode is generated by the excision and alignment of 1-pixel-wide, vertical strips from successive video frames. Maximum contraction (end-systole) and relaxation (end-diastole) of the heart ventricle can be more readily viewed at once. Results of the automatically determined end-systolic and end-diastolic frames are also plotted as vertical lines in red (end-diastolic) and blue (end-systolic) and green for the current frame that is displayed for marker setting. Each strip lies at the middle of its corresponding frame passing through the centre of the heart [7], [10]. Hereafter, only the end-systolic and end-diastolic frames are displayed to the user to navigate through, excluding the other frames, because they are of no obvious significance for the user anymore.

2.1.3 Calculation of the fractional shortening

To calculate the FS percentage, it is necessary to have readings of the end-systolic and end-diastolic heart diameters. This is obtained by manually marking the heart edges during end-diastole or end-systole. Two pairs of marking points identifying the diastolic heart edges and two pairs identifying the systolic heart edges have to be set. In each marked frame, the two pairs of markings give length readings for two lines. One line is drawn across the longest segment of the heart, and the other is much shorter, almost perpendicularly drawn (Figure 3). By marking the heart edges of one pair or several equal numbers of end-systolic frames and end-diastolic frames, an average value of the FS for the large diameters and another average value for the small diameters are obtained. This way the interface outputs two average values for the FS percentage. In addition, the standard deviation of the calculated FS averages is displayed.

Figure 3 A pair of lines marking the ventricle‘s small and large diameters.
Figure 3

A pair of lines marking the ventricle‘s small and large diameters.

3 Results

The software saves the output in an Excel® file, along with information about the x and y coordinates of the marked points, diameter readings, frame numbers, etc. This way, the data for each video can be easily accessed at any time. The software was evaluated by comparing the results provided from manual analysis by an experienced biologist with those obtained with the software. First the FS of 15 embryonic zebrafish hearts were determined by one author by manually placing markers onto maximum ventricular systole and ventricular diastole frames, comparable to the method in [2]. The FS of the 15 zebrafish hearts were in the range of 32 and 70% (see Figure 4).

Figure 4 Results of the determined fractional shortenings (FS) from three examiners. The first examiner used a conventional method as a reference as described in [2].
Figure 4

Results of the determined fractional shortenings (FS) from three examiners. The first examiner used a conventional method as a reference as described in [2].

Afterwards the new software was used by two of the other authors independently from each other to determine the FS of the same zebrafish videos. The FS determined by the second and third examiner were in the range of 30–72% and 37–69%, respectively. Pearson’s linear correlation coefficients between the results of each of the examiners were calculated. Correlations of 0.96 < r 0.99 for all cases indicate that the new software provides comparable results for the determination of the FS with the benefit of increased speed and ease of use.

4 Conclusion

Evaluation of FS is important to determine heart ventricle and atrium function in order to calculate the ejection fraction. Zebrafish can be used as model organism to investigate small molecules for their suitability as potential cardiac drugs. A new software was presented that can accelerate the determination of the FS in zebrafish heart videos by identifying and presenting only those frames, which have been identified as corresponding with the end-systolic and end-diastolic phase. The new method has three steps: (i) Automatic or manual selection of a template frame (ii) Marking of the heart edges to identify end-systolic and diastolic heart diameters for several frames; (iii) Calculation of the average FS and the standard deviation of the set of readings. Videos can be processed independent of rhythmicity. For instance, cardiac arrhythmia should not affect the working of the algorithm as it is independent on the number of frames between each status frame. Similarly, heart conditions which involve absence of blood are not a problem in detection as it is not based on the colours in the frame, but rather the heart shape.

The software has proved to deliver results for the FS of videos from zebrafish embryos that correlated with the results obtained by a standard manual method.

Additionally, there are indications that the new software can also been used to evaluate human cardiac ultrasound videos. The software has been tested with such videos that were provided at a video-sharing website [11], [12], [13]. Again, the results for the FS were in the same range as given in the videos.

In addition, having the ability to input and process many readings from which the average FS percentage and its standard deviation are calculated gives the results a statistically powerful property, which improves robustness and reproducibility of the detection. This helps in future trials to process larger sets of data reliably, as well as in developing a fully automated system.

The new software is available on request by the corresponding author.

Author’s Statement

Research funding: Funding was provided by the Helmholtz Association programme “BioInterfaces: Molecular and cellular interactions at functional interfaces”. 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 animal use has been complied with all the relevant national regulations and institutional policies for the care and use of animals.

References

[1] Yang L, Ho NY, Alshut R, Legradi J, Weiss C, Reischl M, et al. Zebrafish embryos as models for embryotoxic and teratological effects of chemicals. Reprod Toxicol. 2009;28:245–53.10.1016/j.reprotox.2009.04.013Search in Google Scholar PubMed

[2] Hoage T, Ding Y, Xu X. Quantifying cardiac functions in embryonic and adult zebrafish. cardiovascular development. Humana Press; 2012;843. p. 11–20.10.1007/978-1-61779-523-7_2Search in Google Scholar PubMed PubMed Central

[3] Bakkers J. Zebrafish as a model to study cardiac development and human cardiac disease. Cardiovasc Res. 2011;91:279–88.10.1093/cvr/cvr098Search in Google Scholar PubMed PubMed Central

[4] Bührdel JB, Hirth S, Keßler M, Westphal S, Forster M, Manta L, et al. In vivo characterization of human myofibrillar myopathy genes in zebrafish. Biochem Biophys Res Commun. 2015;461:217–23.10.1016/j.bbrc.2015.03.149Search in Google Scholar PubMed

[5] De Luca E, Zaccaria GM, Hadhoud M, Rizzo G, Ponzini R, Morbiducci U, et al. ZebraBeat: a flexible platform for the analysis of the cardiac rate in zebrafish embryos. Scient Reports. 2014;4898:1–13.10.1038/srep04898Search in Google Scholar

[6] Mikut R, Dickmeis T, Driever W, Geurts P, Hamprecht FA, Kausler BX, et al. Automated processing of zebrafish imaging data: a survey. Zebrafish. 2013;10:401–21.10.1089/zeb.2013.0886Search in Google Scholar PubMed PubMed Central

[7] Fink M, Callol-Massot C, Chu A, Ruiz-Lozano P, Izpisua Belmonte JC, Giles W, et al. A new method for detection and quantification of heartbeat parameters in drosophila, zebrafish, and embryonic mouse hearts. Biotechniques. 2009;46:101–13.10.2144/000113078Search in Google Scholar PubMed PubMed Central

[8] Pylatiuk C, Sanchez D, Mikut R, Alshut R, Reischl M, Hirth S, et al. Automatic zebrafish heartbeat detection and analysis for zebrafish embryos. Zebrafish. 2014;11:379–83.10.1089/zeb.2014.1002Search in Google Scholar PubMed PubMed Central

[9] Marcato D, Alshut R, Breitwieser H, Mikut R, Strahle U, Pylatiuk C, et al. An automated and high-throughput Photomotor Response platform for chemical screens. Conf Proc IEEE Eng Med Biol Soc. 2015;7728–31.10.1109/EMBC.2015.7320183Search in Google Scholar PubMed

[10] Ocorr K, Vogler G and Bodmer R. Methods to assess Drosophila heart development, function and aging. Methods. 2014;68:265–72.10.1016/j.ymeth.2014.03.031Search in Google Scholar PubMed PubMed Central

[11] http://youtu.be/izdhV1Owfrk.Search in Google Scholar

[12] http://youtu.be/K8EUvn1NSY8.Search in Google Scholar

[13] http://youtu.be/ZuKFy3Z6.Search in Google Scholar

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

©2016 Christian Pylatiuk et al., licensee De Gruyter.

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

Articles in the same Issue

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