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

Function compFirst

src/KeyFrameDatabase.cc:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598bool compFirst(const pair<float, KeyFrame*> & a, const pair<float, KeyFrame*> & b)
599{
600 return a.first > b.first;
601}
602
603
604void KeyFrameDatabase::DetectNBestCandidates(KeyFrame *pKF, vector<KeyFrame*> &vpLoopCand, vector<KeyFrame*> &vpMergeCand, int nNumCandidates)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected