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

Method IsKeyframeInWindow

src/processing/Estimator.cpp:1415–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413}
1414
1415bool Estimator::IsKeyframeInWindow(int frame_id) const {
1416 for (const auto& kf : m_keyframes) {
1417 if (kf->GetFrameId() == frame_id) return true;
1418 }
1419 return false;
1420}
1421
1422bool Estimator::TriangulateSinglePoint(
1423 const Eigen::Vector3f& bearing1,

Callers

nothing calls this directly

Calls 1

GetFrameIdMethod · 0.80

Tested by

no test coverage detected