Fits a plane to a set of 3D points. More...
#include <vector>#include <iosfwd>#include <vgl/vgl_homg_point_3d.h>#include <vgl/vgl_homg_plane_3d.h>Go to the source code of this file.
Classes | |
| class | vgl_fit_plane_3d< T > |
Macros | |
| #define | VGL_FIT_PLANE_3D_INSTANTIATE(T) extern "please include vgl/algo/vgl_fit_plane_3d.hxx first" |
Fits a plane to a set of 3D points.
By using the plane formula ax+by+cz+d=0, linear equations are derived and solved for the parameters (a, b, c, d)
Modifications none
Definition in file vgl_fit_plane_3d.h.
| #define VGL_FIT_PLANE_3D_INSTANTIATE | ( | T | ) | extern "please include vgl/algo/vgl_fit_plane_3d.hxx first" |
Definition at line 72 of file vgl_fit_plane_3d.h.
1.8.15