Skip to content

AmirGoldental/Matlab-Delatin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matlab-Delatin

A matlab 3D terrain mesh generation tool. Approximates a height field with a Delaunay triangulation, minimizing the amount of points and triangles for a given maximum error.

Delatin is a port of Michael Fogleman's hmm (C++), which is in turn based on the paper Fast Polygonal Approximation of Terrains and Height Fields (1995) by Michael Garland and Paul Heckbert.

Raster2MeshGif

Based on mapbox/delatin and a priority queue implementation of Andrew Woodward andrewmwoodward/PriorityQueueMATLAB.

Note that I have decided not to use Matlab's functionality for triangulation and developed the edge class instead. The idea is to keep the code generic so that future Julia implementation will be as easy as possible.

About

A matlab version of mapbox/delatin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages