MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / getNumCameraParams

Method getNumCameraParams

src/wasm/types.ts:229–229  ·  view source on GitHub ↗

* Number of intrinsic parameters for a camera model. * Pass `module.CameraModelId. ` (the embind enum object) — raw integers * are silently misinterpreted by embind.

(modelId: EmbindEnumValue)

Source from the content-addressed store, hash-verified

227 * are silently misinterpreted by embind.
228 */
229 getNumCameraParams(modelId: EmbindEnumValue): number;
230
231 // Emscripten memory (for memory monitoring)
232 HEAPU8: Uint8Array;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected