Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ functions
Functions
2,339 in github.com/UZ-SLAMLab/ORB_SLAM3
⨍
Functions
2,339
◇
Types & classes
495
Method
Tests
Thirdparty/Sophus/test/core/test_so2.cpp:29
Method
Tests
Thirdparty/Sophus/test/core/test_so3.cpp:30
Method
Tests
Thirdparty/Sophus/test/core/test_sim2.cpp:33
Method
Tests
Thirdparty/Sophus/test/core/test_rxso3.cpp:32
Method
Tests
Thirdparty/Sophus/test/core/test_se2.cpp:31
Method
Tests
Thirdparty/Sophus/test/core/test_se3.cpp:30
Method
Tests
Thirdparty/Sophus/test/core/test_rxso2.cpp:31
Method
Tests
Thirdparty/Sophus/test/core/test_sim3.cpp:33
Method
Timestamp
Thirdparty/DBoW2/DUtils/Timestamp.cpp:39
Method
Track
src/Tracking.cc:1794
Method
TrackLocalMap
src/Tracking.cc:2949
Method
TrackReferenceKeyFrame
src/Tracking.cc:2720
Method
TrackStats2File
src/Tracking.cc:213
Method
TrackWithMotionModel
src/Tracking.cc:2854
Method
Tracking
src/Tracking.cc:44
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
Thirdparty/Sophus/sophus/se3.hpp:745
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
Thirdparty/Sophus/sophus/se2.hpp:542
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
Thirdparty/Sophus/sophus/sim2.hpp:455
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
Thirdparty/Sophus/sophus/sim3.hpp:457
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
Thirdparty/Sophus/sophus/so2.hpp:448
Function
Transformation generator
Returns the ith infinitesimal generators of SE(3). The infinitesimal generators of SE(3) are: ``` | 0 0 0 1 | G_0 = | 0 0 0 0 | | 0 0 0
Thirdparty/Sophus/sophus/se3.hpp:831
Function
Transformation generator
Returns the ith infinitesimal generators of SE(2). The infinitesimal generators of SE(2) are: ``` | 0 0 1 | G_0 = | 0 0 0 | | 0 0 0 | | 0
Thirdparty/Sophus/sophus/se2.hpp:610
Function
Transformation generator
Returns the ith infinitesimal generators of SO(3). The infinitesimal generators of SO(3) are: ``` | 0 0 0 | G_0 = | 0 0 -1 | | 0 1 0 | | 0
Thirdparty/Sophus/sophus/so3.hpp:649
Function
Transformation generator
Returns the ith infinitesimal generators of Sim(2). The infinitesimal generators of Sim(2) are: ``` | 0 0 1 | G_0 = | 0 0 0 | | 0 0 0 | |
Thirdparty/Sophus/sophus/sim2.hpp:518
Function
Transformation generator
Returns the ith infinitesimal generators of Sim(3). The infinitesimal generators of Sim(3) are: ``` | 0 0 0 1 | G_0 = | 0 0 0 0 | | 0 0 0
Thirdparty/Sophus/sophus/sim3.hpp:534
Function
Transformation generator
Returns the infinitesimal generators of SO(2). The infinitesimal generators of SO(2) is: | 0 1 | | -1 0 |
Thirdparty/Sophus/sophus/so2.hpp:459
Function
Transformation hat
hat-operator It takes in the 6-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
Thirdparty/Sophus/sophus/se3.hpp:852
Function
Transformation hat
hat-operator It takes in the 3-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
Thirdparty/Sophus/sophus/se2.hpp:631
Function
Transformation hat
hat-operator It takes in the 3-vector representation ``omega`` (= rotation vector) and returns the corresponding matrix representation of Lie algebra
Thirdparty/Sophus/sophus/so3.hpp:671
Function
Transformation hat
hat-operator It takes in the 4-vector representation and returns the corresponding matrix representation of Lie algebra element. Formally, the hat()
Thirdparty/Sophus/sophus/sim2.hpp:539
Function
Transformation hat
hat-operator It takes in the 7-vector representation and returns the corresponding matrix representation of Lie algebra element. Formally, the hat()
Thirdparty/Sophus/sophus/sim3.hpp:555
Function
Transformation hat
hat-operator It takes in the scalar representation ``theta`` (= rotation angle) and returns the corresponding matrix representation of Lie algebra el
Thirdparty/Sophus/sophus/so2.hpp:474
Function
Transformation matrix
Returns 3x3 matrix representation of the instance. For SO(3), the matrix representation is an orthogonal matrix ``R`` with ``det(R)=1``, thus the so-
Thirdparty/Sophus/sophus/so3.hpp:310
Function
Transformation rotationMatrix
Returns rotation matrix.
Thirdparty/Sophus/sophus/rxso2.hpp:312
Function
Transformation rotationMatrix
Returns rotation matrix.
Thirdparty/Sophus/sophus/rxso3.hpp:341
Method
Triangulate
src/GeometricTools.cc:47
Method
Triangulate
src/CameraModels/KannalaBrandt8.cpp:394
Method
TripletEntry
Thirdparty/g2o/g2o/core/sparse_block_matrix.hpp:35
Method
TwoViewReconstruction
src/TwoViewReconstruction.cc:32
Method
UndistortKeyPoints
src/Frame.cc:747
Method
UnprojectStereo
src/KeyFrame.cc:755
Method
UnrepeatedRandomizer
Thirdparty/DBoW2/DUtils/Random.cpp:55
Method
Update
src/FrameDrawer.cc:370
Method
UpdateLastFrame
src/Tracking.cc:2781
Method
UpdateLocalKeyFrames
src/Tracking.cc:3457
Method
UpdateLocalMap
src/Tracking.cc:3417
Method
UpdateLocalPoints
src/Tracking.cc:3427
Method
UpdateMap
src/KeyFrame.cc:841
Method
Vertex
Thirdparty/g2o/g2o/core/optimizable_graph.cpp:63
Method
Vertex
Thirdparty/g2o/g2o/core/hyper_graph.cpp:34
Method
VertexAccBias
src/G2oTypes.cc:478
Method
VertexAccBias
include/G2oTypes.h:237
Method
VertexGDir
include/G2oTypes.h:277
Method
VertexGyroBias
src/G2oTypes.cc:466
Method
VertexGyroBias
include/G2oTypes.h:215
Method
VertexInvDepth
include/G2oTypes.h:324
Method
VertexPose
include/G2oTypes.h:133
Method
VertexPose4DoF
include/G2oTypes.h:159
Method
VertexSBAPointXYZ
Thirdparty/g2o/g2o/types/types_sba.cpp:35
Method
VertexSE3Expmap
Thirdparty/g2o/g2o/types/types_six_dof_expmap.cpp:52
Method
VertexScale
include/G2oTypes.h:299
Method
VertexSim3Expmap
Thirdparty/g2o/g2o/types/types_seven_dof_expmap.cpp:31
Method
VertexSim3Expmap
src/OptimizableTypes.cpp:216
Method
VertexVelocity
src/G2oTypes.cc:456
Method
VertexVelocity
include/G2oTypes.h:194
Method
Viewer
src/Viewer.cc:28
Method
ViewerAR
Examples_old/ROS/ORB_SLAM3/src/AR/ViewerAR.cc:53
Method
WriteGnuplotAction
Thirdparty/g2o/g2o/core/hyper_graph_action.cpp:220
Function
ZeroVector2
()
Thirdparty/Sophus/py/sophus/matrix.py:27
Function
ZeroVector3
()
Thirdparty/Sophus/py/sophus/matrix.py:35
Function
ZeroVector6
()
Thirdparty/Sophus/py/sophus/matrix.py:43
Method
__add__
(self, right)
Thirdparty/Sophus/py/sophus/complex.py:19
Method
__add__
quaternion multiplication
Thirdparty/Sophus/py/sophus/quaternion.py:25
Method
__eq__
(self, other)
Thirdparty/Sophus/py/sophus/complex.py:59
Method
__eq__
(self, other)
Thirdparty/Sophus/py/sophus/dual_quaternion.py:60
Method
__eq__
(self, other)
Thirdparty/Sophus/py/sophus/quaternion.py:75
Method
__getitem__
We use the following convention [real, imag]
Thirdparty/Sophus/py/sophus/complex.py:32
Method
__getitem__
(self, key)
Thirdparty/Sophus/py/sophus/dual_quaternion.py:30
Method
__getitem__
We use the following convention [q0, q1, q2, q3, t0, t1, t2]
Thirdparty/Sophus/py/sophus/se2.py:67
Method
__getitem__
We use the following convention [q0, q1, q2, q3, t0, t1, t2]
Thirdparty/Sophus/py/sophus/se3.py:96
Method
__getitem__
We use the following convention [vec0, vec1, vec2, real]
Thirdparty/Sophus/py/sophus/quaternion.py:39
Method
__getitem__
(self, key)
Thirdparty/Sophus/py/sophus/so3.py:92
Method
__getitem__
(self, key)
Thirdparty/Sophus/py/sophus/so2.py:51
Method
__init__
(self, real, imag)
Thirdparty/Sophus/py/sophus/complex.py:10
Method
__init__
Dual quaternion consists of a real quaternion, and an infinitesimal quaternion
Thirdparty/Sophus/py/sophus/dual_quaternion.py:10
Method
__init__
internally represented by a unit complex number z and a translation 2-vector
Thirdparty/Sophus/py/sophus/se2.py:11
Method
__init__
internally represented by a unit quaternion q and a translation 3-vector
Thirdparty/Sophus/py/sophus/se3.py:11
Method
__init__
Quaternion consists of a real scalar, and an imaginary 3-vector
Thirdparty/Sophus/py/sophus/quaternion.py:12
Method
__init__
internally represented by a unit quaternion q
Thirdparty/Sophus/py/sophus/so3.py:11
Method
__init__
internally represented by a unit complex number z
Thirdparty/Sophus/py/sophus/so2.py:11
Method
__init__
(self, dirName)
Examples/Calibration/python_scripts/process_imu.py:30
Method
__mul__
complex multiplication
Thirdparty/Sophus/py/sophus/complex.py:14
Method
__mul__
dual quaternion multiplication
Thirdparty/Sophus/py/sophus/dual_quaternion.py:16
Method
__mul__
left-multiplication either rotation concatenation or point-transform
Thirdparty/Sophus/py/sophus/se2.py:56
Method
__mul__
left-multiplication either rotation concatenation or point-transform
Thirdparty/Sophus/py/sophus/se3.py:84
Method
__mul__
quaternion multiplication
Thirdparty/Sophus/py/sophus/quaternion.py:19
Method
__mul__
left-multiplication either rotation concatenation or point-transform
Thirdparty/Sophus/py/sophus/so3.py:82
Method
__mul__
left-multiplication either rotation concatenation or point-transform
Thirdparty/Sophus/py/sophus/so2.py:41
Method
__neg__
(self)
Thirdparty/Sophus/py/sophus/complex.py:22
Method
__neg__
(self)
Thirdparty/Sophus/py/sophus/quaternion.py:29
← previous
next →
1,301–1,400 of 2,339, ranked by callers