Interface: ImageEnt
api.ImageEnt
Ent representing image properties.
#
Hierarchy↳
ImageEnt
#
Properties#
altitude• altitude: number
Original EXIF altitude above sea level, in meters.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:13
#
atomic_scale• Optional
atomic_scale: number
Scale of atomic reconstruction.
description
Optional - no 3D interaction available
if unset.
#
Inherited from#
Defined inapi/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 fromSpatialImageEnt.camera_parameters
#
Defined in#
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#
Defined in#
captured_at• captured_at: number
Timestamp representing the capture date and time.
description
Unix epoch timestamp in milliseconds.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:28
#
cluster• cluster: URLEnt
Cluster reconstruction to which the image belongs.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:62
#
compass_angle• compass_angle: number
Original EXIF compass angle, measured in degrees.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:33
#
computed_altitude• Optional
computed_altitude: number
Computed altitude, in meters.
description
Optional - no 3D interaction available
if unset.
#
Inherited fromSpatialImageEnt.computed_altitude
#
Defined inapi/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 fromSpatialImageEnt.computed_compass_angle
#
Defined inapi/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 fromCoreImageEnt.computed_geometry
#
Defined in#
computed_rotation• Optional
computed_rotation: number
[]
Rotation vector in angle axis representation.
description
Optional - no 3D interaction available
if unset.
#
Inherited fromSpatialImageEnt.computed_rotation
#
Defined inapi/ents/SpatialImageEnt.ts:57
#
creator• creator: CreatorEnt
Image creator.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:67
#
exif_orientation• exif_orientation: number
EXIF orientation of original image.
#
Inherited fromSpatialImageEnt.exif_orientation
#
Defined inapi/ents/SpatialImageEnt.ts:72
#
geometry• geometry: LngLat
Original EXIF longitude, latitude in WGS84 datum, measured in degrees.
#
Inherited from#
Defined in#
height• height: number
Height of original image, not adjusted for orientation.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:77
#
id• id: string
Unique ID.
#
Inherited from#
Defined in#
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#
Defined inapi/ents/SpatialImageEnt.ts:85
#
mesh• mesh: URLEnt
3D mesh resource.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:90
#
owner• owner: IDEnt
Owner to which the image belongs.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:95
#
private• Optional
private: boolean
Value specifying if image is accessible to organization members only or to everyone.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:101
#
quality_score• Optional
quality_score: number
Image quality score on the interval [0, 1].
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:106
#
sequence• sequence: IDEnt
Sequence that the image is part of.
#
Inherited from#
Defined in#
thumb• thumb: URLEnt
Image thumbnail resource.
#
Inherited from#
Defined inapi/ents/SpatialImageEnt.ts:111
#
width• width: number
Width of original image, not adjusted for orientation.