Image and Terrain Modeling using Incremental Delaunay Triangulation

Version 1.1.0.0 (20,7 ko) par Omid Sakhi
This program model image/digital elevation data using incremental Delaunay triangulations.
2,3K téléchargements
Mise à jour 27 déc. 2010

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

Some additional notes on the submission are added.

1.0.0.0