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

Method IsReferenceKeyframe

src/database/MapPoint.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool MapPoint::IsReferenceKeyframe(std::shared_ptr<Frame> frame) const {
197 if (!frame) return false;
198 auto ref_kf = m_reference_keyframe.lock();
199 return ref_kf && ref_kf == frame;
200}
201
202} // namespace vio_360

Callers 2

CreateKeyframeMethod · 0.80
ShrinkWindowAfterInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected