You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: