Skip to content

jvgomez/fm2_matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Marching Square - Matlab

V1.0: 22/10/2013 Javier V. Gómez www.javiervgomez.com

DISCLAIMER:

The main purpose of this code is educational and focused on academic research. It is not optimized, its documentation can be poor and it is not bug-free at all. Because of this, it is given without any warranty.

If you find any bug or have any feature request, please let me know by contacting me (jvgomez at ing.uc3m.es) or by any other method described in my website http://www.javiervgomez.com

DEPENDENCIES:

This code requires the Gabriel Peyré's Fast Marching Toolbox to be installed and included in the Matlab path. Instructions about getting,compiling and setting this toolbox can be found in:

http://www.javiervgomez.com/index.php/FM_Toolbox

INSTRUCTIONS:

Just go to examples folder and run the scripts. They show how to use the code.

Data is structured as follows:

  • Algorithms: Main FM2 algorithms, this is the most important part of the code. It is ready to be used out of the Matlab GUI.
  • Examples: ready-to-run Matlab functions using the main algorithms in Algorithms/ to show their use without the GUI.
  • Data: maps and useful data to test the algorithms.
  • fm2tools: auxiliar functions of common use together with FM2 code.

About

Fast Marching Square source code for Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages