Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColmapView/Colmapview.github.io
/ toTextPoint3DId
Function
toTextPoint3DId
src/parsers/colmapWriterUtils.ts:43–45 ·
view source on GitHub ↗
(id: Point3DId)
Source
from the content-addressed store, hash-verified
41
}
42
43
export
function
toTextPoint3DId(id: Point3DId): string {
44
return
id === UNMATCHED_POINT3D_ID ?
'-1'
: id.toString();
45
}
Callers
1
writeImagesText
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected