ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SphericalRepresentation Class Reference

#include <E57Header.h>

Inheritance diagram for SphericalRepresentation:
Collaboration diagram for SphericalRepresentation:

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...
 

Detailed Description

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.

Member Function Documentation

◆ getType()

Image2DProjection SphericalRepresentation::getType ( )
inlineoverridevirtual

Reimplemented from VisualReferenceRepresentation.

Reimplemented in CylindricalRepresentation, and PinholeRepresentation.

Definition at line 231 of file E57Header.h.

References E57_SPHERICAL.

Member Data Documentation

◆ pixelHeight

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().

◆ pixelWidth

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().


The documentation for this class was generated from the following file: