2D fast marching algorithm

computation of distance maps using fast marching

Ahora está siguiendo esta publicación

Compute the distance map to a set of points using the fast marching algorithm.
Solves the 2-D eikonal PDE with constant speed T=1.
It is not very general but well suited for learning.

Citar como

Juan Cardelino (2026). 2D fast marching algorithm (https://es.mathworks.com/matlabcentral/fileexchange/18529-2d-fast-marching-algorithm), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.3.0.0

Just added a screenshot and improved documentation.

1.0.0.0

corrected input arguments and changed naming conventions. corrected some mlint warnings too