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

Method parsePoints3D

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

Source from the content-addressed store, hash-verified

135export interface WasmReconstruction {
136 // Parsing methods
137 parsePoints3D(buffer: ArrayBuffer): boolean;
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

Callers 4

parsePoints3DMethod · 0.65
parseWithWasmFunction · 0.65
integrity.test.tsFile · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected