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

Function buildImageStats

src/test/builders/colmapBuilders.ts:136–143  ·  view source on GitHub ↗
(overrides: Partial<ImageStats> = {})

Source from the content-addressed store, hash-verified

134}
135
136export function buildImageStats(overrides: Partial<ImageStats> = {}): ImageStats {
137 return {
138 numPoints3D: 0,
139 avgError: 0,
140 covisibleCount: 0,
141 ...overrides,
142 };
143}
144
145export function buildGlobalStats(overrides: Partial<GlobalStats> = {}): GlobalStats {
146 return {

Calls

no outgoing calls

Tested by 1

createStatsResultFunction · 0.72