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

Method frame

example/util/image_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 &img_path, const double timestamp)
36 : img_path_(img_path), timestamp_(timestamp){};
37
38 const std::string img_path_;
39 const double timestamp_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected