![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <E57Header.h>


Public Member Functions | |
| Image2DProjection | getType () override |
Public Member Functions inherited from CameraRepresentation | |
| virtual | ~CameraRepresentation ()=default |
Public Attributes | |
| double | pixelWidth |
| double | pixelHeight |
Public Attributes inherited from VisualReferenceRepresentation | |
| Image2DType | imageType |
| image type. More... | |
| int64_t | imageSize |
| size of image data in BlobNode. More... | |
| int64_t | imageMaskSize |
| size of image mask data in BlobNode (if any). More... | |
| int32_t | imageWidth |
| image width (in pixels). Shall be positive More... | |
| int32_t | imageHeight |
| image height (in pixels). Shall be positive More... | |
Structure that stores an image that is mapped from 3D using a spherical projection model From "E57 Simple API" by Stan Coleby
Definition at line 229 of file E57Header.h.
|
inlineoverridevirtual |
Reimplemented from VisualReferenceRepresentation.
Reimplemented in CylindricalRepresentation, and PinholeRepresentation.
Definition at line 231 of file E57Header.h.
References E57_SPHERICAL.
| double SphericalRepresentation::pixelHeight |
The height of a pixel in the image (in radians). Shall be positive.
Definition at line 235 of file E57Header.h.
Referenced by LoadImage().
| double SphericalRepresentation::pixelWidth |
The width of a pixel in the image (in radians). Shall be positive
Definition at line 233 of file E57Header.h.
Referenced by LoadImage().