Skip to content

JuliaImageRecon/ImageGeoms.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.