Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ewenwan/ORB_SLAM2_SSD_Semantic
/ functions
Functions
898 in github.com/Ewenwan/ORB_SLAM2_SSD_Semantic
⨍
Functions
898
◇
Types & classes
249
↓ 5 callers
Method
UnprojectStereo
* @brief Backprojects a keypoint (if stereo/depth info available) into 3D world coordinates. * @param i 第i个keypoint * @return 3D点(相对于世界坐标系) */ 得
perfect/src/Frame.cc:1070
↓ 5 callers
Function
parseFrame
realtime_dect_loc/include/ty/common/Utils.hpp:37
↓ 4 callers
Method
AddKeyFrame
src/Map.cc:18
↓ 4 callers
Method
AddKeyFrame
perfect/src/Map.cc:20
↓ 4 callers
Method
GetChilds
perfect/src/KeyFrame.cc:509
↓ 4 callers
Method
GetNormal
src/MapPoint.cc:89
↓ 4 callers
Method
GetNormal
perfect/src/MapPoint.cc:105
↓ 4 callers
Method
GetWeight
返回关键帧对于的权重
perfect/src/KeyFrame.cc:293
↓ 4 callers
Method
IncreaseFound
可跟踪到次数 +n
perfect/src/MapPoint.cc:283
↓ 4 callers
Method
InsertKeyFrame
* @brief 将关键帧 插入到 关键帧闭环检测队列中 * @return 无 */
src/LoopClosing.cc:98
↓ 4 callers
Method
InsertKeyFrame
* @brief 将关键帧 插入到 关键帧闭环检测队列中 * @return 无 */
perfect/src/LoopClosing.cc:98
↓ 4 callers
Method
KeyFramesInMap
地图中 关键帧数量
src/Map.cc:100
↓ 4 callers
Method
Replace
地图点的 替换点 输入可替换本地图点的 另一个地图点 将当前地图点(this),替换成pMp。主要使用在闭环时 调整地图点和关键帧,建立新的关系
src/MapPoint.cc:204
↓ 4 callers
Method
Replace
地图点的 替换点 输入可替换本地图点的 另一个地图点 将当前地图点(this),替换成pMp。主要使用在闭环时 调整地图点和关键帧,建立新的关系
perfect/src/MapPoint.cc:225
↓ 4 callers
Method
Reset
系统复位重置================================================
src/System.cc:410
↓ 4 callers
Method
Reset
系统复位重置================================================
perfect/src/System.cc:417
↓ 4 callers
Method
SearchByBoW
当前帧 和 参考关键帧 中的地图点 进行特征匹配 匹配到已有地图点 关键帧和 当前帧 均用 字典单词线性表示 对应单词的 描述子 肯定比较相近 取对应单词的描述子进行匹配可以加速匹配 当前帧每个关键点的描述子 和 参考关键帧每个地图点的描述子匹配 保留距离最近的匹配地图点 且最短距离和 次短距离
perfect/src/ORBmatcher.cc:217
↓ 4 callers
Function
fastMalloc
realtime_dect_loc/include/ncnn/include/allocator.h:50
↓ 4 callers
Method
isBad
src/KeyFrame.cc:637
↓ 4 callers
Method
isBad
perfect/src/KeyFrame.cc:676
↓ 4 callers
Method
isFinished
perfect/src/Viewer.cc:229
↓ 4 callers
Method
show
realtime_dect_loc/src/XYZRGBPCViewer.cpp:98
↓ 3 callers
Method
AddConnection
为关键帧之间添加连接,通过关键帧之间的weight连接,weight指的是两个关键帧之间共同观测到的地图点
perfect/src/KeyFrame.cc:198
↓ 3 callers
Method
ChangeParent
perfect/src/KeyFrame.cc:502
↓ 3 callers
Method
EraseMapPointMatch
按id删除地图点
src/KeyFrame.cc:272
↓ 3 callers
Method
EraseMapPointMatch
按id删除地图点
perfect/src/KeyFrame.cc:311
↓ 3 callers
Method
Fuse
* @brief 将MapPoints投影到关键帧pKF中,并判断是否有重复的MapPoints * 1.如果MapPoint能匹配关键帧的特征点,并且该特征点有对应的MapPoint,那么将两个MapPoint合并(选择观测数多的) * 2.如果MapPoint能匹配关键帧的特征点,并且该
src/ORBmatcher.cc:1031
↓ 3 callers
Method
Fuse
* @brief 将MapPoints投影到关键帧pKF中,并判断是否有重复的MapPoints * 1.如果MapPoint能匹配关键帧的特征点,并且该特征点有对应的MapPoint,那么将两个MapPoint合并(选择观测数多的) * 2.如果MapPoint能匹配关键帧的特征点,并且该
perfect/src/ORBmatcher.cc:1031
↓ 3 callers
Method
GetConnectedKeyFrames
返回所有连接的关键帧 得到关键帧序列 set是关联容器 未排序(set)
src/KeyFrame.cc:206
↓ 3 callers
Method
GetInverseScaleFactors
include/ORBextractor.h:68
↓ 3 callers
Method
GetInverseScaleSigmaSquares
include/ORBextractor.h:76
↓ 3 callers
Method
GetLevels
内联函数
include/ORBextractor.h:58
↓ 3 callers
Method
GetReferenceKeyFrame
perfect/src/MapPoint.cc:111
↓ 3 callers
Method
GetScaleFactor
include/ORBextractor.h:61
↓ 3 callers
Method
GetScaleFactors
include/ORBextractor.h:64
↓ 3 callers
Method
GetScaleSigmaSquares
include/ORBextractor.h:72
↓ 3 callers
Method
IncreaseFound
可跟踪到次数 +n
src/MapPoint.cc:262
↓ 3 callers
Method
IncreaseVisible
可观测到次数 +n
src/MapPoint.cc:255
↓ 3 callers
Method
IncreaseVisible
可观测到次数 +n
perfect/src/MapPoint.cc:276
↓ 3 callers
Method
IsInKeyFrame
给定关键帧 是否在 该点的 观测帧集合内
src/MapPoint.cc:366
↓ 3 callers
Method
IsInKeyFrame
给定关键帧 是否在 该点的 观测帧集合内
perfect/src/MapPoint.cc:387
↓ 3 callers
Method
MapPointsInMap
地图中地图点的数量
src/Map.cc:94
↓ 3 callers
Method
MapPointsInMap
地图中地图点的数量
perfect/src/Map.cc:96
↓ 3 callers
Method
RequestFinish
src/Viewer.cc:171
↓ 3 callers
Method
RequestFinish
perfect/src/Viewer.cc:211
↓ 3 callers
Method
SearchByBoW
当前帧 和 参考关键帧 中的地图点 进行特征匹配 匹配到已有地图点 关键帧和 当前帧 均用 字典单词线性表示 对应单词的 描述子 肯定比较相近 取对应单词的描述子进行匹配可以加速匹配 当前帧每个关键点的描述子 和 参考关键帧每个地图点的描述子匹配 保留距离最近的匹配地图点 且最短距离和 次短距离
src/ORBmatcher.cc:217
↓ 3 callers
Method
SetBadFlag
地图点被观测到的次数过少 该点不具有参考性 坏点 删除 该地图点 的 观测帧 指针 其他点 也可能被这些观测点观测到 对象不能删除 删除在 观测帧 内 的 与改地图点相关的匹配点对
src/MapPoint.cc:172
↓ 3 callers
Method
SetBadFlag
地图点被观测到的次数过少 该点不具有参考性 坏点 删除 该地图点 的 观测帧 指针 其他点 也可能被这些观测点观测到 对象不能删除 删除在 观测帧 内 的 与改地图点相关的匹配点对
perfect/src/MapPoint.cc:193
↓ 3 callers
Method
SetCurrentCameraPose
src/MapDrawer.cc:222
↓ 3 callers
Method
SetCurrentCameraPose
设置当前帧 相机姿======================================
perfect/src/MapDrawer.cc:293
↓ 3 callers
Method
SetRansacParameters
设置RANSAC迭代的参数
perfect/src/PnPsolver.cc:117
↓ 3 callers
Method
SetReferenceMapPoints
src/Map.cc:61
↓ 3 callers
Method
SetReferenceMapPoints
perfect/src/Map.cc:63
↓ 3 callers
Function
TYInitLib
realtime_dect_loc/include/ty/include/TY_API.h:1018
↓ 3 callers
Method
add
src/KeyFrameDatabase.cc:39
↓ 3 callers
Method
add
perfect/src/KeyFrameDatabase.cc:39
↓ 3 callers
Function
align
Align two trajectories using the method of Horn (closed-form). 匹配误差计算==== Input: model -- first trajectory (3xn) 估计值 data -- second
tool/draw_groundtruth_Rt_associate.py:16
↓ 3 callers
Method
isFinished
src/Viewer.cc:189
↓ 3 callers
Method
iterate
perfect/src/PnPsolver.cc:161
↓ 3 callers
Method
ptr
realtime_dect_loc/include/ncnn/include/opencv.h:216
↓ 3 callers
Method
segment
perfect/src/MergeSG.cc:295
↓ 2 callers
Method
AddChild
添加孩子 set 红黑二叉树
src/KeyFrame.cc:450
↓ 2 callers
Method
AddChild
添加孩子 set 红黑二叉树
perfect/src/KeyFrame.cc:489
↓ 2 callers
Method
AddConnection
为关键帧之间添加连接,通过关键帧之间的weight连接,weight指的是两个关键帧之间共同观测到的地图点
src/KeyFrame.cc:159
↓ 2 callers
Method
AddLoopEdge
src/KeyFrame.cc:488
↓ 2 callers
Method
AddLoopEdge
perfect/src/KeyFrame.cc:527
↓ 2 callers
Method
ChangeParent
src/KeyFrame.cc:463
↓ 2 callers
Method
ComputeMask
未考虑相机运动,直接计算光流=======
perfect/src/Flow.cc:14
↓ 2 callers
Method
ComputeSceneMedianDepth
单目 环境 深度中值
src/KeyFrame.cc:724
↓ 2 callers
Method
ComputeSceneMedianDepth
单目 环境 深度中值
perfect/src/KeyFrame.cc:763
↓ 2 callers
Method
DeactivateLocalizationMode
是建图线程失效======================================
src/System.cc:389
↓ 2 callers
Method
DeactivateLocalizationMode
是建图线程失效======================================
perfect/src/System.cc:396
↓ 2 callers
Method
DetectRelocalizationCandidates
perfect/src/KeyFrameDatabase.cc:199
↓ 2 callers
Method
DivideNode
src/ORBextractor.cc:478
↓ 2 callers
Method
DivideNode
perfect/src/ORBextractor.cc:478
↓ 2 callers
Method
EraseMapPoint
src/Map.cc:32
↓ 2 callers
Method
EraseMapPoint
perfect/src/Map.cc:34
↓ 2 callers
Method
EraseObservation
删除地图点观测:从当前地图点的 mObservation 和 nObs 成员中删掉对应关键帧观测关系, 若该关键帧恰好是参考帧,则需要重新指定。当观测相机数小于等于2时,该地图点需要剔除。 删掉观测关系,和删掉地图点(以及替换地图点),需要区分开!
src/MapPoint.cc:126
↓ 2 callers
Method
EraseObservation
删除地图点观测:从当前地图点的 mObservation 和 nObs 成员中删掉对应关键帧观测关系, 若该关键帧恰好是参考帧,则需要重新指定。当观测相机数小于等于2时,该地图点需要剔除。 删掉观测关系,和删掉地图点(以及替换地图点),需要区分开!
perfect/src/MapPoint.cc:147
↓ 2 callers
Method
GetChilds
src/KeyFrame.cc:470
↓ 2 callers
Method
GetCovisiblesByWeight
根据权重w 二分查找 有序序列 中的某个对象 返回权重大于 w的关键帧
src/KeyFrame.cc:236
↓ 2 callers
Method
GetCovisiblesByWeight
根据权重w 二分查找 有序序列 中的某个对象 返回权重大于 w的关键帧
perfect/src/KeyFrame.cc:275
↓ 2 callers
Method
GetLoopEdges
src/KeyFrame.cc:495
↓ 2 callers
Method
GetLoopEdges
perfect/src/KeyFrame.cc:534
↓ 2 callers
Method
GetReferenceKeyFrame
src/MapPoint.cc:95
↓ 2 callers
Method
GetWeight
返回关键帧对于的权重
src/KeyFrame.cc:254
↓ 2 callers
Method
InformNewBigChange
src/Map.cc:67
↓ 2 callers
Method
InformNewBigChange
perfect/src/Map.cc:69
↓ 2 callers
Method
RequestReset
* @brief 请求闭环检测线程重启 * @param 无 */
src/LoopClosing.cc:925
↓ 2 callers
Method
RequestReset
* @brief 请求闭环检测线程重启 * @param 无 */
perfect/src/LoopClosing.cc:941
↓ 2 callers
Method
SaveTrajectoryTUM
保存 TUM数据集 相机位姿 轨迹================================================
perfect/src/System.cc:454
↓ 2 callers
Method
SetLocalMapper
设置局部建图
src/Tracking.cc:247
↓ 2 callers
Method
SetLocalMapper
设置局部建图 system.cc 函数传递过来的 建图线程指针
perfect/src/Tracking.cc:567
↓ 2 callers
Method
SetNotErase
src/KeyFrame.cc:501
↓ 2 callers
Method
SetNotErase
perfect/src/KeyFrame.cc:540
↓ 2 callers
Method
SetNotStop
* @brief 设置不要停止标志 * @return 成功与否 */
src/LocalMapping.cc:961
↓ 2 callers
Method
SetNotStop
* @brief 设置不要停止标志 * @return 成功与否 */
perfect/src/LocalMapping.cc:961
↓ 2 callers
Method
SetRansacParameters
设置RANSAC迭代的参数
src/PnPsolver.cc:114
↓ 2 callers
Method
SetTracker
src/LoopClosing.cc:44
↓ 2 callers
Method
SetTracker
perfect/src/LoopClosing.cc:44
← previous
next →
101–200 of 898, ranked by callers