Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ PanoRenderOptions
Class
PanoRenderOptions
python/examples/panorama_sfm.py:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
@dataclass
65
class
PanoRenderOptions:
66
num_steps_yaw: int
67
pitches_deg: Sequence[float]
68
hfov_deg: float
69
vfov_deg: float
70
71
72
PANO_RENDER_OPTIONS: dict[PanoRenderType, PanoRenderOptions] = {
Callers
1
panorama_sfm.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected