Class KeyFrame¶
- Defined in File KeyFrame.h
Class Documentation¶
-
class
KeyFrame¶ Public Types
Public Functions
-
KeyFrame()¶
-
int
id() const¶
-
FramePoseStruct::SharedPtr
pose()¶
-
TrackingReference::SharedPtr &
trackingReference()¶
-
void
syncDepthMapToFrame()¶
-
void
finalize()¶
Public Members
-
std::unordered_set<KeyFrame::SharedPtr>
neighbors¶ Pointers to all adjacent Frames in graph. empty for non-keyframes.
-
std::unordered_multimap<KeyFrame::SharedPtr, Sim3>
trackingFailed¶ Multi-Map indicating for which other keyframes with which initialization tracking failed.
-
int
numFramesTrackedOnThis¶
-
int
numMappedOnThis¶
-
int
numMappedOnThisTotal¶
Public Static Functions
Protected Functions
-