MCPcopy 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
45class Mapper(enum.StrEnum):
46 INCREMENTAL = enum.auto()
47 GLOBAL = enum.auto()
48
49
50class PanoRenderType(enum.StrEnum):

Callers 1

CheckMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected