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

Function isSphericalCameraModel

src/utils/cameraModelPolicy.ts:22–24  ·  view source on GitHub ↗
(modelId: CameraModelId)

Source from the content-addressed store, hash-verified

20
21// Delegates to the registry (single source of truth); behavior is identical.
22export function isSphericalCameraModel(modelId: CameraModelId): boolean {
23 return isSphericalCameraModelFromRegistry(modelId);
24}
25
26const CAMERA_MODEL_ID_VALUES: ReadonlySet<number> = new Set(Object.values(CameraModelId));
27

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected