Skip to main content

Interface: SpatialImageEnt

api.SpatialImageEnt

Ent representing spatial image properties.

Hierarchy#

Properties#

altitude#

• altitude: number

Original EXIF altitude above sea level, in meters.

Defined in#

api/ents/SpatialImageEnt.ts:13


atomic_scale#

• Optional atomic_scale: number

Scale of atomic reconstruction.

description Optional - no 3D interaction available if unset.

Defined in#

api/ents/SpatialImageEnt.ts:21


camera_parameters#

• camera_parameters: number[]

Camera type dependent camera parameters.

For perspective and fisheye camera types, the camera parameters array should be constructed according to

[focal, k1, k2]

where focal is the camera focal length, and k1, k2 are radial distortion parameters.

For spherical camera type the camera parameters should be an emtpy array.

Inherited from#

CameraEnt.camera_parameters

Defined in#

api/ents/CameraEnt.ts:20


camera_type#

• camera_type: string

Projection type of the camera.

description Supported camera types are:

  'spherical'  'fisheye'  'perspective'

Other camera types will be treated as perspective images.

Inherited from#

CameraEnt.camera_type

Defined in#

api/ents/CameraEnt.ts:36


captured_at#

• captured_at: number

Timestamp representing the capture date and time.

description Unix epoch timestamp in milliseconds.

Defined in#

api/ents/SpatialImageEnt.ts:28


cluster#

• cluster: URLEnt

Cluster reconstruction to which the image belongs.

Defined in#

api/ents/SpatialImageEnt.ts:62


compass_angle#

• compass_angle: number

Original EXIF compass angle, measured in degrees.

Defined in#

api/ents/SpatialImageEnt.ts:33


computed_altitude#

• Optional computed_altitude: number

Computed altitude, in meters.

description Optional - no 3D interaction available if unset.

Defined in#

api/ents/SpatialImageEnt.ts:41


computed_compass_angle#

• Optional computed_compass_angle: number

SfM computed compass angle, measured in degrees.

description Optional - no 3D interaction available if unset.

Defined in#

api/ents/SpatialImageEnt.ts:49


computed_rotation#

• Optional computed_rotation: number[]

Rotation vector in angle axis representation.

description Optional - no 3D interaction available if unset.

Defined in#

api/ents/SpatialImageEnt.ts:57


creator#

• creator: CreatorEnt

Image creator.

Defined in#

api/ents/SpatialImageEnt.ts:67


exif_orientation#

• exif_orientation: number

EXIF orientation of original image.

Defined in#

api/ents/SpatialImageEnt.ts:72


height#

• height: number

Height of original image, not adjusted for orientation.

Defined in#

api/ents/SpatialImageEnt.ts:77


id#

• id: string

Unique ID.

Inherited from#

IDEnt.id

Defined in#

api/ents/IDEnt.ts:10


merge_id#

• Optional merge_id: string

SfM connected component id to which the image belongs.

description Optional - no 3D interaction available if unset.

Defined in#

api/ents/SpatialImageEnt.ts:85


mesh#

• mesh: URLEnt

3D mesh resource.

Defined in#

api/ents/SpatialImageEnt.ts:90


owner#

• owner: IDEnt

Owner to which the image belongs.

Defined in#

api/ents/SpatialImageEnt.ts:95


private#

• Optional private: boolean

Value specifying if image is accessible to organization members only or to everyone.

Defined in#

api/ents/SpatialImageEnt.ts:101


quality_score#

• Optional quality_score: number

Image quality score on the interval [0, 1].

Defined in#

api/ents/SpatialImageEnt.ts:106


thumb#

• thumb: URLEnt

Image thumbnail resource.

Defined in#

api/ents/SpatialImageEnt.ts:111


width#

• width: number

Width of original image, not adjusted for orientation.

Defined in#

api/ents/SpatialImageEnt.ts:116