JuliaImageRecon / ImagePhantoms.jl

Software phantoms for image reconstruction
MIT License
11 stars 4 forks source link

Triangle spectrum and radon transform #15

Closed JeffFessler closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (bdbbc07) into main (d333d04) will increase coverage by 2.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   96.36%   98.40%   +2.03%     
==========================================
  Files           8        9       +1     
  Lines         220      313      +93     
==========================================
+ Hits          212      308      +96     
+ Misses          8        5       -3     
Impacted Files Coverage Δ
src/ellipse.jl 100.00% <100.00%> (ø)
src/focus-chart.jl 100.00% <100.00%> (ø)
src/gauss2.jl 100.00% <100.00%> (ø)
src/rect.jl 100.00% <100.00%> (ø)
src/triangle.jl 100.00% <100.00%> (+100.00%) :arrow_up:
src/shepplogan.jl 100.00% <0.00%> (ø)
src/disk-phantom.jl 100.00% <0.00%> (ø)
src/object.jl 94.11% <0.00%> (+3.37%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d333d04...bdbbc07. Read the comment docs.

JeffFessler commented 3 years ago

Implementing the spectrum and Radon transform of triangles was more work than I had expected, but it is done now and maybe someone will find it useful eventually...

johnnychen94 commented 3 years ago

Maybe you want to add a cross reference to this package in the README of TestImages?