Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/SchurVINS
/ functions
Functions
2,038 in github.com/bytedance/SchurVINS
⨍
Functions
2,038
◇
Types & classes
414
Function
skew
Returns the skew-symmetric matrix of a vector
vikit/vikit_py/src/vikit_py/math_utils.py:18
Method
skipFrames
svo_direct/test/test_utils.h:94
Method
skipFrames
svo_test_utils/src/synthetic_dataset.cpp:165
Method
skipFrames
svo_common/src/test/synthetic_dataset.cpp:141
Method
skipNImages
svo_common/src/test/synthetic_dataset.cpp:101
Function
slerp
vikit/vikit_common/src/math_utils.cpp:183
Method
softShutdown
rpg_common/include/rpg_common/batch_worker.h:42
Method
solve
svo_direct/src/depth_estimation.cpp:149
Method
solveDefaultImpl
vikit/vikit_solver/include/vikit/solver/implementation/mini_least_squares_solver.hpp:253
Method
solveJointOptimisation
svo_online_loopclosing/src/map_alignment.cpp:317
Method
solveJointOptimisation
svo_ceres_backend/src/map_alignment.cpp:268
Method
sort
(self, *args, **kwargs)
svo_ros/scripts/omni_matlab_to_rpg.py:13
Method
sparseImageAlignment
------------------------------------------------------------------------------
svo/src/frame_handler_base.cpp:677
Function
splitPathAndFilename
rpg_common/src/fs.cpp:44
Method
splitSymmetricMatrix
svo_ceres_backend/include/svo/ceres_backend/marginalization_error_impl.hpp:51
Method
splitVector
svo_ceres_backend/include/svo/ceres_backend/marginalization_error_impl.hpp:130
Method
startIteration
vikit/vikit_solver/include/vikit/solver/mini_least_squares_solver.h:147
Method
startThread
svo_ceres_backend/src/ceres_backend_interface.cpp:558
Method
startTimer
vikit/vikit_common/src/performance_monitor.cpp:64
Method
stereoCallback
svo_ros/src/svo_interface.cpp:369
Method
stereoLoop
svo_ros/src/svo_interface.cpp:507
Method
stop
Returns duration in seconds
vikit/vikit_common/include/vikit/timer.h:41
Method
stopThread
svo_direct/src/depth_filter.cpp:76
Method
stopTimer
vikit/vikit_common/src/performance_monitor.cpp:74
Method
successRate
svo/include/svo/reprojector.h:102
Function
superimposition_matrix
Return matrix to transform given vector set into second vector set. v0 and v1 are shape (3, \*) or (4, \*) arrays of at least 3 vectors. If
vikit/vikit_py/src/vikit_py/transformations.py:1076
Function
superimposition_matrix
Return matrix to transform given vector set into second vector set. v0 and v1 are shape (3, \*) or (4, \*) arrays of at least 3 vectors. If
svo_benchmarking/src/svo_ceres_benchmarking/transformations.py:1076
Method
t0
\brief Get the start time.
svo_ceres_backend/include/svo/ceres_backend/imu_error.hpp:217
Method
t1
\brief Get the end time.
svo_ceres_backend/include/svo/ceres_backend/imu_error.hpp:220
Method
test_S_inv_eulerZYX_body_deriv
(self)
vikit/vikit_py/src/vikit_py/test_transformations.py:59
Method
test_axis_angle
(self)
vikit/vikit_py/src/vikit_py/test_transformations.py:22
Method
test_compare_axis_angle
(self)
vikit/vikit_py/src/vikit_py/test_transformations.py:30
Method
test_first_order_rotation
(self)
vikit/vikit_py/src/vikit_py/test_transformations.py:16
Method
test_logmap_so3
(self)
vikit/vikit_py/src/vikit_py/test_transformations.py:49
Method
test_right_jacobian_so3
(self)
vikit/vikit_py/src/vikit_py/test_transformations.py:39
Method
test_skew
(self)
vikit/vikit_py/src/vikit_py/test_transformations.py:10
Method
thetad_from_theta
vikit/vikit_cameras/include/vikit/cameras/equidistant_distortion.h:146
Method
threadLoop
svo_global_map/src/gtsam/gtsam_optimizer.cpp:247
Method
threshold
svo_direct/include/svo/direct/patch_score.h:91
Function
toMat
rpg_common/include/rpg_common/aligned.h:50
Method
traceCovariance
svo_ros/src/backend_visualizer.cpp:451
Method
traceDepthError
svo_ros/src/benchmark_node.cpp:480
Method
traceGroundtruth
svo_ros/src/benchmark_node.cpp:437
Method
traceHeader
vikit/vikit_common/src/performance_monitor.cpp:134
Method
traceIdTimePose
svo_ros/src/benchmark_node.cpp:180
Method
tracePose
svo_ros/src/backend_visualizer.cpp:314
Method
tracePose
svo_ros/src/benchmark_node.cpp:191
Method
tracePoseError
svo_ros/src/benchmark_node.cpp:450
Method
tracePoseKitti
svo_ros/src/benchmark_node.cpp:470
Method
traceSpeedBias
svo_ros/src/benchmark_node.cpp:210
Method
traceStates
svo_ros/src/backend_visualizer.cpp:350
Method
traceStatus
svo_ros/src/benchmark_node.cpp:203
Method
traceTimingData
svo_online_loopclosing/src/loop_closing.cpp:919
Method
trackAndDetect
svo_tracker/src/feature_tracker.cpp:32
Method
trackFeaturesAndCheckDisparity
svo/src/initialization.cpp:86
Method
transformMap
Transform the landmarks given a Transformation */
svo_online_loopclosing/include/svo/online_loopclosing/keyframe.h:51
Function
translation_from_matrix
Return translation vector from translation matrix. >>> v0 = numpy.random.random(3) - 0.5 >>> v1 = translation_from_matrix(translation_matrix(
vikit/vikit_py/src/vikit_py/transformations.py:414
Function
translation_from_matrix
Return translation vector from translation matrix. >>> v0 = numpy.random.random(3) - 0.5 >>> v1 = translation_from_matrix(translation_matrix(
svo_benchmarking/src/svo_ceres_benchmarking/transformations.py:414
Function
translation_matrix
Return matrix to translate by direction vector. >>> v = numpy.random.random(3) - 0.5 >>> numpy.allclose(v, translation_matrix(v)[:3, 3])
vikit/vikit_py/src/vikit_py/transformations.py:401
Function
translation_matrix
Return matrix to translate by direction vector. >>> v = numpy.random.random(3) - 0.5 >>> numpy.allclose(v, translation_matrix(v)[:3, 3])
svo_benchmarking/src/svo_ceres_benchmarking/transformations.py:401
Method
triangulateLinear
svo_common/src/point.cpp:216
Method
triggerCallbacks
rpg_common/include/rpg_common/callback_host.h:42
Method
tryPopNow
rpg_common/include/rpg_common/threadsafe_queue.h:27
Method
typeInfo
@brief Residual block type as string
svo_ceres_backend/include/svo/ceres_backend/relative_pose_error.hpp:145
Method
typeInfo
@brief Return parameter block type as string
svo_ceres_backend/include/svo/ceres_backend/homogeneous_point_parameter_block.hpp:161
Method
typeInfo
@brief Return parameter block type as string
svo_ceres_backend/include/svo/ceres_backend/homogeneous_point_error.hpp:176
Method
typeInfo
@brief Return parameter block type as string
svo_ceres_backend/include/svo/ceres_backend/pose_error.hpp:172
Method
typeInfo
@brief Residual block type as string
svo_ceres_backend/include/svo/ceres_backend/speed_and_bias_error.hpp:158
Method
typeInfo
@brief Return parameter block type as string
svo_ceres_backend/include/svo/ceres_backend/pose_parameter_block.hpp:142
Method
typeInfo
@brief Return parameter block type as string
svo_ceres_backend/include/svo/ceres_backend/marginalization_error.hpp:190
Method
typeInfo
@brief Residual block type as string
svo_ceres_backend/include/svo/ceres_backend/reprojection_error.hpp:184
Method
typeInfo
@brief Return parameter block type as string
svo_ceres_backend/include/svo/ceres_backend/speed_and_bias_parameter_block.hpp:153
Method
undistort
vikit/vikit_cameras/include/vikit/cameras/equidistant_distortion.h:97
Method
undistort
vikit/vikit_cameras/include/vikit/cameras/radial_tangential_distortion.h:79
Method
undistort
vikit/vikit_cameras/include/vikit/cameras/atan_distortion.h:57
Method
undistortAndNormalise
svo_online_loopclosing/src/loop_closing.cpp:751
Method
uniteLandmarks
svo_ceres_backend/src/estimator.cpp:1734
Function
unproject
Makes a vector homogeneous
vikit/vikit_py/src/vikit_py/math_utils.py:10
Function
unproject3d
vikit/vikit_common/include/vikit/math_utils.h:160
Function
unskew
Returns the coordinates of a skew-symmetric matrix cfo, 2015/08/13
vikit/vikit_py/src/vikit_py/transformations.py:188
Function
unskew
Returns the coordinates of a skew-symmetric matrix
vikit/vikit_py/src/vikit_py/math_utils.py:24
Function
unskew
Returns the coordinates of a skew-symmetric matrix cfo, 2015/08/13
svo_benchmarking/src/svo_ceres_benchmarking/transformations.py:188
Method
update
Apply the perturbation dx to the state.
vikit/vikit_solver/include/vikit/solver/mini_least_squares_solver.h:133
Method
update
svo_img_align/src/sparse_img_align_base.cpp:64
Method
update
svo/src/pose_optimizer.cpp:310
Method
updateActiveKeyframes
Keep track of active keyframes (single frames that were frontend keyframes and that are still in backend)
svo_ceres_backend/src/ceres_backend_interface.cpp:787
Method
updateBundleStateWithBackend
svo_ceres_backend/src/ceres_backend_interface.cpp:531
Method
updateDatabaseFromPG
svo_online_loopclosing/src/loop_closing.cpp:734
Method
updateFixedLandmarks
svo_global_map/src/global_map.cpp:975
Method
updateFrameStateWithBackend
svo_ceres_backend/src/ceres_backend_interface.cpp:511
Method
updateHessianGradientUnitPlane
svo_common/src/point.cpp:263
Method
updateHessianGradientUnitSphere
svo_common/src/point.cpp:279
Method
updateMapPointsUsingDepth
svo_online_loopclosing/src/loop_closing.cpp:835
Method
updatePriors
svo_global_map/src/global_map.cpp:608
Method
updateResult
Get update result
svo/include/svo/frame_handler_base.h:344
Method
updateSVOPointsDescriptors
svo_online_loopclosing/src/loop_closing.cpp:771
Method
updateSeedsLoop
svo_direct/src/depth_filter.cpp:145
Method
updateSlotInfoSingle
svo_global_map/src/gtsam/graph_manager.cpp:704
Method
updateStatesWithEstimate
svo_global_map/src/global_map.cpp:1218
Method
updateZMSSD
svo_direct/src/matcher.cpp:292
← previous
next →
1,801–1,900 of 2,038, ranked by callers