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

interpolation fails for irregularly spaced point cloud #2

Open
baagaard opened this issue Feb 11, 2014 · 0 comments
Open

interpolation fails for irregularly spaced point cloud #2

baagaard opened this issue Feb 11, 2014 · 0 comments

Comments

@baagaard
Copy link

Interpolation can fail when point cloud contains irregularly spaced points. Position of points relative to grid can matter, because we select the points for interpolation based on the distance from the given point.

Because we don't generate topology information for the point cloud, a good solution in this case would be to use radial basis functions. This would result in a much more robust interpolation algorithm. See issue #1.

Reported by Jeanne Sauber

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

No branches or pull requests

1 participant