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
euler_from_quaternion
Return Euler angles from quaternion for specified axis sequence. >>> angles = euler_from_quaternion([0.06146124, 0, 0, 0.99810947]) >>> numpy
vikit/vikit_py/src/vikit_py/transformations.py:1299
Function
euler_from_quaternion
Return Euler angles from quaternion for specified axis sequence. >>> angles = euler_from_quaternion([0.06146124, 0, 0, 0.99810947]) >>> numpy
svo_benchmarking/src/svo_ceres_benchmarking/transformations.py:1299
Method
evaluateError
Evaluates the error at provided state. Optional return variables are the Hessian matrix and the gradient vector (Jacobian * residual). If these parame
vikit/vikit_solver/include/vikit/solver/mini_least_squares_solver.h:112
Method
evaluateError
svo_direct/src/depth_estimation.cpp:58
Method
evaluateError
svo_img_align/src/sparse_img_align.cpp:115
Method
evaluateError
svo_img_align/src/sparse_img_align_gpu.cpp:204
Method
evaluateError
svo_global_map/include/svo/gtsam/camera_bearing_factor.h:53
Method
evaluateError
svo_global_map/include/svo/gtsam/camera_bearing_factor.h:69
Method
evaluateError
svo_global_map/include/svo/gtsam/camera_bearing_extrinsics_factor.h:51
Method
evaluateError
svo_global_map/include/svo/gtsam/camera_bearing_extrinsics_factor.h:68
Method
evaluateError
svo/src/pose_optimizer.cpp:106
Method
evaluateErrorImpl
svo/src/pose_optimizer.cpp:114
Function
expmap_so3
Exponential map at identity. Create a rotation from canonical coordinates using Rodrigues' formula. cfo, 2015/08/13
vikit/vikit_py/src/vikit_py/transformations.py:246
Function
expmap_so3
Exponential map at identity. Create a rotation from canonical coordinates using Rodrigues' formula. cfo, 2015/08/13
svo_benchmarking/src/svo_ceres_benchmarking/transformations.py:246
Method
findFeatureCorrespondence
svo_ceres_backend/src/motion_detector.cpp:88
Method
findFeatureCorrespondences
svo_ceres_backend/src/motion_detector.cpp:56
Method
findKfIndexByNFrameID
svo_online_loopclosing/include/svo/online_loopclosing/loop_closing.h:154
Method
findLocalMatch
svo_direct/src/matcher.cpp:262
Method
findMotionFrom_tstar_n
function computes R&t from tstar, and plane normal(n) using R = H * inv(I + tstar*transpose(n) ); t = R * tstar; returns true if computed R&t is a
vikit/vikit_common/include/vikit/homography_decomp.h:168
Method
findRmatFrom_tstar_n
computes R = H( I - (2/v)*te_star*ne_t )
vikit/vikit_common/include/vikit/homography_decomp.h:294
Method
finishIteration
vikit/vikit_solver/include/vikit/solver/mini_least_squares_solver.h:153
Method
finishIteration
svo_img_align/src/sparse_img_align.cpp:158
Method
finishIteration
svo_img_align/include/svo/img_align/sparse_img_align_base.h:139
Method
finishTrial
vikit/vikit_solver/include/vikit/solver/mini_least_squares_solver.h:159
Method
fixFramePoseUnsafe
svo_global_map/src/global_map.cpp:692
Method
fixRelativePoseUnsafe
svo_global_map/src/global_map.cpp:713
Method
frameIdByAge
Get the ID of an older frame.
svo_ceres_backend/src/estimator.cpp:1397
Method
frameInGraph
svo_global_map/include/svo/global_map.h:367
Method
ftrIdx
svo_global_map/include/svo/global_map.h:619
Method
functional
vikit/vikit_cameras/test/test_cameras.cpp:61
Method
functional
vikit/vikit_cameras/test/test_cameras.cpp:101
Method
functional
vikit/vikit_cameras/test/test_cameras.cpp:254
Method
functional
svo_direct/test/test_depth_estimation.cpp:33
Method
functional
svo/test/test_frame.cpp:28
Method
functional
svo/test/test_frame.cpp:59
Method
functional
svo/test/test_frame.cpp:89
Method
gaussian
vikit/vikit_common/src/sample.cpp:34
Method
generatePointCloud
svo_test_utils/src/point_cloud_generator.cpp:11
Method
getAngleError
vikit/vikit_cameras/src/equidistant_fisheye_projection.cpp:102
Method
getAngleError
vikit/vikit_cameras/src/omni_projection.cpp:118
Method
getAngleError
vikit/vikit_cameras/include/vikit/cameras/implementation/pinhole_projection.hpp:73
Method
getAngleError
vikit/vikit_cameras/include/vikit/cameras/implementation/camera_geometry.hpp:69
Method
getAngularVelocity
svo/src/imu_handler.cpp:442
Method
getBearing
svo_tracker/src/feature_tracking_types.cpp:21
Method
getCameraSensorStatesFromNFrameId
Get camera states for a given pose ID.
svo_ceres_backend/src/estimator.cpp:1352
Method
getClosest4DOFTransformInPlace
svo_online_loopclosing/src/map_alignment.cpp:229
Method
getClosestKeyframe
svo/src/map.cpp:160
Method
getClosestMeasurement
svo/src/imu_handler.cpp:242
Method
getCurrentTime
Get seconds since 1.1.1970
vikit/vikit_common/include/vikit/timer.h:76
Method
getCurrentTime
Get seconds since 1.1.1970
rpg_common/include/rpg_common/timer.h:75
Method
getCurrentTimeStr
Get a formated string of the current time, hour, minute and second
vikit/vikit_common/include/vikit/timer.h:84
Method
getCurrentTimeStr
Get a formated string of the current time, hour, minute and second
rpg_common/include/rpg_common/timer.h:83
Function
getDatasetDir
svo_direct/test/test_utils.h:129
Function
getDatasetDir
svo_test_utils/src/test_utils.cpp:15
Method
getDefaultSolverOptions
svo_direct/src/depth_estimation.cpp:22
Method
getDefaultSolverOptions
svo_img_align/src/sparse_img_align_base.cpp:35
Method
getDefaultSolverOptions
svo/src/pose_optimizer.cpp:26
Method
getDetailedStatus
\brief Returns the exact state of the projection operation. Example usage: @code aslam::ProjectionResult ret = camera_->project3(Eigen::Vector3d(0, 0,
vikit/vikit_cameras/include/vikit/cameras/camera_geometry_base.h:74
Method
getDistortionParameters
vikit/vikit_cameras/src/equidistant_fisheye_projection.cpp:123
Method
getDistortionParameters
returns distortion parameters as vector [k1 k2 k3 k4]
vikit/vikit_cameras/include/vikit/cameras/equidistant_distortion.h:130
Method
getDistortionParameters
returns distortion parameters as vector [k1 k2 p1 p2]
vikit/vikit_cameras/include/vikit/cameras/radial_tangential_distortion.h:113
Method
getDistortionParameters
returns distortion parameters as vector [s_]
vikit/vikit_cameras/include/vikit/cameras/atan_distortion.h:77
Method
getDistortionParameters
returns distortion parameters as vector (here empty vector)
vikit/vikit_cameras/include/vikit/cameras/no_distortion.h:38
Method
getDistortionParameters
vikit/vikit_cameras/include/vikit/cameras/implementation/pinhole_projection.hpp:115
Method
getDistortionParameters
vikit/vikit_cameras/include/vikit/cameras/implementation/camera_geometry.hpp:57
Method
getError
Get the squared error
vikit/vikit_solver/include/vikit/solver/mini_least_squares_solver.h:90
Function
getFilesAndSubfolders
Returns full paths. No recursion.
rpg_common/src/fs.cpp:58
Method
getFrameIndex
svo_tracker/include/svo/tracker/feature_tracking_types.h:56
Method
getIMUMeasurementsBetween
svo_global_map/src/global_map.cpp:453
Method
getImage
svo_ros/include/svo_ros/csv_dataset_reader.h:70
Method
getImuBias
svo_vio_common/include/svo/vio_common/backend_types.hpp:40
Method
getInput
vikit/vikit_common/src/user_input_thread.cpp:35
Method
getIntrinsicParameters
vikit/vikit_cameras/src/equidistant_fisheye_projection.cpp:114
Method
getIntrinsicParameters
vikit/vikit_cameras/include/vikit/cameras/implementation/pinhole_projection.hpp:104
Method
getIntrinsicParameters
vikit/vikit_cameras/include/vikit/cameras/implementation/camera_geometry.hpp:51
Method
getJacobian
vikit/vikit_common/include/aslam/common/numdiff-jacobian-tester.h:86
Method
getJacobianNumerical
vikit/vikit_common/include/aslam/common/numdiff-jacobian-tester.h:118
Method
getJacobianNumerical
vikit/vikit_common/include/aslam/common/numdiff-jacobian-tester.h:143
Method
getKfToPointLink
svo_global_map/include/svo/global_map.h:602
Method
getLandmark
getters Get a specific landmark.
svo_ceres_backend/src/estimator.cpp:1275
Method
getLandmarks
Get a copy of all the landmarks as a PointMap.
svo_ceres_backend/src/estimator.cpp:1311
Method
getLastT_W_B
svo_ceres_backend/include/svo/ceres_backend_publisher.hpp:36
Method
getLhs
Obtain the Hessian block for a specific parameter block.
svo_ceres_backend/src/map.cpp:109
Function
getMatrixCols
svo_vio_common/include/svo/vio_common/matrix.hpp:116
Method
getMean
vikit/vikit_common/include/vikit/ringbuffer.h:119
Method
getMedian
vikit/vikit_common/include/vikit/ringbuffer.h:127
Method
getMedianDisparity
* @brief getMedianDisparity returns the median disparty for all features between the current frame and the * reference frame. The value is updated
svo_img_align/include/svo/img_align/sparse_img_align_gpu.h:102
Method
getMilliseconds
Returns duration of last measurement in milliseconds
vikit/vikit_common/include/vikit/timer.h:56
Method
getMinRansacPts
svo_online_loopclosing/include/svo/online_loopclosing/map_alignment.h:82
Method
getMinRansacPts
svo_ceres_backend/include/svo/ceres_backend/map_alignment.hpp:73
Method
getMotionPrior
svo/src/frame_handler_base.cpp:1237
Method
getNCell
svo_common/include/svo/common/occupancy_grid_2d.h:36
Method
getNewPointId
svo_common/include/svo/common/point.h:31
Method
getNextFrame
svo_common/src/test/synthetic_dataset.cpp:21
Method
getNextImage
svo_direct/test/test_utils.h:42
Method
getNextStampedPose
svo_test_utils/include/svo/test_utils/trajectory_generator.h:29
Method
getNumCameras
Get the number of cameras.
vikit/vikit_cameras/include/vikit/cameras/ncamera.h:45
Method
getNumKeyframes
utilities
svo_online_loopclosing/include/svo/online_loopclosing/loop_closing.h:242
Method
getOldsestKeyframe
svo/src/map.cpp:179
Method
getOverlapKeyframes
svo/src/map.cpp:111
← previous
next →
1,201–1,300 of 2,038, ranked by callers