gfa99 / best-fit

Least-squares adjustment of x,y input data to determine the best fitting line, circle or ellipse parameters

Home Page:http://acraig.za.net/src/best-fit.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

best-fit
Alasdair Craig

Dependencies
============

Boost must be preinstalled as best-fit depends on Boost for the following:

1. boost::ublas for the matrix operations;
2. boost::program_options for parsing the command line options when building without BEST_FIT_LIB #defined (ie. building an .exe not a .lib)


Build instructions
==================


#define BEST_FIT_LIB in main.cpp to build a static library. Alternatively omit to build an executable. 

Linux: Build using the Makefile.
Windows: Visual Studio 2008 .sln and .vcproj is provided.


Documentation at http://acraig.za.net/src/best-fit.html

About

Least-squares adjustment of x,y input data to determine the best fitting line, circle or ellipse parameters

http://acraig.za.net/src/best-fit.html


Languages

Language:C++ 89.4%Language:Python 8.3%Language:Makefile 2.3%