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

Method get_frames

example/util/image_planeSeg_util.cc:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::vector<image_sequence::frame> image_sequence::get_frames() const
79{
80 std::vector<frame> frames;
81 for (unsigned int i = 0; i < img_file_paths_.size(); ++i)
82 {
83 frames.emplace_back(frame{img_file_paths_.at(i), mask_file_paths_.at(i), (1.0 / fps_) * i});
84 }
85 return frames;
86}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected