Thank you for sharing this program,
I have a question regarding it:
You mentioned it above extract_path_2d.m (and the 3d also) but I cannot find it, even in the files list. For more when runing test_fast_marching_2d.m this error occurs
??? Index exceeds matrix dimensions.
Error in ==> perform_front_propagation_2d_slow>perform_fast_marching_step at 110
h0=H(ind_O);
Error in ==> perform_front_propagation_2d_slow at 56
data = perform_fast_marching_step(data);
Error in ==> perform_fast_marching at 117
[D,S] =
perform_front_propagation_2d_slow(W,start_points,end_points,nb_iter_max, H);
Error in ==> test_fast_marching_2d at 27
[D,S] = perform_fast_marching(W, start_points, options);