Image and Terrain Modeling using Incremental Delaunay Triangulation

This program model image/digital elevation data using incremental Delaunay triangulations.
2.3K Downloads
Updated 27 Dec 2010

View License

Digital elevation models can be considered just like an intensity images. Regardless of working with digital evevation models or digital images, they can be considered as a 2.5 dimensional surface, in which the row, column and grey level values represent the x, y and z respectively, using geometrical representations, such as Delaunay triangulation is possible and even attractive because scaling, translation and rotation operations can be simply implemented by applying affine transformations to the coordinates of the vertices.

The algorithm starts with a few points, a minimum of four points covering the entire area of the image. Then it keeps adding more pixels from the image grid to the triangulation domain to obtain an approximation with smaller error.

more:

Omid B.Sakhi, H. Miar Naeimi, "A Hybrid Refinement/Decimation Triangulation Method for Image Approximation", IET, 2008, 351-356.

S. Soommart and K. Paitoonwattanakij, “Incremental Delaunay Triangulation Algorithm for Digital Terrain Modelling”, Thammasat Int. J. Sc. Tech. , Vol. 4, No.2, July 1999.

Cite As

Omid Sakhi (2024). Image and Terrain Modeling using Incremental Delaunay Triangulation (https://www.mathworks.com/matlabcentral/fileexchange/26615-image-and-terrain-modeling-using-incremental-delaunay-triangulation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Some additional notes on the submission are added.

1.0.0.0