Radon Transform

There are functions for Radon transform.

Radom Trnasform

Tomography.Radon.radonFunction
radon(f::Matrix{T}; θ=Vector(0:(π/180):π-π/180)::Vector{T}, in_circle=true) where {T<:Real}

return Radon transform of f.

Keyword arguments

  • f: 2-dimension array.(phantom image)
  • θ: projection angle.(radian)
  • in_circle:
source

Back Projection

Inverse Radon Transform

Missing docstring.

Missing docstring for Radon.filtered_backprojection. Check Documenter's build log for details.