|
| 1 | +# ImagePhantoms.jl |
| 2 | + |
| 3 | +https://github.com/JuliaImageRecon/ImagePhantoms.jl (_WIP!_) |
| 4 | + |
| 5 | +[![action status][action-img]][action-url] |
| 6 | +[![pkgeval status][pkgeval-img]][pkgeval-url] |
| 7 | +[![codecov][codecov-img]][codecov-url] |
| 8 | +[![license][license-img]][license-url] |
| 9 | +[![docs-stable][docs-stable-img]][docs-stable-url] |
| 10 | +[![docs-dev][docs-dev-img]][docs-dev-url] |
| 11 | +[![code-style][code-blue-img]][code-blue-url] |
| 12 | + |
| 13 | +This Julia language repo |
| 14 | +provides tools for working with software-defined image phantoms |
| 15 | +like the Shepp-Logan phantom. |
| 16 | + |
| 17 | +For explanations see the documentation |
| 18 | +using the blue "docs" links above. |
| 19 | + |
| 20 | + |
| 21 | +### Getting started |
| 22 | + |
| 23 | +```julia |
| 24 | +using Pkg |
| 25 | +Pkg.add("ImagePhantoms") |
| 26 | +``` |
| 27 | + |
| 28 | + |
| 29 | +### Example |
| 30 | + |
| 31 | +```julia |
| 32 | +using ImagePhantoms |
| 33 | +using ImageGeoms # not required, but helpful |
| 34 | +todo |
| 35 | +``` |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | +For more examples with graphics, |
| 40 | +see the |
| 41 | +[documentation][docs-stable-url]. |
| 42 | + |
| 43 | + |
| 44 | +### Dependents |
| 45 | + |
| 46 | +* [Michigan Image Reconstruction Toolbox (MIRT)](https://github.com/JeffFessler/MIRT.jl) |
| 47 | +* [Sinograms.jl](https://github.com/todo/Sinograms.jl) |
| 48 | +* [SPECTrecon.jl](https://github.com/todo/SPECTrecon.jl) |
| 49 | +* See [juliahub](https://juliahub.com/ui/Search?q=ImagePhantoms&type=packages) |
| 50 | + |
| 51 | + |
| 52 | +### Related packages |
| 53 | + |
| 54 | +* [AxisArrays](https://github.com/JuliaArrays/AxisArrays.jl) |
| 55 | +* [ImageGeoms](https://github.com/JuliaImageRecon/ImageGeoms.jl) |
| 56 | +* [JuliaImages/Images.jl](https://github.com/JuliaImages/Images.jl) `shepp_logan` |
| 57 | +* [TestImages.jl](https://github.com/JuliaImages/TestImages.jl): `shepp_logan` |
| 58 | + |
| 59 | + |
| 60 | +### Compatibility |
| 61 | + |
| 62 | +Tested with Julia ≥ 1.6. |
| 63 | + |
| 64 | +<!-- URLs --> |
| 65 | +[action-img]: https://github.com/JuliaImageRecon/ImagePhantoms.jl/workflows/CI/badge.svg |
| 66 | +[action-url]: https://github.com/JuliaImageRecon/ImagePhantoms.jl/actions |
| 67 | +[build-img]: https://github.com/JuliaImageRecon/ImagePhantoms.jl/workflows/CI/badge.svg?branch=main |
| 68 | +[build-url]: https://github.com/JuliaImageRecon/ImagePhantoms.jl/actions?query=workflow%3ACI+branch%3Amain |
| 69 | +[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/I/ImagePhantoms.svg |
| 70 | +[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/I/ImagePhantoms.html |
| 71 | +[code-blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg |
| 72 | +[code-blue-url]: https://github.com/invenia/BlueStyle |
| 73 | +[codecov-img]: https://codecov.io/github/JuliaImageRecon/ImagePhantoms.jl/coverage.svg?branch=main |
| 74 | +[codecov-url]: https://codecov.io/github/JuliaImageRecon/ImagePhantoms.jl?branch=main |
| 75 | +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
| 76 | +[docs-stable-url]: https://JuliaImageRecon.github.io/ImagePhantoms.jl/stable |
| 77 | +[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg |
| 78 | +[docs-dev-url]: https://JuliaImageRecon.github.io/ImagePhantoms.jl/dev |
| 79 | +[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat |
| 80 | +[license-url]: LICENSE |
0 commit comments