SRBA: Sparser Relative Bundle Adjustment
|
Keyframe-to-feature edge: observation data stored for each keyframe
Definition at line 515 of file srba_types.h.
#include <srba_types.h>
Public Member Functions | |
const TLandmarkID | get_observed_feature_id () const |
Public Attributes | |
kf_observation_t | obs |
bool | feat_has_known_rel_pos |
whether it's a known or unknown relative position feature | |
bool | is_first_obs_of_unknown |
true if this is the first observation of a feature with unknown relative position | |
lm_traits_t::TRelativeLandmarkPos * | feat_rel_pos |
Pointer to the known/unknown rel.pos. (always!=NULL) |