ImageGeoms.jl

Image sampling geometries for image reconstruction
Author JuliaImageRecon
Popularity
5 Stars
Updated Last
4 Months Ago
Started In
June 2021

ImageGeoms.jl

https://github.com/JuliaImageRecon/ImageGeoms.jl

docs-stable docs-dev action status pkgeval status codecov license Aqua QA code-style deps version pkgeval

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

Related packages

Compatibility

Tested with Julia ≥ 1.10.