Skip to content

bmapdev/curvematch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####To install curvematch for execution

Install shapeio first.

Install matplotlib by doing

    conda install matplotlib

Then install curvematch as:

    pip install https://github.com/bmapdev/curvematch/archive/master.zip

####To install curvematch for development

  1. Clone the repository curvematch as: git clone git@github.com:bmapdev/curvematch.git

    This will create a directory curvematch with the source code.

  2. Change directory to DPmatch by doing cd curvematch/curvematch/DPmatch

  3. Install DPmatch in the developement mode in the DPmatch directory as:

    python setup.py develop

    This will build the DPmatch C++ source and create a shared library in the DPmatch directory.

Start developing curvematch

About

Curve Matching using the Square Root Velocity Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published