MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / colmapBinaryWriters.test.ts

File colmapBinaryWriters.test.ts

src/parsers/colmapBinaryWriters.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2import { BinaryReader } from './BinaryReader';
3import { CameraModelId, UNMATCHED_POINT3D_ID } from '../types/colmap';
4import { SensorType, type Frame, type Rig } from '../types/rig';

Callers

nothing calls this directly

Calls 15

buildCameraFunction · 0.90
writeCamerasBinaryFunction · 0.90
buildPoint2DFunction · 0.90
buildImageFunction · 0.90
writeImagesBinaryFunction · 0.90
buildPoint3DFunction · 0.90
writePoints3DBinaryFunction · 0.90
writeRigsBinaryFunction · 0.90
writeFramesBinaryFunction · 0.90
readUint64AsNumberMethod · 0.80
readUint32Method · 0.80

Tested by

no test coverage detected