MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / weightComp

Method weightComp

include/KeyFrame.h:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 float ComputeSceneMedianDepth(const int q);
277
278 static bool weightComp( int a, int b){
279 return a>b;
280 }
281
282 static bool lId(KeyFrame* pKF1, KeyFrame* pKF2){
283 return pKF1->mnId<pKF2->mnId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected