Skip to content

Cone-beam: add support for other padding modes

Pierre Paleo requested to merge cone_padding into master

About

Astra performs FDK with zero-padding, which does not yield sensible results for interior tomography.
Nabu has to pad the data and provide it to astra.

To do

  • Plug CudaPadding in ConebeamReconstructor
  • Unit tests (including horizontal translation + edge padding)
  • Integrate in pipeline
  • Update changelog/documentation
  • End-to-end reconstruction test
Edited by Pierre Paleo

Merge request reports