Moore reduction procedure

From formulasearchengine
Revision as of 21:49, 17 May 2013 by en>Addbot (Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q12637006)
Jump to navigation Jump to search

The fast marching method is a numerical method for solving boundary value problems of the Eikonal equation:

F(x)|T(x)|=1.

Typically, such a problem describes the evolution of a closed curve as a function of time T with speed F(x) in the normal direction at a point x on the curve. The speed function is specified, and the time at which the contour crosses a point x is obtained by solving the equation.

The algorithm is similar to Dijkstra's algorithm and uses the fact that information only flows outward from the seeding area.

This problem is a special case of level set methods. More general algorithms exist but are normally slower.

Extensions to non-flat (triangulated) domains solving:

F(x)|ST(x)|=1,for the surfaceS,andxS.

was introduced by Ron Kimmel and Sethian.

See also

Template:Mathapplied-stub