computed-axial-lithography / CAL-software-Matlab

Software to support volumetric additive manufacturing by tomographic reconstruction (education, research and not-for-profit use)
GNU General Public License v3.0
59 stars 14 forks source link

FBP algorithm #13

Open jttoombs opened 3 years ago

jttoombs commented 3 years ago

This feature adds an alternative algorithm for producing projections. The FBP (filtered back projection) algorithm as it is traditionally employed in CT reconstruction applies the Ram-Lak filter to the projections and backward projects the result. This is the analytical inverse of the Radon transform. However, the filter produces negative values in the projection intensity.

This implementation of the algorithm adds to the filtered projections the absolute value of the minimum (negative) intensity offsetting all projections to have minimum value of zero.