#include <Regression.h>
Public Attributes | |
double | alpha |
double | rho |
Simple functions to perform line fitting
Definition at line 43 of file Regression.h.
double LineParameters::alpha |
The angle of the normal vector of the line.
Definition at line 45 of file Regression.h.
double LineParameters::rho |
The distance of the line from the origin of the axis.
Definition at line 44 of file Regression.h.