RTK/ImageQuality: Difference between revisions

From Openrtk
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:
** Compute it from the knowledge of the spectrum of the x-ray source and the detector response,
** Compute it from the knowledge of the spectrum of the x-ray source and the detector response,
** Measure the attenuation for several thicknesses of the material of interest,
** Measure the attenuation for several thicknesses of the material of interest,
** Do a tomography of a homogenous object (e.g., a cylinder), fix the lookup table the [http://www.openrtk.org/Doxygen/classrtk_1_1WaterPrecorrectionImageFilter.html rtk::WaterPrecorrectionImageFilter]] which implements [http://dx.doi.org/10.1118/1.2188076 Kachelriess et al, Med Phys, 2006].
** Do a tomography of a homogenous object (e.g., a cylinder), fix the lookup table the [http://www.openrtk.org/Doxygen/classrtk_1_1WaterPrecorrectionImageFilter.html rtk::WaterPrecorrectionImageFilter]] which implements [http://dx.doi.org/10.1118/1.2188076 <nowiki>[Kachelriess et al, Med Phys, 2006]</nowiki>].
** Estimate the p and a parameters of equation 1 in [http://dx.doi.org/10.1007/s003300050710 Ohnesorge et al, Eur Radiol, 1999]
** Estimate the p and a parameters of equation 1 in [http://dx.doi.org/10.1007/s003300050710 <nowiki>[Ohnesorge et al, Eur Radiol, 1999]</nowiki>]
* The algorithm of [http://dx.doi.org/10.1118/1.3477088 Kyriakou et al, Med Phys, 1010] may easily be implemented from the existing code in RTK.
* The algorithm of [http://dx.doi.org/10.1118/1.3477088 <nowiki>[Kyriakou et al, Med Phys, 2010</nowiki>] may easily be implemented from the existing code in RTK.


= Truncated projection images =
= Truncated projection images =


* The [http://www.openrtk.org/Doxygen/classrtk_1_1FFTRampImageFilter.html rtk::FFTRampImageFilter] implements the heuristic solution of [http://dx.doi.org/10.1118/1.598855 Ohnesorge et al, Med Phys, 2000]. The parameter TruncationCorrection must be set.
* The [http://www.openrtk.org/Doxygen/classrtk_1_1FFTRampImageFilter.html rtk::FFTRampImageFilter] implements the heuristic solution of [http://dx.doi.org/10.1118/1.598855 <nowiki>[Ohnesorge et al, Med Phys, 2000]</nowiki>]. The parameter TruncationCorrection must be set.
* Exact reconstruction based differentiated backprojection and inverse Hilbert filtering (see, e.g., [http://dx.doi.org/10.1088/0031-9155/49/17/006 Noo et al, PMB, 2004] is investigated in Lyon.
* Exact reconstruction based differentiated backprojection and inverse Hilbert filtering (see, e.g., [http://dx.doi.org/10.1088/0031-9155/49/17/006 <nowiki>[Noo et al, PMB, 2004]</nowiki>] is investigated in Lyon.

Revision as of 09:49, 5 August 2015

This page summarizes the existing and the future solutions in RTK for improving image quality of cone-beam (CB) CT images.

X-ray source imperfections

  • Geometric blurring can be corrected by the scatter glare correction detailed in the detector imperfections section.
  • Exposure fluctuations from projection to projection are common. They can be corrected by rtk::I0EstimationProjectionFilter which automatically estimates a weighting constant per projection using an histogram analysis. This filter only works if there are pixels in each projections that measure x-rays that traversed air only (except maybe a few projections using a revursive least-square . The filter does not have any parameter except the bitshift template value for the reduction of the histogram size. It is implemented for integer pixel types only.
  • Focal spot motion cannot be corrected currently. It would require geometric calibration for each acquisition.

Detector imperfections

  • Lag: the [ rtk::] filter implements correction implements

, see [Poludniowski et al, PMB, 2011] implemetend in [rtk::]

Beam hardening

Truncated projection images