Skip to content

tarolangner/cuda_grid_interpolator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fast voxel grid interpolation

CUDA implementation (via Python Numba) of GPU-powered grid interpolation, aligning two regular 3D voxel grids.
Given an offset in location and voxel scaling, one voxel grid is aligned with the other through linear interpolation.

Background

This implementation was created in 2020 to resample voxel data of medical scans in two published paper implementations (1, 2).

About

CUDA-powered interpolation of voxel grids with offset in scaling and location via numba

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages