https://github.com/JuliaImageRecon/ImageGeoms.jl
This Julia package exports the type ImageGeom
and corresponding constructor methods.
It is useful for describing
the pixel or voxel grid
for tomographic image reconstruction.
For an explanation see the documentation using the blue "docs" links above.
using Pkg
Pkg.add("ImageGeoms")
using ImageGeoms
ig2d = ImageGeom((128,128), (1,1), (0,0))
ig3d = ImageGeom( dims=(128,128,64), deltas=(1,1,2), offsets=(0,0,0) )
For more examples with graphics, see the documentation.
- Michigan Image Reconstruction Toolbox (MIRT)
- ImagePhantoms.jl
- Sinograms.jl
- SPECTrecon.jl
- See juliahub
Tested with Julia ≥ 1.10.