Which triangulation Method is used for natural scattered interpolation?
Show older comments
I'm using the Scattered Interpolant Function with the method "natural". I Would like to know which method is used for the triangulation.
In the Description of the Function it is mentioned, that the Delaunay Triangulation is used for this function. However according to the linked source ( “Scattered data interpolation methods for electronic imaging systems: a survey.”) Delaunay is only used for the linear Interpolation and not for the natural interpolation. The source mentiones that Voronoi tesselation is used for natural neighbor interpolation.
Is this the method that is used in the matlab function as well?
Thanks in advance :)
Accepted Answer
More Answers (1)
Taken from
Algorithms
scatteredInterpolant uses a Delaunay triangulation of the scattered sample points to perform interpolation [1].
But that's what you already found yourself.
To get your question answered, I think you will have to contact MATLAB support.
Categories
Find more on Delaunay Triangulation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!