MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / get_reference_keyframes

Method get_reference_keyframes

src/PLPSLAM/data/frame_statistics.cc:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 std::map<unsigned int, data::keyframe *> frame_statistics::get_reference_keyframes() const
107 {
108 return {ref_keyfrms_.begin(), ref_keyfrms_.end()};
109 }
110
111 eigen_alloc_map<unsigned int, Mat44_t> frame_statistics::get_relative_cam_poses() const
112 {

Callers 1

save_frame_trajectoryMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected