Home Metal artifact reduction by projection replacements and non-local prior image integration
Article Open Access

Metal artifact reduction by projection replacements and non-local prior image integration

  • Maik Stille EMAIL logo and M. Thorsten Buzug
Published/Copyright: September 12, 2015

Abstract

The presence of high-density objects remains an open problem in medical CT imaging. Data of projections that passing through such objects are dominated by noise. Reconstructed images become less diagnostically conclusive because of pronounced artifacts that manifest as dark and bright streaks. A new reconstruction algorithm is proposed, which incorporates information gained from a prior image. Based on a non-local regularization, these information are used to reduce streaking artifacts. In an iterative scheme, the prior image is transformed in order to match intermediate results of the reconstruction by solving a registration problem. During iterations, temporally appearing artifacts are reduced with a bilateral filter and projection values passing through high-density objects are replaced by new calculated values, which are used further on for the reconstruction. Results show that the proposed algorithm significantly reduces streaking artifacts.

1 Introduction

Computed tomography (CT) remains one of the key methods in medical imaging. The image quality of reconstructed CT slices is reduced by the occurrence of different artifacts, which are caused by physical phenomena such as scattering, beam hardening, noise, or total absorption. One of the main sources of artifacts in clinical practice are metal implants and surgical instruments within the area that is imaged. These objects generate dark and bright streaking artifacts, which obstruct the assessment of the anatomy of the patient and reduce the diagnostic value of the images.

Since the publishing of the PICCS algorithm by Chen et al. the integration of prior images in the reconstruction of CT images has become a fast developing topic in the field [1]. A reconstruction algorithm that reduces metal artifacts by integrating a prior image in terms of a non-local regularization term is presented. The regularization term penalizes intensity variations between the image to be reconstructed and a prior image. The prior should hold information from an image that looks similar to the image that is to be reconstructed. However, the goal of the regularization term is to keep anatomical information of the original image while reducing artifacts. In order to find a correct alignment of the prior image and the image that is to be reconstructed a iterative reconstruction scheme is chosen where in certain iteration steps a registration step is incorporated. Furthermore, during these iterations temporally appearing artifacts are reduced with a bilateral filter and projection values passing through high-density objects are replaced by new calculated values, which are used further on for the reconstruction.

2 Methods

Given a set of intensity measurements {ni}i=1M, the negative log-likelihood function for transmission tomography for statistical image reconstruction is defined as

(1)l(f)=i=1Mniln(n0)+nij=1naijfj+ln(ni!)+n0exp(j=1Naijfj)

where f ∈ ℝN is a vector that consists of the expected attenuation coefficients [2]. The number of photons that are detected in the absence of absorption is denoted by n0, the total number of projections is denoted by M, and the number of pixels within the image is denoted by N. The forward projection step is given by

(2)pi=j=1Naijfj,

where aij is an element of the system matrix A ∈ ℝM×N. Based on these formulations, let

(3)f*=fargmin(l(f))+δR(f,Γ(g,y)))

be the optimization problem that is to be solved in order to reconstruct an image of the tomographed object, where R(f, Γ(g, y)) is a regularization term that is added to the objective function and a regularization parameter that controls the influence of the regularization. Here a non-local regularization is proposed, which is defined as

(4)R(f,Γ(g,y))=x=0Nλx(fx1ωxΨx(f,Γ(g,y)))2,

with

(5)Ψx(f,Γ(g,y))=yNxΓ(gx,y)exp(||fηxΓ(g,y)ηy||ph2)

where Γ(g, y) is the transformed prior image g with the transformation parameter. Within (5) x denotes a patch window around pixel x, 𝒩x denotes a search window around pixel x, and ||·||p denotes the Minkowski distance of order p. Furthermore is λ ∈ {0, 1}N a mask with

(6)λx=0ifgx=00ifgx0,

which forces the regularization to ignore all pixels where the prior image holds no information.

The optimization problem (3) is solved by the l-BFGS-b algorithm [3]. In order save computation time while preserving accuracy, the registration problem

(7)D(f(k),Γ(g,y))=!min

where 𝒟 : ℝ2N → ℝ denotes a distance measure, is solved only in specific iteration steps. These iteration steps are specified by a set of convergence tolerances ω(k + 1) > ω* with k ∈ ℕ such that ω(k+1) < ω(k), where ω* denotes the final convergence tolerance at which point the algorithm stops and returns the reconstructed image. While for the distance measure D mutual information Γ is chosen, the calculated transformation is based on an affine transformation.

In order to further reduce metal artifacts, an initial reconstruction based on a filtered backprojection is generated. The resulting image is thresholded in order to gain a mask μ ∈ {0, 1}N that describes the position of the metal object. Based on μ the set 𝓜1 of projection indices is introduced, which corresponds to projection values that are not affected by metal and 𝓜2, a set of projection indices which corresponds to projection values that are affected by metal, such that {1, ..., M} = 𝓜 = 𝓜1 ∪ 𝓜2 and 𝓜1 ∩ 𝓜2 = ø. Before the algorithm is started, the projection values pj with j ∈ 𝓜2 are removed from the measurement in order to discard all projection values that are associated with the metal object. However, in the course of the algorithm, likewise the solving of the registration problem (7), the projection values pj with j ∈ 𝓜2 are replaced by a forward projection of a filtered version of the current image f*(k), which is represented by the intermediate result of (3) in iteration k. For the filtering step a bilateral filter has shown to be appropriate [4]. A bilateral filter is a non-linear local filter operator that takes into account a local intensity context and as such preserves edges. Let f^(k) denote the filtered image in iteration k such that the new projection values can be defined as

(8)p^i(k+1)=j=1Naijf^j(k)iM2

and the intensity values {n^i}iM2 can be defined as

(9)n^i(k)=n0exp(pi(k))iM2

such that the negative log-likelihood function for iteration k > 1 is defined as

(10)l(k)(f)=(iM1nln(n0)+nij=1Naijfj+ln(ni!)+iM2n^i(k)ln(n0)+n^i(k)j=1Naijfj+ln(n^i(k)!)+i=1Mn0exp(j=1Naijfj)).

In algorithm 1 the complete algorithm is given by a pseudo-code representation.

3 Results

In Figure 1 the used phantom is shown. The phantom is generated by using the XCAT software [5] and is located around the pectoral girdle. A metal implant is simulated by adding an artificial object within the left humerus.

In Figure 2 a region of interest of the ground truth image and the prior image is shown. The search window 𝓝x is visualized by a dotted line. The patches fρx and Γ(g, y)ηy are visualized by a red rectangle.

Algorithm 1: Pseudo-code representation of the proposed algorithm

1: choose initial point f*(0)

2: choose convergence tolerance ω(1)

3: choose final convergence tolerance ω*

4: set p^(0)=0

5: for k = 1, 2,... do

6: start with the image f*(k−1) and find an approximated solution f*(k) with the tolerance ω(k) of the problem f*(k) = arg min (l(k)(f) + δR(f, Γ(g, y)))

7: if ω(k)ω* then

8: stop and return f*(k)

9: else

10: solve registration problem D(f(k),Γ(g,y))=!min

11: define ω(k+1) such that ω(k+1) < ω(k)

12: calculate bilateral filtered image f^(k)

13: calculate new projection values p^(k+1)

14: end if

15: end for

Figure 1 The used phantom. Ground truth image of the image that is to be reconstructed, which shows a region around the pectoral girdle. Segmentation of the metal object. The used prior image, which is located approx. 1 cm underneath the ground truth image. The difference of the ground truth image and the prior image.
Figure 1

The used phantom. Ground truth image of the image that is to be reconstructed, which shows a region around the pectoral girdle. Segmentation of the metal object. The used prior image, which is located approx. 1 cm underneath the ground truth image. The difference of the ground truth image and the prior image.

In Figure 3 the weights for each patch within the transformed prior image Γ(g, y) is shown. The weights correspond to the pixel fx, which is shown in Figure 2. A red pixel symbolizes a higher weight for the corresponding pixel, while a dark blue color symbolizes a small weight near zero. Note that due to the mask λ in (4), pixels within the prior image that do not get a weight that is higher than zero will have no influence on the regularization.

Figure 2 Comparison of different patches between the image to be reconstructed, on the left side, and the prior image, on the right side. The search window is visualized by a dotted line. The red rectangle shows the patches fx and Γ(g, y)ηy, respectively.
Figure 2

Comparison of different patches between the image to be reconstructed, on the left side, and the prior image, on the right side. The search window is visualized by a dotted line. The red rectangle shows the patches fx and Γ(g, y)ηy, respectively.

Figure 3 Weights for the different patches within the search window which is visualized in Fig. 2.
Figure 3

Weights for the different patches within the search window which is visualized in Fig. 2.

Figure 4 shows the progression of the reconstruction algorithm. In each iteration a new prior image is calculated. If the newly calculated prior image gets a pixel value of zero assigned due to the weights that are based on the comparison between the intermediate result of the reconstruction and the prior image (see Figure 2), the value has no influence on the regularization due to the mask in (4). Five iterations are needed until the gradient of the objective function (3) becomes smaller than 109. The last used prior image shows only small holes where the corresponding patches are all weighted with zero.

The last raw in Figure 4 shows the linear interpolation approach compared to the proposed algorithm [6]. The final reconstruction shows significantly less artifacts compared to the linear interpolation approach. Most importantly, please note that small anatomical details are preserved and are not suppressed by the regularization term.

Figure 4 Progression of the reconstruction. In each iteration a new non-local prior image is calculated. In the last raw a comparison of the proposed algorithm and the linear interpolation approach is shown.
Figure 4

Progression of the reconstruction. In each iteration a new non-local prior image is calculated. In the last raw a comparison of the proposed algorithm and the linear interpolation approach is shown.

4 Conclusion

A metal artifact reduction algorithm is proposed, which integrates information based on a prior image. A transformation between intermediate results of the reconstruction and the prior image is found. The result of this registration step is used in order to calculate a new prior image.. Finally, a regularization term penalizes intensity variations between the prior and the intermediate results. In an additional step, new projection values that are associated with the metal object, are computed based on filtered intermediate results and combined with the original measurement. The final reconstruction result features significantly less streaking artifacts compared to the linear interpolation approach.

Author’s Statement

  1. 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 has been complied with all the relevant national regulations, institutional policies and in accordance the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.

References

[1] G.-H. Chen, J. Tang, and S. Leng, “Prior image constrained compressed sensing (PICCS): a method to accurately reconstruct dynamic CT images from highly undersampled projection data sets,” Medical Physics, vol. 35, no. 2, pp. 660–663, 2008.10.1118/1.2836423Search in Google Scholar PubMed PubMed Central

[2] M. Oehler and T. M. Buzug, “Statistical image reconstruction for inconsistent CT projection data,” Methods of Information in Medicine, vol. 46, no. 3, pp. 261–269, 2007.10.1160/ME9041Search in Google Scholar PubMed

[3] C. Zhu, R. H. Byrd, P. Lu, and J. Nocedal, “Algorithm 778: L-BFGSB: Fortran subroutines for large-scale bound-constrained optimization,” ACM Transactions on Mathematical Software, vol. 23, no. 4, pp. 550–560, 1997.10.1145/279232.279236Search in Google Scholar

[4] C. Tomasi and R. Manduchi, “Bilateral filtering for gray and color images,” in Sixth International Conference on Computer Vision. IEEE, 1998, pp. 839–846.10.1109/ICCV.1998.710815Search in Google Scholar

[5] W. Segars, M. Mahesh, T. Beck, E. Frey, and B. Tsui, “Realistic CT simulation using the 4D XCAT phantom,” Medical Physics, vol. 35, no. 8, pp. 3800–3808, 2008.10.1118/1.2955743Search in Google Scholar PubMed PubMed Central

[6] W. Kalender and R. Hebel, “Reduction of CT artifacts caused by metallic implants,” Radiology, vol. 164, no. 2, pp. 576–577, 1987.10.1148/radiology.164.2.3602406Search in Google Scholar PubMed

Published Online: 2015-9-12
Published in Print: 2015-9-1

© 2015 by Walter de Gruyter GmbH, Berlin/Boston

This article is distributed under the terms of the Creative Commons Attribution Non-Commercial License, which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Articles in the same Issue

  1. Research Article
  2. Development and characterization of superparamagnetic coatings
  3. Research Article
  4. The development of an experimental setup to measure acousto-electric interaction signal
  5. Research Article
  6. Stability analysis of ferrofluids
  7. Research Article
  8. Investigation of endothelial growth using a sensors-integrated microfluidic system to simulate physiological barriers
  9. Research Article
  10. Energy harvesting for active implants: powering a ruminal pH-monitoring system
  11. Research Article
  12. New type of fluxgate magnetometer for the heart’s magnetic fields detection
  13. Research Article
  14. Field mapping of ballistic pressure pulse sources
  15. Research Article
  16. Development of a new homecare sleep monitor using body sounds and motion tracking
  17. Research Article
  18. Noise properties of textile, capacitive EEG electrodes
  19. Research Article
  20. Detecting phase singularities and rotor center trajectories based on the Hilbert transform of intraatrial electrograms in an atrial voxel model
  21. Research Article
  22. Spike sorting: the overlapping spikes challenge
  23. Research Article
  24. Separating the effect of respiration from the heart rate variability for cases of constant harmonic breathing
  25. Research Article
  26. Locating regions of arrhythmogenic substrate by analyzing the duration of triggered atrial activities
  27. Research Article
  28. Combining different ECG derived respiration tracking methods to create an optimal reconstruction of the breathing pattern
  29. Research Article
  30. Atrial and ventricular signal averaging electrocardiography in pacemaker and cardiac resynchronization therapy
  31. Research Article
  32. Estimation of a respiratory signal from a single-lead ECG using the 4th order central moments
  33. Research Article
  34. Compressed sensing of multi-lead ECG signals by compressive multiplexing
  35. Research Article
  36. Heart rate monitoring in ultra-high-field MRI using frequency information obtained from video signals of the human skin compared to electrocardiography and pulse oximetry
  37. Research Article
  38. Synchronization in wireless biomedical-sensor networks with Bluetooth Low Energy
  39. Research Article
  40. Automated classification of stages of anaesthesia by populations of evolutionary optimized fuzzy rules
  41. Research Article
  42. Effects of sampling rate on automated fatigue recognition in surface EMG signals
  43. Research Article
  44. Closed-loop transcranial alternating current stimulation of slow oscillations
  45. Research Article
  46. Cardiac index in atrio- and interventricular delay optimized cardiac resynchronization therapy and cardiac contractility modulation
  47. Research Article
  48. The role of expert evaluation for microsleep detection
  49. Research Article
  50. The impact of baseline wander removal techniques on the ST segment in simulated ischemic 12-lead ECGs
  51. Research Article
  52. Metal artifact reduction by projection replacements and non-local prior image integration
  53. Research Article
  54. A novel coaxial nozzle for in-process adjustment of electrospun scaffolds’ fiber diameter
  55. Research Article
  56. Processing of membranes for oxygenation using the Bellhouse-effect
  57. Research Article
  58. Inkjet printing of viable human dental follicle stem cells
  59. Research Article
  60. The use of an icebindingprotein out of the snowflea Hypogastrura harveyi as a cryoprotectant in the cryopreservation of mesenchymal stem cells
  61. Research Article
  62. New NIR spectroscopy based method to determine ischemia in vivo in liver – a first study on rats
  63. Research Article
  64. QRS and QT ventricular conduction times and permanent pacemaker therapy after transcatheter aortic valve implantation
  65. Research Article
  66. Adopting oculopressure tonometry as a transient in vivo rabbit glaucoma model
  67. Research Article
  68. Next-generation vision testing: the quick CSF
  69. Research Article
  70. Improving tactile sensation in laparoscopic surgery by overcoming size restrictions
  71. Research Article
  72. Design and control of a 3-DOF hydraulic driven surgical instrument
  73. Research Article
  74. Evaluation of endourological tools to improve the diagnosis and therapy of ureteral tumors – from model development to clinical application
  75. Research Article
  76. Frequency based assessment of surgical activities
  77. Research Article
  78. “Hands free for intervention”, a new approach for transoral endoscopic surgery
  79. Research Article
  80. Pseudo-haptic feedback in medical teleoperation
  81. Research Article
  82. Feasibility of interactive gesture control of a robotic microscope
  83. Research Article
  84. Towards structuring contextual information for workflow-driven surgical assistance functionalities
  85. Research Article
  86. Towards a framework for standardized semantic workflow modeling and management in the surgical domain
  87. Research Article
  88. Closed-loop approach for situation awareness of medical devices and operating room infrastructure
  89. Research Article
  90. Kinect based physiotherapy system for home use
  91. Research Article
  92. Evaluating the microsoft kinect skeleton joint tracking as a tool for home-based physiotherapy
  93. Research Article
  94. Integrating multimodal information for intraoperative assistance in neurosurgery
  95. Research Article
  96. Respiratory motion tracking using Microsoft’s Kinect v2 camera
  97. Research Article
  98. Using smart glasses for ultrasound diagnostics
  99. Research Article
  100. Measurement of needle susceptibility artifacts in magnetic resonance images
  101. Research Article
  102. Dimensionality reduction of medical image descriptors for multimodal image registration
  103. Research Article
  104. Experimental evaluation of different weighting schemes in magnetic particle imaging reconstruction
  105. Research Article
  106. Evaluation of CT capability for the detection of thin bone structures
  107. Research Article
  108. Towards contactless optical coherence elastography with acoustic tissue excitation
  109. Research Article
  110. Development and implementation of algorithms for automatic and robust measurement of the 2D:4D digit ratio using image data
  111. Research Article
  112. Automated high-throughput analysis of B cell spreading on immobilized antibodies with whole slide imaging
  113. Research Article
  114. Tissue segmentation from head MRI: a ground truth validation for feature-enhanced tracking
  115. Research Article
  116. Video tracking of swimming rodents on a reflective water surface
  117. Research Article
  118. MR imaging of model drug distribution in simulated vitreous
  119. Research Article
  120. Studying the extracellular contribution to the double wave vector diffusion-weighted signal
  121. Research Article
  122. Artifacts in field free line magnetic particle imaging in the presence of inhomogeneous and nonlinear magnetic fields
  123. Research Article
  124. Introducing a frequency-tunable magnetic particle spectrometer
  125. Research Article
  126. Imaging of aortic valve dynamics in 4D OCT
  127. Research Article
  128. Intravascular optical coherence tomography (OCT) as an additional tool for the assessment of stent structures
  129. Research Article
  130. Simple concept for a wide-field lensless digital holographic microscope using a laser diode
  131. Research Article
  132. Intraoperative identification of somato-sensory brain areas using optical imaging and standard RGB camera equipment – a feasibility study
  133. Research Article
  134. Respiratory surface motion measurement by Microsoft Kinect
  135. Research Article
  136. Improving image quality in EIT imaging by measurement of thorax excursion
  137. Research Article
  138. A clustering based dual model framework for EIT imaging: first experimental results
  139. Research Article
  140. Three-dimensional anisotropic regularization for limited angle tomography
  141. Research Article
  142. GPU-based real-time generation of large ultrasound volumes from freehand 3D sweeps
  143. Research Article
  144. Experimental computer tomograph
  145. Research Article
  146. US-tracked steered FUS in a respiratory ex vivo ovine liver phantom
  147. Research Article
  148. Contribution of brownian rotation and particle assembly polarisation to the particle response in magnetic particle spectrometry
  149. Research Article
  150. Preliminary investigations of magnetic modulated nanoparticles for microwave breast cancer detection
  151. Research Article
  152. Construction of a device for magnetic separation of superparamagnetic iron oxide nanoparticles
  153. Research Article
  154. An IHE-conform telecooperation platform supporting the treatment of dementia patients
  155. Research Article
  156. Automated respiratory therapy system based on the ARDSNet protocol with systemic perfusion control
  157. Research Article
  158. Identification of surgical instruments using UHF-RFID technology
  159. Research Article
  160. A generic concept for the development of model-guided clinical decision support systems
  161. Research Article
  162. Evaluation of local alterations in femoral bone mineral density measured via quantitative CT
  163. Research Article
  164. Creating 3D gelatin phantoms for experimental evaluation in biomedicine
  165. Research Article
  166. Influence of short-term fixation with mixed formalin or ethanol solution on the mechanical properties of human cortical bone
  167. Research Article
  168. Analysis of the release kinetics of surface-bound proteins via laser-induced fluorescence
  169. Research Article
  170. Tomographic particle image velocimetry of a water-jet for low volume harvesting of fat tissue for regenerative medicine
  171. Research Article
  172. Wireless medical sensors – context, robustness and safety
  173. Research Article
  174. Sequences for real-time magnetic particle imaging
  175. Research Article
  176. Speckle-based off-axis holographic detection for non-contact photoacoustic tomography
  177. Research Article
  178. A machine learning approach for planning valve-sparing aortic root reconstruction
  179. Research Article
  180. An in-ear pulse wave velocity measurement system using heart sounds as time reference
  181. Research Article
  182. Measuring different oxygenation levels in a blood perfusion model simulating the human head using NIRS
  183. Research Article
  184. Multisegmental fusion of the lumbar spine a curse or a blessing?
  185. Research Article
  186. Numerical analysis of the biomechanical complications accompanying the total hip replacement with NANOS-Prosthetic: bone remodelling and prosthesis migration
  187. Research Article
  188. A muscle model for hybrid muscle activation
  189. Research Article
  190. Mathematical, numerical and in-vitro investigation of cooling performance of an intra-carotid catheter for selective brain hypothermia
  191. Research Article
  192. An ideally parameterized unscented Kalman filter for the inverse problem of electrocardiography
  193. Research Article
  194. Interactive visualization of cardiac anatomy and atrial excitation for medical diagnosis and research
  195. Research Article
  196. Virtualizing clinical cases of atrial flutter in a fast marching simulation including conduction velocity and ablation scars
  197. Research Article
  198. Mesh structure-independent modeling of patient-specific atrial fiber orientation
  199. Research Article
  200. Accelerating mono-domain cardiac electrophysiology simulations using OpenCL
  201. Research Article
  202. Understanding the cellular mode of action of vernakalant using a computational model: answers and new questions
  203. Research Article
  204. A java based simulator with user interface to simulate ventilated patients
  205. Research Article
  206. Evaluation of an algorithm to choose between competing models of respiratory mechanics
  207. Research Article
  208. Numerical simulation of low-pulsation gerotor pumps for use in the pharmaceutical industry and in biomedicine
  209. Research Article
  210. Numerical and experimental flow analysis in centifluidic systems for rapid allergy screening tests
  211. Research Article
  212. Biomechanical parameter determination of scaffold-free cartilage constructs (SFCCs) with the hyperelastic material models Yeoh, Ogden and Demiray
  213. Research Article
  214. FPGA controlled artificial vascular system
  215. Research Article
  216. Simulation based investigation of source-detector configurations for non-invasive fetal pulse oximetry
  217. Research Article
  218. Test setup for characterizing the efficacy of embolic protection devices
  219. Research Article
  220. Impact of electrode geometry on force generation during functional electrical stimulation
  221. Research Article
  222. 3D-based visual physical activity assessment of children
  223. Research Article
  224. Realtime assessment of foot orientation by Accelerometers and Gyroscopes
  225. Research Article
  226. Image based reconstruction for cystoscopy
  227. Research Article
  228. Image guided surgery innovation with graduate students - a new lecture format
  229. Research Article
  230. Multichannel FES parameterization for controlling foot motion in paretic gait
  231. Research Article
  232. Smartphone supported upper limb prosthesis
  233. Research Article
  234. Use of quantitative tremor evaluation to enhance target selection during deep brain stimulation surgery for essential tremor
  235. Research Article
  236. Evaluation of adhesion promoters for Parylene C on gold metallization
  237. Research Article
  238. The influence of metallic ions from CoCr28Mo6 on the osteogenic differentiation and cytokine release of human osteoblasts
  239. Research Article
  240. Increasing the visibility of thin NITINOL vascular implants
  241. Research Article
  242. Possible reasons for early artificial bone failure in biomechanical tests of ankle arthrodesis systems
  243. Research Article
  244. Development of a bending test procedure for the characterization of flexible ECoG electrode arrays
  245. Research Article
  246. Tubular manipulators: a new concept for intracochlear positioning of an auditory prosthesis
  247. Research Article
  248. Investigation of the dynamic diameter deformation of vascular stents during fatigue testing with radial loading
  249. Research Article
  250. Electrospun vascular grafts with anti-kinking properties
  251. Research Article
  252. Integration of temperature sensors in polyimide-based thin-film electrode arrays
  253. Research Article
  254. Use cases and usability challenges for head-mounted displays in healthcare
  255. Research Article
  256. Device- and service profiles for integrated or systems based on open standards
  257. Research Article
  258. Risk management for medical devices in research projects
  259. Research Article
  260. Simulation of varying femoral attachment sites of medial patellofemoral ligament using a musculoskeletal multi-body model
  261. Research Article
  262. Does enhancing consciousness for strategic planning processes support the effectiveness of problem-based learning concepts in biomedical education?
  263. Research Article
  264. SPIO processing in macrophages for MPI: The breast cancer MPI-SNLB-concept
  265. Research Article
  266. Numerical simulations of airflow in the human pharynx of OSAHS patients
Downloaded on 7.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2015-0026/html
Scroll to top button