MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / ErrorModelConfig

Class ErrorModelConfig

include/FactorGraphConfig.h:70–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 /** noise model */
70 struct ErrorModelConfig
71 {
72 ErrorModelConfig():MixtureType(ErrorModelMixtureType::None), TuningType(ErrorModelTuningType::None) {};
73
74 ErrorModelType Type;
75 Vector Parameter;
76
77 ErrorModelMixtureType MixtureType; /**< only if a GMM is used */
78 ErrorModelTuningType TuningType; /**< only if a GMM is used */
79 bool IncrementalTuning = false;
80 };
81
82 /** factor configuration */
83 struct FactorConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected