Git Product home page Git Product logo

asfit's Introduction

ALGLIB Spline Fitting Library

This library provide 2 method for spline fitting, which named AlglibSplineFitting and ConcaveHullParamSplineFitting.

  1. AlglibSplineFitting support the spline with y=f(x) form and x must be monotonous.(ALGLIB.Linear/nonlinear least squares)
Spline Fitting with ALGLIB
  1. ConcaveHullParamSplineFitting support fitting unordered point cloud in any form.
    Concave Hull Parameter Spline Fitting

File Structure

├── CMakeLists.txt
├── README.md
├── alglib                    # ALGLIB src files
├── alglib_spline_fitting.cpp # spline fitting use alglib.spline1dfit
├── alglib_spline_fitting.h   # include file
├── chp_spline_fitting.cpp    # concave hull parameter spline fitting cpp
├── chp_spline_fitting.h      # concave hull parameter spline fitting include file
├── test.cpp                  # a test executable file
├── test.py                   # convert data to geojson
├── concavehull               # concave calculator
│   ├── concavehull.hpp 
│   └── delaunator.hpp 
└── example                   # how to use dll library
│   ├── CMakeLists.txt
│   ├── demo.cpp
│   ├── include
│   └── lib
└── utils                     # geometric tools
    ├── geometry.cpp
    └── geometry.h

How to use

  1. Create Folder and Excute CMAKE Command
mkdir build
cd build
cmake ..
make & make install
  1. Copy the include and lib folder from install to example
cp -r install/* example
  1. Jump into example folder and excute command
cd example
mkdir build
cd build
cmake ..
make

asfit's People

Contributors

toyimo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.