2D fast marching algorithm

computation of distance maps using fast marching
ダウンロード: 3.8K
更新 2013/7/29

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
バージョン 公開済み リリース ノート
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