MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / frame_entry

Class frame_entry

examples/main_video.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 // Timeline: per-frame instance presence
154 // timeline_instances[frame_index] = list of {instance_id, score}
155 struct frame_entry {
156 std::vector<std::pair<int, float>> instances; // (id, score)
157 };
158 std::vector<frame_entry> timeline;
159 int timeline_max_frame = -1; // highest frame tracked so far
160};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected