Anyone get an error:
"??? Undefined function or method 'perform_front_propagation_mesh' for input arguments of type 'double'."
when trying to perform fast marching on a surface mesh? The contents of the entire toolbox have been added to the path, so it appears that perform_front_propagation_mesh.m was not provided by author.
Comment only
03 Feb 2012
Toolbox Fast Marching
A toolbox for the computation of the Fast Marching algorithm in 2D and 3D.
I just download and use test_fast_marching_2d.m, it goes well although a bit error should be debugged. Thats easy to correct. So, well done. A good work on fast marching methods. I will further use this toobox on my project.
5
09 Sep 2011
Toolbox Fast Marching
A toolbox for the computation of the Fast Marching algorithm in 2D and 3D.
Hi,
I am trying to use this toolbox for segmenting a 3D mesh. The mesh contains several unconnected surfaces.It seems that the fast marching algorithm "jumps" over the gap between the surfaces. Is it possible? I would expect the geodesic distance between unconnected nodes to be Inf.
Thanks,
Eitan
4
30 Jun 2011
Toolbox Fast Marching
A toolbox for the computation of the Fast Marching algorithm in 2D and 3D.
I encountered this error while trying to run compile_mex
mex: mex/anisotropic-fm//perform_front_propagation_anisotropic.cpp not a normal file or does not exist.
??? Error using ==> mex at 222
Unable to complete successfully.
Error in ==> compile_mex at 7
mex mex/anisotropic-fm//perform_front_propagation_anisotropic.cpp
Any help is appreciated. Thank you in advance.
Comment only