MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / track

Function track

src/hooks/pointCloud/pointCloudMapData.test.ts:10–12  ·  view source on GitHub ↗
(length: number)

Source from the content-addressed store, hash-verified

8}
9
10function track(length: number) {
11 return Array.from({ length }, (_, point2DIdx) => ({ imageId: 1, point2DIdx }));
12}
13
14describe('point cloud Map data builder', () => {
15 afterEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected