Awesome
ImageGeoms.jl
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.
Getting started
using Pkg
Pkg.add("ImageGeoms")
Example
using ImageGeoms
ig2d = ImageGeom((128,128), (1,1), (0,0))
ig3d = ImageGeom( dims=(128,128,64), deltas=(1,1,2), offsets=(0,0,0) )
Documentation
For more examples with graphics, see the documentation.
Dependents
- Michigan Image Reconstruction Toolbox (MIRT)
- ImagePhantoms.jl
- Sinograms.jl
- SPECTrecon.jl
- See juliahub
Related packages
Compatibility
Tested with Julia ≥ 1.10.
<!-- URLs -->