Code covered by the BSD License  

Highlights from
Toolbox Fast Marching

image thumbnail
from Toolbox Fast Marching by Gabriel Peyre
A toolbox for the computation of the Fast Marching algorithm in 2D and 3D.

batch_landmarks_error.m
% batch test    
clear;
name_list = {'constant','mountain','road2'};

for i=1:length(name_list)
    name = name_list{i};
    % test_landmark_error;
    test_distance_approximation;
end

Contact us at files@mathworks.com