MCPcopy Create free account
hub / github.com/93won/360_visual_inertial_odometry / GetReferenceKeyframe

Method GetReferenceKeyframe

src/database/Frame.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303std::shared_ptr<Frame> Frame::GetReferenceKeyframe() const {
304 return m_reference_keyframe.lock();
305}
306
307} // namespace vio_360

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected