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.
This implementation was created in 2020 to resample voxel data of medical scans in two published paper implementations (1, 2).