| 
    SRBA: Sparser Relative Bundle Adjustment
   
    
   
   | 
  
  
  
 
Keyframe-to-feature edge: observations in the problem
Definition at line 501 of file srba_types.h.
#include <srba_types.h>
Public Member Functions | |
| kf_observation_t (const typename obs_traits_t::observation_t &obs_, const TKeyFrameID kf_id_) | |
Public Attributes | |
| obs_traits_t::observation_t | obs | 
| Observation data.  | |
| obs_traits_t::array_obs_t | obs_arr | 
| Observation data, summarized as an array of its parameters: obs.obs_data.getAsArray(obs_arr);.  | |
| TKeyFrameID | kf_id | 
| Observed from.  | |
 1.7.6.1