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

Method getErrorInputSize

src/FactorGraphStructure.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void FactorGraphStructure::getErrorInputSize(const FactorID &Factor, int &ResidualSize) const
188 {
189 ceres::ResidualBlockId ID;
190 this->getResidualID(Factor, ID);
191 ResidualSize = _Factors.at(ID).ErrorInputSize;
192 }
193
194 void FactorGraphStructure::getErrorOutputSize(const FactorID &Factor, int &ResidualSize) const
195 {

Callers 1

Calls 1

getResidualIDMethod · 0.95

Tested by

no test coverage detected