Skip to content
/ radon Public

Rewrite function "radon" and "iradon" in MATLAB

Notifications You must be signed in to change notification settings

xy994/radon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

[res,xp] = myradon(f,angle)

res: Radon transform of image f

xp: Radial coordinates

f: input image (figure)

angle: Radon transform for the angles specified by step angle in degree

Please test with f=phantom(128)

BPI = myiradon(sinogram,thetas)

BPI: recover image

sinogram: image after radon transform

thetas: "angle" in function myradon

Please test with res from myradon

About

Rewrite function "radon" and "iradon" in MATLAB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages