| 
    E57 Simple API V1.0.312
    Aug. 10, 2012
    
   | 
 
The e57::PinholeRepresentation is a structure that stores an image that is mapped from 3D using the pinhole camera projection model. More...
#include <E57Simple.h>
Public Attributes | |
| int64_t | jpegImageSize | 
| Size of JPEG format image data in BlobNode.  | |
| int64_t | pngImageSize | 
| Size of PNG format image data in BlobNode.  | |
| int64_t | imageMaskSize | 
| Size of PNG format image mask in BlobNode.  | |
| int32_t | imageWidth | 
| The image width (in pixels). Shall be positive.  | |
| int32_t | imageHeight | 
| The image height (in pixels). Shall be positive.  | |
| double | focalLength | 
| The camera's focal length (in meters). Shall be positive.  | |
| double | pixelWidth | 
| The width of the pixels in the camera (in meters). Shall be positive.  | |
| double | pixelHeight | 
| The height of the pixels in the camera (in meters). Shall be positive.  | |
| double | principalPointX | 
| The X coordinate in the image of the principal point, (in pixels). The principal point is the intersection of the z axis of the camera coordinate frame with the image plane.  | |
| double | principalPointY | 
| The Y coordinate in the image of the principal point (in pixels).  | |
The e57::PinholeRepresentation is a structure that stores an image that is mapped from 3D using the pinhole camera projection model.
 1.8.2