Crate slamkit_rs

Crate slamkit_rs 

Source

Structsยง

BundleAdjuster
CameraIntrinsics
Camera intrinsic parameters
FeatureMatcher
Feature matcher using Brute Force For each descriptor in the first set, this matcher finds the closest descriptor in the second set by trying each one. This descriptor matcher supports masking permissible matches of descriptor sets.
KeyframeConfig
Keyframe selection criteria
KeyframeSelector
Keyframe selector for visual odometry
Map
A global map containing all 3D points and their observations
MapPoint
A 3D map point
Observation
OrbDetector
Simple ORB feature detector wrapper
PoseEstimator
Pose estimator for VO
Trajectory
Trajectory tracker for visual odometry
TrajectoryPoint
Single trajectory point with metadata
Triangulator
Triangulator for computing 3D points from 2D correspondences