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

Method frame

example/util/euroc_util.h:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 struct frame
34 {
35 frame(const std::string &left_img_path, const std::string &right_img_path, const double timestamp)
36 : left_img_path_(left_img_path), right_img_path_(right_img_path), timestamp_(timestamp){};
37
38 const std::string left_img_path_;
39 const std::string right_img_path_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected