propagation
- Propagation and Fast Marching methods
- fmm - Launch the Fast Marching algorithm in 2D.
- fmm_base.
- fmmisopropagation - Apply classical and multistencil Fast Marching method in 2D.
- fmmisopropagation_base.
- fmmanisopropagation - Perform anisotropic Fast Marching.
- fmmanisopropagation_base.
- fmmpath - Extract a discrete geodesic path using gradient descent or Runge-Kutta method.
- dijkstrapropagation - Shortest distance from multiple source points on graph.
- im2front - Perform a multiple front propagation from a set of seed points using a metric derived from the input image.
- im2front_base.
- im2potential - Design a metric to be used as a potential function in front propagation.
- potential2front - Propagate a (isotropic or anisotropic) front from a set of seed points.
- saddlefront_base - Compute saddle points of an map of influence zones.
- im2amoeba Amoeba-like front propagation over an image.
- im2amoeba_base.