g2o
|
#include <types_icp.h>
Public Member Functions | |
EdgeGICP () | |
void | makeRot0 () |
void | makeRot1 () |
Matrix3D | prec0 (double e) |
Matrix3D | prec1 (double e) |
Matrix3D | cov0 (double e) |
Matrix3D | cov1 (double e) |
Public Attributes | |
Vector3D | pos0 |
Vector3D | pos1 |
Vector3D | normal0 |
Vector3D | normal1 |
Matrix3D | R0 |
Matrix3D | R1 |
Private Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Definition at line 60 of file types_icp.h.
|
inline |
Definition at line 75 of file types_icp.h.
|
inline |
Definition at line 136 of file types_icp.h.
|
inline |
Definition at line 147 of file types_icp.h.
|
inline |
|
inline |
Definition at line 102 of file types_icp.h.
|
inline |
|
inline |
Definition at line 125 of file types_icp.h.
|
private |
Definition at line 62 of file types_icp.h.
Vector3D g2o::EdgeGICP::normal0 |
Definition at line 69 of file types_icp.h.
Referenced by g2o::Edge_V_V_GICP::Edge_V_V_GICP(), main(), g2o::Edge_V_V_GICP::read(), and g2o::Edge_V_V_GICP::write().
Vector3D g2o::EdgeGICP::normal1 |
Definition at line 69 of file types_icp.h.
Referenced by g2o::Edge_V_V_GICP::Edge_V_V_GICP(), main(), g2o::Edge_V_V_GICP::read(), and g2o::Edge_V_V_GICP::write().
Vector3D g2o::EdgeGICP::pos0 |
Definition at line 66 of file types_icp.h.
Referenced by g2o::Edge_V_V_GICP::Edge_V_V_GICP(), main(), g2o::Edge_V_V_GICP::read(), and g2o::Edge_V_V_GICP::write().
Vector3D g2o::EdgeGICP::pos1 |
Definition at line 66 of file types_icp.h.
Referenced by g2o::Edge_V_V_GICP::Edge_V_V_GICP(), g2o::Edge_V_V_GICP::linearizeOplus(), main(), g2o::Edge_V_V_GICP::read(), and g2o::Edge_V_V_GICP::write().
Matrix3D g2o::EdgeGICP::R0 |
Definition at line 72 of file types_icp.h.
Referenced by g2o::Edge_V_V_GICP::Edge_V_V_GICP(), and g2o::Edge_V_V_GICP::read().
Matrix3D g2o::EdgeGICP::R1 |
Definition at line 72 of file types_icp.h.
Referenced by g2o::Edge_V_V_GICP::Edge_V_V_GICP().