|
small_gicp
|
Point with covariance for PCL. More...
#include <pcl_point.hpp>
Public Member Functions | |
| Matrix4fMap | getCovariance4fMap () |
| Get covariance matrix as Matrix4fMap. More... | |
| Matrix4fMapConst | getCovariance4fMap () const |
| Get covariance matrix as Matrix4fMapConst. More... | |
Public Attributes | |
| PCL_ADD_POINT4D | |
| Point coordinates. More... | |
| Eigen::Matrix4f | cov |
| 4x4 covariance matrix More... | |
Point with covariance for PCL.
|
inline |
Get covariance matrix as Matrix4fMap.
|
inline |
Get covariance matrix as Matrix4fMapConst.
| Eigen::Matrix4f pcl::PointCovariance::cov |
4x4 covariance matrix
| pcl::PointCovariance::PCL_ADD_POINT4D |
Point coordinates.