I'm trying to implement an optimization algorithm in Python for solving a computerized tomography problem with TV regularization. I know I can use the function "radon" from scikit-image, but the point it that I also need the transpose (or adjoint operator) of the Radon transform as well.
Does anyone know if there is a way to compute the transpose matrix of the Radon Transform in scikit-image?
[scikit-learn]
at stackoverflow transpose gets over 200 hits... any of those happen to have the solution? searching withscikit-image
gets fewer hits, but you might check that too. – rschwieb Feb 22 '22 at 18:25