Home Numerical evaluation of image parameters of ETR-1
Article Open Access

Numerical evaluation of image parameters of ETR-1

  • Shamim Ahmed EMAIL logo , Marian Krüger , Christian Willomitzer and Golam A. Zakaria
Published/Copyright: September 30, 2016

Abstract

In this work, we developed a method to handle the image quality test-tool precisely. This test-tool is important to evaluate the quality of the medical images for pre-treatment planning phase. But the achieved images are estimated by naked eyes, which does not provide the precise result. Our main goal is to get the desired image parameters numerically. This numerical estimation overcomes the limitation of naked eye observation. Hence, it enhances the pre-treatment planning. The ETR-1 test-tool is considered here. The contrast, the low contrast details and line-pairs (lp/mm) were estimated.

1 Introduction

The recent researches on On-Board Imager (OBI) system show many approaches to analyze the image data. But the pre-treatment planning is highly dependable on the information of the image quality, which is generally checked by test tool. The research so far, does not show the numerical estimation of this test tool. This research was performed to bridge the gap of the field of medical imaging.

ETR-1 image quality test tool was considered into account. The contrast module estimates the contrast of the achieved image. The low contrast details are evaluated by some sort of small indicators. The high contrast line-pairs (lp/mm) are measured by two parallel indicators, mounted on the resolution module unit.

2 Material and methods

2.1 ETR-1 image quality test tool

ETR-1 is a multi-purpose test tool to evaluate the image quality of all types of radiographic and fluoroscopic systems using films. It is manufactured by Scanditronix Wellhöfer GmbH [1]. The test-plate merely consists of a contrast module and a resolution module. The resolution module is moreover, consists of a resolution measurement unit, the low contrast details and a measuring area of the optical density. There are some alignment marks and centering rings in different formats. A centimeter scale and a centering tube is also available in this test tool.

Exposure geometryis also useful for various types of investigations. Adjustment of image intensifier size, as well as, the alignment of the light field edges to the X-ray field are controlled by this parameter. Moreover, it is helpful for the alignment of light field center with the center of the image. Magnification (scale length of the test pattern vs. the actual scale length) is also maintained by the exposure geometry. Centering tube for checking the perpendicular beam is also available in the test tool ETR-1.

2.2 Canny algorithm

The canny algorithm works based on three criteria namely good detection, good localization and only one response to a single edge.

Assuming the finite impulse response of the filter is f(x), bounded by [−w, +w]. The edge itself is referred by G(x). The root mean square noise amplitude per unit length is n0. Then the signal to noise ratio (SNR) criterion [2] is given by Eq. (1).

(1)SNR=|w+wG(x)f(x)dx|n0w+wf2(x)dx

The higher SNR ensures that a real edge is not missed, while the non-edge point is not detected as the edge.

The localization accuracy criterion [2], is followed by Eq. (2).

(2)Localization=|w+wG(x)f(x)dx|n0w+wf2(x)dx

Finally, the one response criterion [2] is considered which minimizes multiple responses to a single edge. The mean distance between zero-crossing of f is xzc. Then we write,

(3)xzc(f)=π[+f2(x)dx+f′′2(x)dx]1/2

The Auto threshold was used to visualize the test-plate image. Canny edge detector and image dilation allows to observe the geometric shapes of the plate properly, especially the central ring of ETR-1. The entire canny algorithm works based on these three criteria given by Eq. (1–3).

2.3 Circle Hough transform

In a two dimensional space, a circle can be represented as (xa)2+(yb)2=r2, where, (a, b) is the center of the circle in cartesian coordinate and r is the radius. Thus, the parameter space would be (a, b, r), i.e. three dimensional. Circle detection process can be divided into two stages. The first stage is finding the optimal center of circles in a 2D parameter space. The second stage is to find the optimal radius in a one dimensional parameter space [3].

Once we have the detected edge of cental ring by canny edge detection, the central ring of ETR-1 image quality test tool was detected by circle Hough transform. The center was then extracted for further processing.

2.4 Bresenham line algorithm

Assuming, Δx=x2x1 and Δy=y2y1. Bresenham algorithm begins with a starting point and then it increments the x-coordinate by one. It is not interested to track the y-coordinate (which increases by the m=Δy/Δx, each time the x increases by one). At the same time, it keeps an error bound ϵ at each stage, which represents the negative of the distance from the point where the line exits the pixel to the top edge of the pixel. The value of ϵ is first set to m − 1, and is incremented by m each time the x-coordinate is incremented by one. If ϵ becomes greater than zero, it means that the line has moved one pixel upwards. For this reason, we must increment the y-coordinate and adjust the error to represent the distance from the top of the new pixel. It is done by subtracting one from ϵ [4].

We used this algorithm both for the treatment of the contrast module, as well as, the resolution module to estimate the high contrast line-pairs. The intensity curve of the contrast module is found from the bresenham lines. In resolution module unit, two sets of bresenham lines were created to evaluate the lp/mm.

2.5 Tracking the test-plate

Two binary masks were created to get a mask difference. This mask difference as a circle touches the lower corners of the contrast module. The dynamic location of the test-plate was determined mathematically to track the test-plate. This tracking is useful for the unexpected orientation of the test-plate. The highest intensity point of the entire image was chosen as reference. With help of this point and the test-plate center, another lower corner of contrast module was calculated.

2.6 Extracting the image parameters

We evaluated three types of image parameters by our developed program. The contrast (C) of the contrast module was calculated from the intensity curve which was found by applying the bresenham line algorithm. Finally, the contrast was calculated by Eq. (4).

(4)C=(LmaxLmin)/(Lmax+Lmin)

The notation Lmax and Lmin denotes the maximum and minumum brightness of the most neighbouring units of the contrast module.

The low contrast details were handled by creating five binary masks. Rectangular grids in 2-D space were created for this purpose. A reference contrast unit onto the optical density measurement area was considered to compare the contrast details graphically.

For high resolution line-pairs, the conventional way of finding the lp/mm was followed. Bresenham algorithm permits fix it onto the resolution module unit. Both line-pairs columns were considered. The important image parameters were extracted as numerical figures and showed in a graphical manner.

3 Results and discussion

For a specific test image, we found the parameters contrast, low contrast details and high contrast line-pairs (lp/mm). We also measured the intensity level difference and the contrast lengths for the contrast module. For all cases, the Matlab program returns the numerical figures as matrices and the graphical illustrations.

  1. Matlab program returns the contrast row vector as below,

  2. Contrast = 0.13 0.19 0.25 0.35 0.51 1.00

  3. The intensity difference (ID) is found as,

  4. ID = 79.64 118.34 155.16 220.05 318.60 615.66

  5. We got the contrast length (LC) as row vector as following,

  6. LC = 40.00 46.00 43.00 44.00 45.00 41.00 36.00

  7. The low contrast indoicators (LCI) were achieved as,

  8. LCI = 1.0000 0.9994 0.9987 0.9979 0.9997

The normalized contrasts of the contrast module for six units are observed from Figure 1. The low contrast details are shown in Figure 2.

Figure 1 Normalized contrast for the contrast module. In case ideal orientation, contrast was measured from left to right units of the contrast module.
Figure 1

Normalized contrast for the contrast module. In case ideal orientation, contrast was measured from left to right units of the contrast module.

Figure 2 Found low contrast details. The right most bar is the reference contrast. The nearest unit to the reference, has the minimum contrast.
Figure 2

Found low contrast details. The right most bar is the reference contrast. The nearest unit to the reference, has the minimum contrast.

4 Summary

The smoothness of the resolution curves depend on the material of the resolution module. The extended bresenham lines in both sides allows to achieve the gradually starting curves. More bresenham lines make sure the accuracy of the resolution curves. That is why, we tried to maintain the width of line-pairs columns as large as we can.

The numerical figures and the graphical illustrations of the image parameters imply the correctness of the whole process. The contrast of the contrast module returns the six different contrast units. The low contrast details, for four small indicators are also determined. The resolution module was handled by estimating the line-pairs and the modulation transfer function. The process was proved to applicable for both the ideal images, as well as, for the noisy images.

Acknowledgement

The authors thank to Radiotherapy department of Ostprignitz-Ruppiner Gesundheitsdienste GmbH (Brandenburg, Germany) for providing the necessary equipments.

Author’s Statement

Research funding: The author state no funding involved. Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent is not applicable. Ethical approval: The conducted research is not related to either human or animal use.

References

[1] Scanditronix Wellhöfer. Quality assurance in digital radiology, measuring instruments and test devices.Search in Google Scholar

[2] Canny J. A computational approach to edge detection. IEEE Transactions on Pattern Analysis and Machine Intelligence. 1986;8:679–98.10.1016/B978-0-08-051581-6.50024-6Search in Google Scholar

[3] Duda RO, Hart PE. Use of the Hough transformation to detect lines and curves in pictures. Communications of the ACM. 1972;15:11–5.10.1145/361237.361242Search in Google Scholar

[4] Bresenham JE. Algorithm for computer control of a digital plotter. IBM Systems J. 1965;4:25–30.10.1145/280811.280913Search in Google Scholar

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

©2016 Shamim Ahmed 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 11.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2016-0108/html
Scroll to top button