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

Method initialize_map_with_plane

src/PLPSLAM/planar_mapping_module.cc:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 bool Planar_Mapping_module::initialize_map_with_plane(data::keyframe *keyfrm)
69 {
70 if (keyfrm->will_be_erased())
71 {
72 return false;
73 }
74
75 return process_new_kf(keyfrm);
76 }
77
78 bool Planar_Mapping_module::process_new_kf(data::keyframe *keyfrm)
79 {

Callers 2

create_map_for_stereoMethod · 0.80

Calls 1

will_be_erasedMethod · 0.45

Tested by

no test coverage detected