MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / TrackEntry

Interface TrackEntry

src/parsers/imageStats.ts:18–22  ·  view source on GitHub ↗

A single track entry yielded by the track iterator.

Source from the content-addressed store, hash-verified

16
17/** A single track entry yielded by the track iterator. */
18interface TrackEntry {
19 error: number;
20 trackImageIds: number[];
21 point3DId: Point3DId;
22}
23
24/** Return type shared by both public compute functions. */
25interface ImageStatsResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected