Skip to main content

Interface: ImageEnt

api.ImageEnt

Ent representing image properties.

Hierarchy#

Properties#

altitude#

• altitude: number

Original EXIF altitude above sea level, in meters.

Inherited from#

SpatialImageEnt.altitude

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.

Inherited from#

SpatialImageEnt.atomic_scale

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#

SpatialImageEnt.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#

SpatialImageEnt.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.

Inherited from#

SpatialImageEnt.captured_at

Defined in#

api/ents/SpatialImageEnt.ts:28


cluster#

• cluster: URLEnt

Cluster reconstruction to which the image belongs.

Inherited from#

SpatialImageEnt.cluster

Defined in#

api/ents/SpatialImageEnt.ts:62


compass_angle#

• compass_angle: number

Original EXIF compass angle, measured in degrees.

Inherited from#

SpatialImageEnt.compass_angle

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.

Inherited from#

SpatialImageEnt.computed_altitude

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.

Inherited from#

SpatialImageEnt.computed_compass_angle

Defined in#

api/ents/SpatialImageEnt.ts:49


computed_geometry#

• Optional computed_geometry: LngLat

SfM computed longitude, latitude in WGS84 datum, measured in degrees.

description Optional - no 3D interaction available if unset.

Inherited from#

CoreImageEnt.computed_geometry

Defined in#

api/ents/CoreImageEnt.ts:14


computed_rotation#

• Optional computed_rotation: number[]

Rotation vector in angle axis representation.

description Optional - no 3D interaction available if unset.

Inherited from#

SpatialImageEnt.computed_rotation

Defined in#

api/ents/SpatialImageEnt.ts:57


creator#

• creator: CreatorEnt

Image creator.

Inherited from#

SpatialImageEnt.creator

Defined in#

api/ents/SpatialImageEnt.ts:67


exif_orientation#

• exif_orientation: number

EXIF orientation of original image.

Inherited from#

SpatialImageEnt.exif_orientation

Defined in#

api/ents/SpatialImageEnt.ts:72


geometry#

• geometry: LngLat

Original EXIF longitude, latitude in WGS84 datum, measured in degrees.

Inherited from#

CoreImageEnt.geometry

Defined in#

api/ents/CoreImageEnt.ts:19


height#

• height: number

Height of original image, not adjusted for orientation.

Inherited from#

SpatialImageEnt.height

Defined in#

api/ents/SpatialImageEnt.ts:77


id#

• id: string

Unique ID.

Inherited from#

SpatialImageEnt.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.

Inherited from#

SpatialImageEnt.merge_id

Defined in#

api/ents/SpatialImageEnt.ts:85


mesh#

• mesh: URLEnt

3D mesh resource.

Inherited from#

SpatialImageEnt.mesh

Defined in#

api/ents/SpatialImageEnt.ts:90


owner#

• owner: IDEnt

Owner to which the image belongs.

Inherited from#

SpatialImageEnt.owner

Defined in#

api/ents/SpatialImageEnt.ts:95


private#

• Optional private: boolean

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

Inherited from#

SpatialImageEnt.private

Defined in#

api/ents/SpatialImageEnt.ts:101


quality_score#

• Optional quality_score: number

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

Inherited from#

SpatialImageEnt.quality_score

Defined in#

api/ents/SpatialImageEnt.ts:106


sequence#

• sequence: IDEnt

Sequence that the image is part of.

Inherited from#

CoreImageEnt.sequence

Defined in#

api/ents/CoreImageEnt.ts:24


thumb#

• thumb: URLEnt

Image thumbnail resource.

Inherited from#

SpatialImageEnt.thumb

Defined in#

api/ents/SpatialImageEnt.ts:111


width#

• width: number

Width of original image, not adjusted for orientation.

Inherited from#

SpatialImageEnt.width

Defined in#

api/ents/SpatialImageEnt.ts:116