E57 Simple API V1.0.312
Aug. 10, 2012
|
The e57::CylindricalRepresentation is a structure that stores an image that is mapped from 3D using a cylindrical projection model. More...
#include <E57Simple.h>
Public Attributes | |
int64_t | jpegImageSize |
Size of JPEG format image data in Blob. | |
int64_t | pngImageSize |
Size of PNG format image data in Blob. | |
int64_t | imageMaskSize |
Size of PNG format image mask in Blob. | |
int32_t | imageWidth |
The image width (in pixels). Shall be positive. | |
int32_t | imageHeight |
The image height (in pixels). Shall be positive. | |
double | pixelWidth |
The width of a pixel in the image (in radians). Shall be positive. | |
double | pixelHeight |
The height of a pixel in the image (in meters). Shall be positive. | |
double | radius |
The closest distance from the cylindrical image surface to the center of projection (that is, the radius of the cylinder) (in meters). Shall be non-negative. | |
double | principalPointY |
The Y coordinate in the image of the principal point (in pixels). This is the intersection of the z = 0 plane with the image. | |
The e57::CylindricalRepresentation is a structure that stores an image that is mapped from 3D using a cylindrical projection model.