numeric
|
#include <PlaneFitting.hpp>
Public Types | |
typedef Eigen::Hyperplane< Scalar, 3 > | Plane |
Public Member Functions | |
ResultNormal (const PlaneFitting< Scalar > &sum) | |
Vector3 | getNormal () const |
Scalar | getOffset () const |
Plane | getPlane () const |
Scalar | getResiduals () const |
Class to fit a plane which minimizes the squared distances of the points in normal direction. For almost horizontal planes this is approximately the same as minimizing
typedef Eigen::Hyperplane<Scalar, 3> numeric::PlaneFitting< Scalar >::ResultNormal::Plane |
|
inline |
|
inline |
|
inline |
|
inline |
Returns a plane parametrized by normal vector and offset
|
inline |
Returns the chi^2 error