Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    scikit-fmm 0.0.2

    Download button

    No screenshots available
    Downloads: 57  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jason Furtney | More programs
    BSD License / FREE
    February 27th, 2012, 21:47 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    scikit-fmm description

    An extension module implementing the fast marching method

    scikit-fmm is a Python module which implements the fast marching method.

    The fast marching method is used to model the evolution of boundaries and interfaces in a variety of application areas.

    scikit-fmm is a simple module which provides two functions: distance(phi, dx=1.0) and travel_time(phi, speed, dx=1.0).

    The functions calculate the signed distance and travel time to an interface described by the zero contour of the input array phi.

    >>> import skfmm
    >>> phi = [-1,-1,-1,1,1,1]
    >>> skfmm.distance(phi)
    array([-2.5, -1.5, -0.5,  0.5,  1.5,  2.5])

    >>> skfmm.travel_time(phi, [2,2,2,2,2,2])
    array([ 1.25,  0.75,  0.25,  0.25,  0.75,  1.25])


    The input array can be of 1, 2, 3 or higher dimensions and can be a masked array.

    Documentation: http://packages.python.org/scikit-fmm

    PyPI: http://pypi.python.org/pypi/scikit-fmm

    Source Code: https://github.com/scikit-fmm/

    Requirements: Numpy and a C/C++ compiler (gcc/MinGW)

    Installing:

    python setup.py install

    Testing (requires nose):

    python tests/test_fmm.py

    Building documentation (require sphinx):

    make html


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    marching method | Python library | Python | marching | method



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM