Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ManiiXu/VINS-Mono-Learning
/ functions
Functions
642 in github.com/ManiiXu/VINS-Mono-Learning
⨍
Functions
642
◇
Types & classes
102
Method
generateTestPoints
pose_graph/src/ThirdParty/DVision/BRIEF.cpp:110
Method
geq
* Returns true iff a.Score >= b.Score * @param a * @param b * @return true iff a.Score >= b.Score */
pose_graph/src/ThirdParty/DBoW/QueryResults.h:130
Method
geqv
* Returns true iff a.Score >= s * @param a * @param s * @return true iff a.Score >= s */
pose_graph/src/ThirdParty/DBoW/QueryResults.h:141
Method
getDescriptorLengthInBits
* Returns the descriptor length in bits * @return descriptor length in bits */
pose_graph/src/ThirdParty/DVision/BRIEF.h:68
Method
getEffectiveLevels
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:1016
Method
getFeatures
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:618
Method
getKeyFrame
返回索引为index的关键帧
pose_graph/src/pose_graph.cpp:327
Method
getParentNode
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:1263
Method
getPatchSize
* Returns the size of the patch */
pose_graph/src/ThirdParty/DVision/BRIEF.h:84
Method
getQuadrangleHypotheses
camera_model/src/chessboard/Chessboard.cc:1523
Method
getStringTime
pose_graph/src/ThirdParty/DUtils/Timestamp.cpp:97
Method
getTime
* Returns the timestamp in seconds and microseconds * @param secs seconds * @param usecs microseconds */
pose_graph/src/ThirdParty/DUtils/Timestamp.h:71
Method
getType
* Returns the type of classifier */
pose_graph/src/ThirdParty/DVision/BRIEF.h:76
Method
getWord
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:1033
Method
getWordWeight
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:1041
Method
getWordsFromNode
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:1278
Method
globalSize
vins_estimator/src/factor/marginalization_factor.cpp:138
Method
gt
* Compares the score of two results * @param a * @param b * @return true iff a.Score > b.Score */
pose_graph/src/ThirdParty/DBoW/QueryResults.h:110
Method
h
camera_model/include/camodocal/chessboard/Spline.h:173
Method
highCalc
camera_model/include/camodocal/chessboard/Spline.h:149
Function
hypot3
camera_model/src/gpl/gpl.cc:49
Function
hypot3f
camera_model/src/gpl/gpl.cc:54
Function
image_callback
图像数据回调函数,将image_msg放入image_buf,同时根据时间戳检测是否是新的图像序列
pose_graph/src/pose_graph_node.cpp:100
Function
img_callback
ar_demo/src/ar_demo_node.cpp:445
Function
img_callback
* @brief ROS的回调函数,对新来的图像进行特征点追踪,发布 * @Description readImage()函数对新来的图像使用光流法进行特征点跟踪 * 追踪的特征点封装成feature_points发布到pub_img的话题下, *
feature_tracker/src/feature_tracker_node.cpp:38
Function
imu_callback
imu回调函数,将imu_msg保存到imu_buf,IMU状态递推并发布[P,Q,V,header]
vins_estimator/src/estimator_node.cpp:167
Function
imu_forward_callback
imu前向递推的回调函数,从IMU预积分的位姿得到IMU位姿和cam位姿,得到低延迟和高频率结果
pose_graph/src/pose_graph_node.cpp:165
Method
initUndistortMap
camera_model/src/camera_models/EquidistantCamera.cc:512
Method
initUndistortMap
camera_model/src/camera_models/CataCamera.cc:819
Method
initUndistortMap
camera_model/src/camera_models/PinholeCamera.cc:699
Method
initUndistortMap
camera_model/src/camera_models/ScaramuzzaCamera.cc:671
Method
initUndistortRectifyMap
camera_model/src/camera_models/EquidistantCamera.cc:544
Method
initUndistortRectifyMap
camera_model/src/camera_models/CataCamera.cc:851
Method
initUndistortRectifyMap
camera_model/src/camera_models/PinholeCamera.cc:728
Method
initUndistortRectifyMap
camera_model/src/camera_models/ScaramuzzaCamera.cc:704
Method
initialStructure
* @brief 视觉的结构初始化 * @Description 确保IMU有充分运动激励 * relativePose()找到具有足够视差的两帧,由F矩阵恢复R、t作为初始值 * sfm.construct() 全局纯视觉SFM 恢复滑
vins_estimator/src/estimator.cpp:259
Method
initiateClusters
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:821
Method
initiateClustersKMpp
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:831
Method
instance
camera_model/src/camera_models/CameraFactory.cc:23
Method
instance
camera_model/src/camera_models/CostFunctionFactory.cc:489
Method
labelQuadGroup
camera_model/src/chessboard/Chessboard.cc:494
Method
left
* Returns the number of values still to be returned * @return amount of values to return */
pose_graph/src/ThirdParty/DUtils/Random.h:155
Function
less_pred
camera_model/src/chessboard/Chessboard.cc:1552
Method
liftProjective
* \brief Lifts a point from the image plane to its projective ray * * \param p image coordinates * \param P coordinates of the projective ray */
camera_model/src/camera_models/EquidistantCamera.cc:427
Method
liftProjective
* \brief Lifts a point from the image plane to its projective ray * * \param p image coordinates * \param P coordinates of the projective ray */
camera_model/src/camera_models/PinholeCamera.cc:449
Method
liftProjective
* \brief Lifts a point from the image plane to its projective ray * * \param p image coordinates * \param P coordinates of the projective ray */
camera_model/src/camera_models/ScaramuzzaCamera.cc:598
Method
liftSphere
* \brief Lifts a point from the image plane to the unit sphere * * \param p image coordinates * \param P coordinates of the point on the sphere */
camera_model/src/camera_models/EquidistantCamera.cc:415
Method
liftSphere
* \brief Lifts a point from the image plane to the unit sphere * * \param p image coordinates * \param P coordinates of the point on the sphere */
camera_model/src/camera_models/CataCamera.cc:475
Method
liftSphere
* \brief Lifts a point from the image plane to the unit sphere * * \param p image coordinates * \param P coordinates of the point on the sphere */
camera_model/src/camera_models/PinholeCamera.cc:435
Method
liftSphere
* \brief Lifts a point from the image plane to the unit sphere * * \param p image coordinates * \param P coordinates of the point on the sphere */
camera_model/src/camera_models/ScaramuzzaCamera.cc:585
Method
load
pose_graph/src/ThirdParty/DBoW/TemplatedDatabase.h:1277
Method
load
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:1348
Method
loadBin
pose_graph/src/ThirdParty/DBoW/TemplatedVocabulary.h:1509
Method
loadKeyFrame
pose_graph/src/pose_graph.cpp:250
Method
localSize
vins_estimator/src/factor/marginalization_factor.h:31
Method
lowCalc
camera_model/include/camodocal/chessboard/Spline.h:128
Method
ltId
* Returns true iff a.Id < b.Id * @param a * @param b * @return true iff a.Id < b.Id */
pose_graph/src/ThirdParty/DBoW/QueryResults.h:153
Function
main
ar_demo/src/ar_demo_node.cpp:481
Function
main
benchmark_publisher/src/benchmark_publisher_node.cpp:128
Function
main
feature_tracker/src/feature_tracker_node.cpp:232
Function
main
pose_graph/src/pose_graph_node.cpp:485
Function
main
camera_model/src/intrinsic_calib.cc:15
Function
main
vins_estimator/src/estimator_node.cpp:411
Function
mat2RPY
camera_model/include/camodocal/gpl/EigenUtils.h:189
Method
matchCorners
camera_model/src/chessboard/Chessboard.cc:1766
Method
max_size
camera_model/include/camodocal/chessboard/Spline.h:62
Method
meanValue
pose_graph/src/ThirdParty/DBoW/FBrief.cpp:22
Method
midPointIntegration
* @brief IMU预积分中采用中值积分递推Jacobian和Covariance * 构造误差的线性化递推方程,得到Jacobian和Covariance递推公式-> Paper 式9、10、11 * @return void */
vins_estimator/src/factor/integration_base.h:65
Method
modelType
camera_model/src/camera_models/EquidistantCamera.cc:287
Method
modelType
camera_model/src/camera_models/CataCamera.cc:348
Method
modelType
camera_model/src/camera_models/PinholeCamera.cc:320
Method
modelType
camera_model/src/camera_models/ScaramuzzaCamera.cc:203
Function
mustNormalize
\ * Says if a vector must be normalized according to the scoring function \ * @param norm (out) if true, norm to use * @return true iff
pose_graph/src/ThirdParty/DBoW/ScoringObject.h:68
Method
nIntrinsics
camera_model/src/camera_models/Camera.cc:104
Method
normalizeAngle
pose_graph/src/utility/utility.h:131
Method
normalizeAngle
vins_estimator/src/utility/utility.h:131
Function
normalizeTheta
camera_model/include/camodocal/gpl/gpl.h:21
Function
odom_callback
benchmark_publisher/src/benchmark_publisher_node.cpp:66
Method
operator()
计算Brief描述子
pose_graph/src/keyframe.cpp:133
Method
operator()
pose_graph/src/pose_graph.h:110
Method
operator()
pose_graph/src/pose_graph.h:173
Method
operator()
pose_graph/src/pose_graph.h:219
Method
operator()
* Returns the BRIEF descriptors of the given keypoints in the given image * @param image * @param points * @param descriptors * @param tr
pose_graph/src/ThirdParty/DVision/BRIEF.h:99
Method
operator()
camera_model/src/camera_models/CostFunctionFactory.cc:82
Method
operator()
camera_model/src/camera_models/CostFunctionFactory.cc:151
Method
operator()
camera_model/src/camera_models/CostFunctionFactory.cc:237
Method
operator()
camera_model/src/camera_models/CostFunctionFactory.cc:372
Method
operator()
camera_model/src/camera_models/CostFunctionFactory.cc:432
Method
operator()
Check if the spline has been calculated, then generate the spline interpolated value
camera_model/include/camodocal/chessboard/Spline.h:85
Method
operator()
vins_estimator/src/initial/initial_sfm.h:31
Method
operator+
pose_graph/src/ThirdParty/DUtils/Timestamp.cpp:119
Method
operator-
pose_graph/src/ThirdParty/DUtils/Timestamp.cpp:103
Method
operator<
* Compares the scores of two results * @return true iff this.score < r.score */
pose_graph/src/ThirdParty/DBoW/QueryResults.h:61
Method
operator<
pose_graph/src/ThirdParty/DUtils/Timestamp.cpp:177
Method
operator<=
pose_graph/src/ThirdParty/DUtils/Timestamp.cpp:184
Method
operator==
* Compares the entry id of the result * @return true iff this.id == id */
pose_graph/src/ThirdParty/DBoW/QueryResults.h:79
Method
operator==
* Compares the entry ids * @param eid * @return true iff this entry id is the same as eid */
pose_graph/src/ThirdParty/DBoW/TemplatedDatabase.h:284
Method
operator==
pose_graph/src/ThirdParty/DUtils/Timestamp.cpp:191
Method
operator>
* Compares the scores of two results * @return true iff this.score > r.score */
pose_graph/src/ThirdParty/DBoW/QueryResults.h:70
Method
operator>
pose_graph/src/ThirdParty/DUtils/Timestamp.cpp:163
← previous
next →
401–500 of 642, ranked by callers