UGoogleARCoreCameraIntrinsics
#include <GoogleARCoreCameraIntrinsics.h>
An object wrapping the ArCameraIntrinsics data from the ARCore SDK.
Summary
Inheritance
Inherits from: UObject
Public functions
|
GetFocalLength(float & OutFX, float & OutFY)
|
void
Get the focal length in pixels.
|
GetImageDimensions(int32 & OutWidth, int32 & OutHeight)
|
void
Get the image's width and height in pixels.
|
GetPrincipalPoint(float & OutCX, float & OutCY)
|
void
Get the principal point in pixels.
|
Public functions
GetFocalLength
void GetFocalLength(
float & OutFX,
float & OutFY
)
Get the focal length in pixels.
Details |
Parameters |
OutFX
|
The focal length on the X axis.
|
OutFY
|
The focal length on the Y axis.
|
|
GetImageDimensions
void GetImageDimensions(
int32 & OutWidth,
int32 & OutHeight
)
Get the image's width and height in pixels.
Details |
Parameters |
OutWidth
|
The width.
|
OutHeight
|
The height.
|
|
GetPrincipalPoint
void GetPrincipalPoint(
float & OutCX,
float & OutCY
)
Get the principal point in pixels.
Details |
Parameters |
OutCX
|
The principle point on the X axis.
|
OutCY
|
The principle point the Y axis.
|
|
~UGoogleARCoreCameraIntrinsics
virtual ~UGoogleARCoreCameraIntrinsics()