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

Method parseRigs

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

Source from the content-addressed store, hash-verified

140 parseImagesLazy(buffer: ArrayBuffer): boolean; // Skip 2D points but store offsets for lazy loading
141 parseCameras(buffer: ArrayBuffer): boolean;
142 parseRigs(buffer: ArrayBuffer): boolean;
143 parseFrames(buffer: ArrayBuffer): boolean;
144
145 // Lazy loading: load 2D points for a single image on-demand from original buffer

Callers 2

parseRigsMethod · 0.65
parseWithWasmFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected