Fits a plane to a set of 3D points. More...
#include <vcl_vector.h>
#include <vgl/vgl_homg_point_3d.h>
#include <vgl/vgl_homg_plane_3d.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vgl_fit_plane_3d< T > |
Defines | |
#define | VGL_FIT_PLANE_3D_INSTANTIATE(T) extern "please include vgl/algo/vgl_fit_plane_3d.txx 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.txx first" |
Definition at line 65 of file vgl_fit_plane_3d.h.