libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
|
Stores an image from a camera. More...
#include <E57SimpleData.h>
Public Attributes | |
DateTime | acquisitionDateTime |
The date and time that the image was taken. | |
ustring | associatedData3DGuid |
CylindricalRepresentation | cylindricalRepresentation |
Representation for an image using the cylindrical camera projection model. | |
ustring | description |
A user-defined description of the Image2D. | |
ustring | guid |
A globally unique identification string for the current version of the Image2D object. | |
ustring | name |
A user-defined name for the Image2D. | |
PinholeRepresentation | pinholeRepresentation |
Representation for an image using the pinhole camera projection model. | |
RigidBodyTransform | pose |
ustring | sensorModel |
The model name or number for the sensor. | |
ustring | sensorSerialNumber |
The serial number for the sensor. | |
ustring | sensorVendor |
The name of the manufacturer for the sensor used to collect the points in this Data3D. | |
SphericalRepresentation | sphericalRepresentation |
Representation for an image using the spherical camera projection model. | |
VisualReferenceRepresentation | visualReferenceRepresentation |
Stores an image from a camera.
DateTime e57::Image2D::acquisitionDateTime |
The date and time that the image was taken.
ustring e57::Image2D::associatedData3DGuid |
The globally unique identification string (guid element) for the Data3D that was being acquired when the picture was taken
CylindricalRepresentation e57::Image2D::cylindricalRepresentation |
Representation for an image using the cylindrical camera projection model.
ustring e57::Image2D::guid |
A globally unique identification string for the current version of the Image2D object.
PinholeRepresentation e57::Image2D::pinholeRepresentation |
Representation for an image using the pinhole camera projection model.
RigidBodyTransform e57::Image2D::pose |
A rigid body transform that describes the coordinate frame of the camera in the file-level coordinate system
ustring e57::Image2D::sensorModel |
The model name or number for the sensor.
ustring e57::Image2D::sensorSerialNumber |
The serial number for the sensor.
ustring e57::Image2D::sensorVendor |
The name of the manufacturer for the sensor used to collect the points in this Data3D.
SphericalRepresentation e57::Image2D::sphericalRepresentation |
Representation for an image using the spherical camera projection model.
VisualReferenceRepresentation e57::Image2D::visualReferenceRepresentation |
Representation for an image that does not define any camera projection model. The image is to be used for visual reference only