#include <WAIMap.h>
◆ TransformType
| Enumerator |
|---|
| ROT_X | |
| ROT_Y | |
| ROT_Z | |
| TRANS_X | |
| TRANS_Y | |
| TRANS_Z | |
| SCALE | |
◆ WAIMap()
◆ ~WAIMap()
◆ AddKeyFrame()
◆ AddMapPoint()
◆ applyTransformation()
| void WAIMap::applyTransformation |
( |
double |
value, |
|
|
TransformType |
type |
|
) |
| |
◆ buildRotMat()
| Mat WAIMap::buildRotMat |
( |
float & |
valDeg, |
|
|
int |
type |
|
) |
| |
◆ buildTransMat()
| Mat WAIMap::buildTransMat |
( |
float & |
val, |
|
|
int |
type |
|
) |
| |
!turn sign of y coordinate
!turn sign of z coordinate
◆ clear()
◆ EraseKeyFrame()
◆ EraseMapPoint()
◆ GetAllKeyFrames()
| std::vector< WAIKeyFrame * > WAIMap::GetAllKeyFrames |
( |
| ) |
|
◆ GetAllMapPoints()
◆ GetKeyFrameDB()
◆ GetLastBigChangeIdx()
| int WAIMap::GetLastBigChangeIdx |
( |
| ) |
|
◆ GetMaxKFid()
| long unsigned int WAIMap::GetMaxKFid |
( |
| ) |
|
◆ getNumLoopClosings()
| int WAIMap::getNumLoopClosings |
( |
| ) |
|
◆ GetSize()
| float WAIMap::GetSize |
( |
| ) |
|
◆ getSizeOf()
| size_t WAIMap::getSizeOf |
( |
| ) |
|
◆ incNumLoopClosings()
| void WAIMap::incNumLoopClosings |
( |
| ) |
|
◆ InformNewBigChange()
| void WAIMap::InformNewBigChange |
( |
| ) |
|
◆ isKeyFrameInMap()
◆ KeyFramesInMap()
| long unsigned int WAIMap::KeyFramesInMap |
( |
| ) |
|
◆ MapPointsInMap()
| long unsigned int WAIMap::MapPointsInMap |
( |
| ) |
|
◆ rotate()
| void WAIMap::rotate |
( |
float |
degVal, |
|
|
int |
type |
|
) |
| |
◆ scale()
| void WAIMap::scale |
( |
float |
value | ) |
|
◆ setNumLoopClosings()
| void WAIMap::setNumLoopClosings |
( |
int |
n | ) |
|
◆ SetReferenceMapPoints()
| void WAIMap::SetReferenceMapPoints |
( |
const std::vector< WAIMapPoint * > & |
vpMPs | ) |
|
◆ transform()
| void WAIMap::transform |
( |
cv::Mat |
transform | ) |
|
◆ translate()
| void WAIMap::translate |
( |
float |
value, |
|
|
int |
type |
|
) |
| |
◆ _deletedKeyFrames
◆ _mutexLoopClosings
| std::mutex WAIMap::_mutexLoopClosings |
|
protected |
◆ _numberOfLoopClosings
| int WAIMap::_numberOfLoopClosings = 0 |
|
protected |
◆ _numOfKeyframes
| int WAIMap::_numOfKeyframes |
|
protected |
◆ mKfDB
◆ mMutexMap
| std::mutex WAIMap::mMutexMap |
|
protected |
◆ mMutexMapUpdate
| std::mutex WAIMap::mMutexMapUpdate |
◆ mMutexPointCreation
| std::mutex WAIMap::mMutexPointCreation |
◆ mnBigChangeIdx
| int WAIMap::mnBigChangeIdx |
|
protected |
◆ mnMaxKFid
| long unsigned int WAIMap::mnMaxKFid |
|
protected |
◆ mspKeyFrames
◆ mspMapPoints
◆ mvpKeyFrameOrigins
◆ mvpReferenceMapPoints
| std::vector<WAIMapPoint*> WAIMap::mvpReferenceMapPoints |
|
protected |
The documentation for this class was generated from the following files: