| 194 | } |
| 195 | |
| 196 | bool 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 |
no outgoing calls
no test coverage detected