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

Method getErrorOutputSize

src/FactorGraphStructure.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void FactorGraphStructure::getErrorOutputSize(const FactorID &Factor, int &ResidualSize) const
195 {
196 ceres::ResidualBlockId ID;
197 this->getResidualID(Factor, ID);
198 ResidualSize = _Factors.at(ID).ErrorOutputSize;
199 }
200
201 void FactorGraphStructure::getFactorIDs(const FactorType Type, std::vector<FactorID> &Factors) const
202 {

Callers 1

Calls 1

getResidualIDMethod · 0.95

Tested by

no test coverage detected