Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BiasSchema ¶
type CameraSchema ¶
type PointSchema ¶
type ReconstructionJsonSchema ¶
type ReconstructionJsonSchema []ReconstructionSchema
ReconstructionJson represents the reconstruction.json output by OpenSFM
func LoadReconstruction ¶
func LoadReconstruction(filename string) (ReconstructionJsonSchema, error)
func ReadReconstruction ¶ added in v1.0.1
func ReadReconstruction(in io.Reader) (ReconstructionJsonSchema, error)
type ReconstructionSchema ¶
type ReconstructionSchema struct { Cameras map[string]CameraSchema `json:"cameras"` Shots map[string]ShotSchema `json:"shots"` Points map[string]PointSchema `json:"points"` Biases map[string]BiasSchema `json:"biases"` RigCameras map[string]RigCamera `json:"rig_cameras"` RigInstances map[string]RigInstance `json:"rig_instances"` ReferenceLLA ReferenceLLA `json:"reference_lla"` }
type ReferenceLLA ¶
type RigInstance ¶
Click to show internal directories.
Click to hide internal directories.