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

JuliaHealth/ITKIOWrapp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages