Skip to content

ITKIOWrapper.jl provides wrapper functions in Julia from the InsightToolkit Image Registration functions.

License

Notifications You must be signed in to change notification settings

JuliaHealth/ITKIOWrapper.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ITKIOWrapper.jl provides wrapper functions in Julia from the InsightToolkit Image Registration functions.

Usage::

using ITKIOWrapper

Loading Spatial meta data from an image file path:

spatialMeta = ITKIOWrapper.loadSpatialMetaData("filepath")

spatialMeta.origin

spatialMeta.spacing

spatialMeta.size

spatialMeta.direction

Loading Voxel data from an image file path and spatial meta data

voxelData = ITKIOWrapper.loadVoxelData("filepath",spatialMeta)
voxelData.dat

About

ITKIOWrapper.jl provides wrapper functions in Julia from the InsightToolkit Image Registration functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages