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

Method getAllImageInfos

src/wasm/types.ts:185–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 getImageInfo(imageId: number): ImageInfo | null;
184 getAllCameras(): Record<string, CameraInfo>;
185 getAllImageInfos(): ImageInfo[];
186
187 // Rig/frame data
188 getRig(rigId: number): WasmRig | null;

Callers 3

getAllImageInfosMethod · 0.65
parseWithWasmFunction · 0.65
buildWasmCameraImageMapsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected