SRBA: Sparser Relative Bundle Adjustment
|
The "symbolic" part of the spanning tree
Definition at line 591 of file srba_types.h.
#include <srba_types.h>
Public Attributes | |
next_edge_maps_t | next_edge |
all_edges_maps_t | all_edges |
all_edges_maps_t srba::TRBA_Problem_state< kf2kf_pose_t, landmark_t, obs_t, RBA_OPTIONS >::TSpanningTree::TSpanningTreeSym::all_edges |
From the previous data, we can build this alternative, more convenient representation: map[SOURCE] |-> map[TARGET] |-> vector of edges to follow.
Definition at line 607 of file srba_types.h.
next_edge_maps_t srba::TRBA_Problem_state< kf2kf_pose_t, landmark_t, obs_t, RBA_OPTIONS >::TSpanningTree::TSpanningTreeSym::next_edge |
Given all interesting spanning tree roots (=SOURCE), this structure holds: map[SOURCE] |-> map[TARGET] |-> next node to follow
Definition at line 599 of file srba_types.h.