MapPoint为地图点 更多...
#include <map.h>
静态 Public 成员函数 | |
| static Ptr | create () |
| MapPoint的简单工厂设计模式 | |
Public 属性 | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef std::shared_ptr< MapPoint > | Ptr |
| bool | m_isOutlier = false |
| outlier标识 | |
| int | m_featureNum = 0 |
| 维护由**关键帧**指向地图点的Feature | |
| std::size_t | m_id |
| 唯一的id信息 | |
| Vec3d | m_position |
| 世界坐标系上位置信息 | |
MapPoint为地图点
| int MapPoint::m_featureNum = 0 |
维护由**关键帧**指向地图点的Feature
| std::size_t MapPoint::m_id |
唯一的id信息
| bool MapPoint::m_isOutlier = false |
outlier标识
| Vec3d MapPoint::m_position |
世界坐标系上位置信息
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef std::shared_ptr<MapPoint> MapPoint::Ptr |