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

Function incompatible

src/utils/cameraModelFisheyeConversions.ts:340–345  ·  view source on GitHub ↗
(fromName: string, to: CameraModelId)

Source from the content-addressed store, hash-verified

338}
339
340function incompatible(fromName: string, to: CameraModelId): ConversionResult {
341 return {
342 type: 'incompatible',
343 reason: `Cannot convert ${fromName} to ${getCameraModelColmapName(to)}`,
344 };
345}

Callers 4

convertFromRadialFisheyeFunction · 0.70
convertFromOpencvFisheyeFunction · 0.70

Calls 1

getCameraModelColmapNameFunction · 0.90

Tested by

no test coverage detected