Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

JuliaHealth/WrapperITKIO.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WrapperITKIO.jl

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

Usage::

using WrapperITKIO

Loading Spatial meta data from an image file path:

spatialMeta = WrapperITKIO.loadSpatialMetaData("filepath")

spatialMeta.origin

spatialMeta.spacing

spatialMeta.size

spatialMeta.direction

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

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

About

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