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

Method parseImagesLazy

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

Source from the content-addressed store, hash-verified

138 parseImages(buffer: ArrayBuffer): boolean;
139 parseImagesLite(buffer: ArrayBuffer): boolean; // Skip 2D points for large files (no lazy loading)
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;

Callers 2

parseImagesLazyMethod · 0.65
parseWithWasmFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected