Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APRIL-ZJU/Ctrl-VIO
/ functions
Functions
790 in github.com/APRIL-ZJU/Ctrl-VIO
⨍
Functions
790
◇
Types & classes
182
Method
StaticInitialIMUState
src/inertial/inertial_initializer.cpp:93
Method
SystemState
src/utils/parameter_struct.h:103
Function
TangentAndTheta logAndTheta
As above, but also returns ``theta = |omega|``.
src/sophus_lib/so3.hpp:220
Method
TangentBasis
src/visual_odometry/initial/initial_aligment.cpp:47
Function
ThreadsConstructA
src/estimator/factor/analytic_diff/marginalization_factor.cpp:141
Method
TicToc
src/utils/tic_toc.h:29
Method
Trajectory
src/spline/trajectory.h:45
Method
TrajectoryEstimator
src/estimator/trajectory_estimator.cpp:97
Method
TrajectoryEstimatorOptions
src/estimator/trajectory_estimator_options.h:36
Method
TrajectoryManager
src/estimator/trajectory_manager.cpp:30
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. x_i at x=0.
src/sophus_lib/se3.hpp:707
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. x_i at x=0.
src/sophus_lib/se2.hpp:504
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. x_i at x=0.
src/sophus_lib/sim2.hpp:416
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. x_i at x=0.
src/sophus_lib/sim3.hpp:422
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. x_i at x=0.
src/sophus_lib/so2.hpp:394
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 0 |
src/sophus_lib/se3.hpp:791
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 0
src/sophus_lib/se2.hpp:569
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 0
src/sophus_lib/so3.hpp:596
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 | | 0
src/sophus_lib/sim2.hpp:477
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 0
src/sophus_lib/sim3.hpp:497
Function
Transformation generator
Returns the infinitesimal generators of SO3. The infinitesimal generators of SO(2) is: | 0 1 | | -1 0 |
src/sophus_lib/so2.hpp:405
Function
Transformation hat
hat-operator It takes in the 6-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
src/sophus_lib/se3.hpp:810
Function
Transformation hat
hat-operator It takes in the 3-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
src/sophus_lib/se2.hpp:588
Function
Transformation hat
hat-operator It takes in the 3-vector representation ``omega`` (= rotation vector) and returns the corresponding matrix representation of Lie algebra
src/sophus_lib/so3.hpp:618
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
src/sophus_lib/sim2.hpp:496
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
src/sophus_lib/sim3.hpp:516
Function
Transformation hat
hat-operator It takes in the scalar representation ``theta`` (= rotation angle) and returns the corresponding matrix representation of Lie algebra el
src/sophus_lib/so2.hpp:420
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-
src/sophus_lib/so3.hpp:283
Function
Transformation rotationMatrix
Returns rotation matrix.
src/sophus_lib/rxso2.hpp:263
Function
Transformation rotationMatrix
Returns rotation matrix.
src/sophus_lib/rxso3.hpp:295
Function
UTMtoLL
src/visual_odometry/visual_feature/camera_models/gpl.cc:827
Method
UpdateVIOPrior
src/estimator/trajectory_manager.cpp:122
Method
VIOInitialization
src/visual_odometry/vio_initial.h:33
Method
VelocityBody
@brief Evaluate rotational velocity (first time derivative) of SO(3) B-spline in the body frame @param[in] time time for evaluating velocity of the s
src/estimator/factor/analytic_diff/so3_spline_view.h:356
Method
VisualIMUAlignment
src/visual_odometry/initial/initial_alignment.h:40
Method
VisualInitialAlign
src/visual_odometry/vio_initial.cpp:202
Method
VisualOdometry
src/visual_odometry/visual_odometry.h:49
Function
XYThetaToPoseData
src/utils/math_utils.h:28
Method
acceleration
@brief Alias for second derivative of spline. See \ref evaluate.
src/estimator/factor/analytic_diff/rd_spline_view.h:106
Method
addPoints
src/visual_odometry/visual_feature/feature_tracker.cpp:171
Method
angle
Returns rotation angle.
src/sophus_lib/rxso2.hpp:103
Method
angleX
Extract rotation angle about canonical X-axis
src/sophus_lib/se3.hpp:93
Method
angleY
Extract rotation angle about canonical Y-axis
src/sophus_lib/se3.hpp:97
Method
angleZ
Extract rotation angle about canonical Z-axis
src/sophus_lib/se3.hpp:101
Method
applyInc
src/spline/se3_spline.h:317
Method
applyMask
src/visual_odometry/visual_feature/feature_tracker.cpp:137
Function
assertion_failed
src/spline/assert.h:49
Function
assertion_failed_msg
src/spline/assert.h:58
Function
average
src/sophus_lib/average.hpp:53
Method
backprojectSymmetric
src/visual_odometry/visual_feature/camera_models/EquidistantCamera.cc:715
Method
baseCoeffsWithTime
src/estimator/factor/analytic_diff/so3_spline_view.h:439
Method
baseCoeffsWithTime
src/spline/ceres_spline_helper_jet.h:76
Method
baseCoeffsWithTime
src/spline/ceres_spline_helper.h:74
Method
baseCoeffsWithTimeR3
src/estimator/factor/analytic_diff/rd_spline_view.h:125
Function
bresCircle
src/visual_odometry/visual_feature/camera_models/gpl.cc:532
Function
calcW
src/sophus_lib/sim_details.hpp:10
Function
calcWInv
src/sophus_lib/sim_details.hpp:52
Method
cast
src/spline/rd_spline.h:101
Function
clamp
src/visual_odometry/visual_feature/camera_models/gpl.h:12
Method
clearDepth
src/visual_odometry/feature_manager.cpp:159
Method
clearState
src/visual_odometry/feature_manager.cpp:11
Function
colorDepthImage
src/visual_odometry/visual_feature/camera_models/gpl.cc:439
Function
colormap
src/visual_odometry/visual_feature/camera_models/gpl.cc:465
Method
compensatedParallax2
src/visual_odometry/feature_manager.cpp:424
Function
computeBaseCoefficients
src/spline/spline_common.h:135
Function
computeBlendingMatrix
src/spline/spline_common.h:77
Method
computeTIndexNs
src/spline/so3_spline.h:119
Method
construct
src/visual_odometry/initial/initial_sfm.cpp:122
Method
cpnum
src/spline/so3_spline.h:145
Function
cube
src/visual_odometry/visual_feature/camera_models/gpl.h:51
Function
d2r
src/visual_odometry/visual_feature/camera_models/gpl.cc:59
Function
data
This provides unsafe read/write access to internal data. SO(3) is represented by an Eigen::Quaternion (four parameters). When using direct write acces
src/sophus_lib/se3.hpp:469
Function
data
This provides unsafe read/write access to internal data. SO(2) is represented by a complex number (two parameters). When using direct write access, th
src/sophus_lib/se2.hpp:403
Function
data
This provides unsafe read/write access to internal data. Sim(2) is represented by a complex number (two parameters) and a 2-vector. When using direct
src/sophus_lib/sim2.hpp:384
Function
data
This provides unsafe read/write access to internal data. Sim(3) is represented by an Eigen::Quaternion (four parameters) and a 3-vector. When using di
src/sophus_lib/sim3.hpp:390
Method
data
This provides unsafe read/write access to internal data. RxSO(2) is represented by a complex number (two parameters). When using direct write access,
src/sophus_lib/rxso2.hpp:120
Method
data
This provides unsafe read/write access to internal data. RxSO(3) is represented by an Eigen::Quaternion (four parameters). When using direct write acc
src/sophus_lib/rxso3.hpp:120
Method
data
This provides unsafe read/write access to internal data. SO(2) is represented by a unit complex number (two parameters). When using direct write acces
src/sophus_lib/so2.hpp:113
Function
defaultEnsure
src/sophus_lib/common.hpp:119
Method
deltaQ
src/visual_odometry/utility.h:16
Method
distortion
* \brief Apply distortion to input point (from the normalised plane) * * \param p_u undistorted coordinates of point on the normalised plane * \r
src/visual_odometry/visual_feature/camera_models/CataCamera.cc:765
Method
distortion
* \brief Apply distortion to input point (from the normalised plane) * * \param p_u undistorted coordinates of point on the normalised plane * \ret
src/visual_odometry/visual_feature/camera_models/PinholeCamera.cc:645
Method
double2feature
src/estimator/trajectory_manager.h:87
Method
double2vector
src/estimator/trajectory_manager.cpp:485
Method
epsilon
src/sophus_lib/common.hpp:144
Method
epsilon
src/sophus_lib/common.hpp:156
Method
epsilonSqrt
src/sophus_lib/common.hpp:146
Method
epsilonSqrt
src/sophus_lib/common.hpp:160
Method
estimateExtrinsics
src/visual_odometry/visual_feature/camera_models/Camera.cc:122
Method
estimateIntrinsics
src/visual_odometry/visual_feature/camera_models/EquidistantCamera.cc:311
Method
estimateIntrinsics
src/visual_odometry/visual_feature/camera_models/CataCamera.cc:372
Method
estimateIntrinsics
src/visual_odometry/visual_feature/camera_models/PinholeCamera.cc:344
Method
estimateIntrinsics
src/visual_odometry/visual_feature/camera_models/ScaramuzzaCamera.cc:227
Method
evaluate
src/estimator/factor/analytic_diff/rd_spline_view.h:64
Method
evaluate
@brief Evaluate SO(3) B-spline @param[in] time_ time for evaluating the value of the spline @param[out] J if not nullptr, return the Jacobian of the
src/spline/so3_spline.h:240
Method
evaluate
src/spline/ceres_spline_helper_jet.h:223
Method
evaluate
src/spline/ceres_spline_helper.h:219
Method
evaluate333
src/visual_odometry/integration_base.h:210
Method
evaluate_lie
src/spline/ceres_spline_helper_jet.h:111
Method
evaluate_lie
src/spline/ceres_spline_helper.h:109
← previous
next →
401–500 of 790, ranked by callers