#include <vgl_fit_plane_3d.h>
Definition at line 27 of file vgl_fit_plane_3d.h.
Public Member Functions | |
| vgl_fit_plane_3d () | |
| vgl_fit_plane_3d (vcl_vector< vgl_homg_point_3d< T > > points) | |
| ~vgl_fit_plane_3d () | |
| void | add_point (vgl_homg_point_3d< T > const &p) |
| add a point to point set. | |
| void | add_point (const T x, const T y, const T z) |
| void | clear () |
| clear internal data. | |
| bool | fit (const T error_marg) |
| fits a plane to the stored points. | |
| vcl_vector< vgl_homg_point_3d< T > > & | get_points () |
| vgl_homg_plane_3d< T > & | get_plane () |
| first fit() should be called to get the plane computed. | |
Protected Attributes | |
| vcl_vector< vgl_homg_point_3d< T > > | points_ |
| vgl_homg_plane_3d< T > | plane_ |
|
|||||||||
|
Definition at line 38 of file vgl_fit_plane_3d.h. |
|
||||||||||
|
Definition at line 14 of file vgl_fit_plane_3d.txx. |
|
|||||||||
|
Definition at line 42 of file vgl_fit_plane_3d.h. |
|
||||||||||||||||||||
|
Definition at line 26 of file vgl_fit_plane_3d.txx. |
|
||||||||||
|
add a point to point set.
Definition at line 20 of file vgl_fit_plane_3d.txx. |
|
|||||||||
|
clear internal data.
Definition at line 32 of file vgl_fit_plane_3d.txx. |
|
||||||||||
|
fits a plane to the stored points.
Definition at line 38 of file vgl_fit_plane_3d.txx. |
|
|||||||||
|
first fit() should be called to get the plane computed.
Definition at line 61 of file vgl_fit_plane_3d.h. |
|
|||||||||
|
Definition at line 58 of file vgl_fit_plane_3d.h. |
|
|||||
|
Definition at line 32 of file vgl_fit_plane_3d.h. |
|
|||||
|
Definition at line 31 of file vgl_fit_plane_3d.h. |
1.4.4