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

Method getErrorModel

src/FactorGraphStructure.cpp:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 void FactorGraphStructure::getErrorModel(const FactorID &Factor, ErrorModelBase* &ErroModel) const
181 {
182 ceres::ResidualBlockId ID;
183 this->getResidualID(Factor, ID);
184 ErroModel = _Factors.at(ID).ErrorModel;
185 }
186
187 void FactorGraphStructure::getErrorInputSize(const FactorID &Factor, int &ResidualSize) const
188 {

Callers 1

getErrorModelsMethod · 0.95

Calls 1

getResidualIDMethod · 0.95

Tested by

no test coverage detected