Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radon Transformation

A Pytorch implementation of the radon operator and filtered backprojection with, except for a constant, adjoint radon operator and backprojection.

Alt text

Install

pip install ./Radon-Transformation/

Usage

from radon_transformation.radon import get_operators

input = # Load some input of shape (bsz x 1 x w x h)

radon_op, fbp_op = get_operators(n_angles=200, image_size=input.shape[-1], device='cuda')
sino = radon_op(input)
reconstructed = fbp_op(sino)

About

A Pytorch implementation of the radon operator and filtered backprojection with, except for a constant, adjoint radon operator and backprojection.

Topics

Resources

Stars

20 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages