Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adityamwagh/SuperSLAM
/ functions
Functions
291 in github.com/adityamwagh/SuperSLAM
⨍
Functions
291
◇
Types & classes
59
↓ 1 callers
Function
load_images
Read EuRoC cam0/data.csv: "#timestamp [ns],filename". Returns image basenames (shared by cam0/cam1, hardware-synced) and timestamps in seconds.
examples/stereo/euroc.cc:46
↓ 1 callers
Function
main
()
utils/convert_lightglue_to_onnx.py:93
↓ 1 callers
Function
main
()
utils/convert_eigenplaces_to_onnx.py:25
↓ 1 callers
Function
main
()
utils/make_dynamic_batch_onnx.py:18
↓ 1 callers
Function
main
()
utils/convert_superpoint_to_onnx.py:93
↓ 1 callers
Function
main
()
scripts/datasets/download_tartanground.py:16
↓ 1 callers
Function
main
()
scripts/datasets/download_tum.py:47
↓ 1 callers
Function
main
()
scripts/datasets/download_euroc.py:47
↓ 1 callers
Function
main
()
scripts/datasets/download_kitti.py:27
↓ 1 callers
Function
main
()
scripts/datasets/download_tartanair.py:16
↓ 1 callers
Function
main
()
scripts/benchmarks/evaluate_tartan.py:19
↓ 1 callers
Function
main
()
scripts/benchmarks/evaluate_kitti.py:18
↓ 1 callers
Function
main
()
scripts/benchmarks/evaluate_euroc.py:19
↓ 1 callers
Function
main
()
scripts/benchmarks/evaluate_tum.py:18
↓ 1 callers
Method
make
Acquire a slot and wrap it in a refcounted DeviceDescriptors handle sized for `count` keypoints. The handle's slot_ref returns the slot to the pool on
include/DescriptorPool.h:62
↓ 1 callers
Method
match
tests/test_loop_closer.cc:28
↓ 1 callers
Function
odometry_noise
Return odometry edge noise for the global pose graph. Keyframe to keyframe relatives come from the jointly optimized window.
src/VoEstimator.cc:33
↓ 1 callers
Method
query
src/PlaceRecognizer.cc:26
↓ 1 callers
Function
read_calib
src/SuperSLAM.cc:40
↓ 1 callers
Method
release
include/DescriptorPool.h:38
↓ 1 callers
Function
repo_slug
`owner/repo` from `git remote get-url origin` (ssh or https form).
scripts/models/_release.py:20
↓ 1 callers
Function
resolve_window_size
Resolve the window size: prefer env SUPERSLAM_WS_WINDOW, then YAML cfg when greater than 0, otherwise the default.
src/VoEstimator.cc:22
↓ 1 callers
Method
run
src/RerunViewer.cc:129
↓ 1 callers
Function
sampleDepth
src/RgbdFrontEnd.cc:12
↓ 1 callers
Function
sane
src/GlobalPoseGraph.cc:57
↓ 1 callers
Function
save_state_dict_safetensors
Write a contiguous CPU state_dict to `path` as safetensors and return the path.
utils/export_safetensors.py:11
↓ 1 callers
Method
set_keyframe_params
Covisibility keyframe gate: insert when the tracked-feature ratio drops below covisibility_ratio, or after max_frames. Scale-invariant.
include/VoEstimator.h:77
↓ 1 callers
Function
sha256
(path: Path)
scripts/datasets/_common.py:86
↓ 1 callers
Method
shared_engine
Return the deserialized engine to share with a second LightGlue (no re-deserialize).
include/LightGlue.h:44
↓ 1 callers
Function
stereo_cond_depth_m
Depth (m) beyond which stereo depth is smoothly deweighted (small disparity is ill-conditioned). Set d_cond = mbf / Z_cond.
include/PoseOptimizationFactors.h:114
↓ 1 callers
Method
track_rgbd
src/SuperSLAM.cc:173
↓ 1 callers
Function
url_for
(key: str)
scripts/datasets/download_tum.py:42
↓ 1 callers
Method
window_count
src/WindowSmoother.cc:123
Method
AlternatingExtractor
tests/test_stereo_frontend.cc:17
Method
DescriptorPool
src/DescriptorPool.cc:10
Method
DescriptorPool
include/DescriptorPool.h:55
Method
EigenPlaces
src/EigenPlaces.cc:30
Method
FrameTracker
include/FrameTracker.h:18
Method
FreeList
include/DescriptorPool.h:27
Method
GlobalPoseGraph
src/GlobalPoseGraph.cc:21
Method
IdentityMatcher
tests/test_vo_loop_closure.cc:25
Method
LightGlue
src/LightGlue.cc:24
Method
LoopCloser
src/LoopCloser.cc:27
Method
MockMatcher
tests/test_loop_closer.cc:23
Method
PoseOnlyProjectionFactor
include/PoseOptimizationFactors.h:40
Method
PoseOnlyStereoFactor
include/PoseOptimizationFactors.h:76
Method
RerunViewer
src/RerunViewer.cc:15
Method
RgbdFrontEnd
include/RgbdFrontEnd.h:17
Method
ScopedTimer
include/Profiling.h:56
Method
StereoFrontEnd
include/StereoFrontEnd.h:15
Method
StubRecognizer
tests/test_loop_closer.cc:50
Method
SuperPoint
src/SuperPoint.cc:24
Method
SuperSLAM
src/SuperSLAM.cc:62
Function
TEST
An exact odometry chain (seeds perturbed) must recover the ground-truth poses.
tests/test_global_pose_graph.cc:20
Function
TEST
tests/test_window_smoother.cc:11
Function
TEST
tests/test_place_recognizer.cc:21
Function
TEST
tests/test_stereo_frontend.cc:49
Function
TEST
tests/test_frame_tracker.cc:11
Function
TEST
tests/test_loop_closer.cc:94
Function
TEST
tests/test_keyframe_database.cc:21
Function
TEST
tests/test_stereo_frame.cc:10
Function
TEST
Drive a synthetic loop trajectory through VoEstimator with loop closure enabled (sync). The trajectory returns to the start; the final keyframe's glob
tests/test_vo_loop_closure.cc:103
Function
TEST
tests/test_pose_optimization_factors.cc:42
Function
TEST
tests/test_vo_convention.cc:55
Function
TEST
tests/test_keyframe_gate.cc:7
Function
TEST
tests/test_descriptor_pool.cc:7
Function
TEST
tests/test_sparse_map.cc:9
Method
TemporalConsistencyVoter
include/PlaceRecognizer.h:67
Method
VoEstimator
src/VoEstimator.cc:40
Method
WindowSmoother
src/WindowSmoother.cc:21
Method
__init__
(self)
utils/convert_lightglue_to_onnx.py:67
Method
__init__
(self, sp: SuperPoint, nms_radius: int)
utils/convert_superpoint_to_onnx.py:70
Method
add
src/KeyframeDatabase.cc:7
Method
add
tests/test_vo_loop_closure.cc:52
Method
add
include/EigenPlaces.h:30
Method
add_keyframe
src/WindowSmoother.cc:24
Method
add_keyframe
src/LoopCloser.cc:39
Method
add_keyframe
src/GlobalPoseGraph.cc:23
Method
allocate_buffers
src/SuperPoint.cc:113
Method
allocate_buffers
src/LightGlue.cc:115
Method
allocate_buffers
src/EigenPlaces.cc:79
Method
allocate_dynamic_buffers
src/SuperPoint.cc:187
Method
allocate_dynamic_tensors
src/LightGlue.cc:174
Function
ate
Absolute Trajectory Error (translation) after SE3/Sim3 Umeyama alignment.
scripts/benchmarks/_eval_common.py:38
Method
backproject_stereo
src/VoEstimator.cc:79
Method
check_finish
src/RerunViewer.cc:131
Method
collect_stereo_obs
src/VoEstimator.cc:68
Method
compute_global_descriptor
tests/test_loop_closer.cc:51
Method
compute_global_descriptor
tests/test_vo_loop_closure.cc:51
Method
compute_global_descriptor
Compute a keyframe's global descriptor from its left image (delegates to the place recognizer). Run on the loop worker thread.
include/LoopCloser.h:62
Method
descriptors_to_host
tests/test_stereo_frontend.cc:45
Method
descriptors_to_host
tests/test_loop_closer.cc:40
Method
descriptors_to_host
tests/test_vo_loop_closure.cc:41
Method
descriptors_to_host
tests/test_vo_convention.cc:37
Method
dim
include/DescriptorPool.h:81
Method
dump
include/Profiling.h:30
Method
enabled
include/Profiling.h:20
Method
evaluateError
include/PoseOptimizationFactors.h:47
Method
extract
tests/test_stereo_frontend.cc:18
Method
extract_stereo
Extract a rectified stereo pair. Default: two single-image calls. SuperPoint overrides this with one batched {2,1,H,W} infer.
include/InferenceInterfaces.h:33
← previous
next →
101–200 of 291, ranked by callers