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

Method KeyFrameDatabase

include/KeyFrameDatabase.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57public:
58 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
59
60 KeyFrameDatabase(){}
61 KeyFrameDatabase(const ORBVocabulary &voc);
62
63 void add(KeyFrame* pKF);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected