Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointsToCloudBinary ¶
func PointsToCloudBinary(points map[string]PointSchema) rapio.Binary
Types ¶
type BiasSchema ¶
type CameraSchema ¶
type PointSchema ¶
type ReconstructionJsonSchema ¶
type ReconstructionJsonSchema []ReconstructionSchema
ReconstructionJson represents the reconstruction.json output by OpenSFM
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.