Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular grid to arbitrary grid interpolation #5

Open
ApplestarGY opened this issue Aug 16, 2021 · 1 comment
Open

Regular grid to arbitrary grid interpolation #5

ApplestarGY opened this issue Aug 16, 2021 · 1 comment

Comments

@ApplestarGY
Copy link

Hi,

I need to interpolate a 3D array from a regular grid (orthogonal, and equally spaced in each dimension) to an arbitrary grid. Is this interpolation feasible using this tool?

Thanks,
Yuan

@the-lay
Copy link
Owner

the-lay commented Aug 17, 2021

Hi! Unless I misunderstood the question I don't think so. This package does affine transformations in GPU texture memory: constructs transformation matrix, then applies it for each point in the resulting volume and then finds an interpolated values from the original volume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants