Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -10,6 +10,7 @@ keyframe_vote:
new_features_for_keyframe: 0 # DOC the amount of new features sufficient to create a new keyframe (sufficient condition) - TYPE unsigned int
apply_loss_function: false # DOC If the factors created by the processor have loss function. - TYPE bool
max_new_features: 0 # DOC Maximum number of new features to be processed when adding a keyframe (-1=unlimited. 0=none.) - TYPE int
dimension: 2 # DOC Dimension of the problem representation is 2D or 3D. - TYPE int - OPTIONS [2, 3]
quality_th: 0.0 # DOC The minimum quality to consider the detection - TYPE double
track_length_th: 0 # DOC Minimum track length to emplace factors (necessary condition) - TYPE unsigned int
use_orientation: false # DOC If the orientation measurement is considered when emplacing factors - TYPE bool
Loading