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

Method frame

example/util/image_planeSeg_util.h:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 struct frame
34 {
35 frame(const std::string &img_path,
36 const std::string &mask_img_path,
37 const double timestamp)
38 : img_path_(img_path),
39 mask_img_path_(mask_img_path),
40 timestamp_(timestamp){};
41
42 const std::string img_path_;
43 const std::string mask_img_path_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected