Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Mapper
Class
Mapper
python/examples/panorama_sfm.py:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
class
Mapper(enum.StrEnum):
46
INCREMENTAL = enum.auto()
47
GLOBAL = enum.auto()
48
49
50
class
PanoRenderType(enum.StrEnum):
Callers
1
Check
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected