SRBA: Sparser Relative Bundle Adjustment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Types
srba::RBA_OPTIONS_DEFAULT Struct Reference

Detailed Description

The set of default settings for RbaEngine. Use it to inherit your custom RBA_OPTIONS struct (see docs and examples). Expected types:

Definition at line 39 of file RbaEngine.h.

#include <RbaEngine.h>

Inheritance diagram for srba::RBA_OPTIONS_DEFAULT:
RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS RBA_OPTIONS

List of all members.

Public Types

typedef
ecps::local_areas_fixed_size 
edge_creation_policy_t
 One of the most important choices: how to construct the relative coordinates graph problem.
typedef
options::sensor_pose_on_robot_none 
sensor_pose_on_robot_t
 The sensor pose coincides with the robot pose.
typedef
options::observation_noise_identity 
obs_noise_matrix_t
 The sensor noise matrix is the same for all observations and equal to * I(identity)
typedef
options::solver_LM_schur_dense_cholesky 
solver_t
 Solver algorithm (Default: Lev-Marq, with Schur, with dense Cholesky)

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends