TSpatialPhoto

[TSpatialPhoto](API\Runtime\GeometryCore\Image\TSpatialPhoto) represents a 2D image located in 3D space, ie the image plus camera parameters, which is essentially a "Photograph" of some 3D scene (hence the name)

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Image/SpatialPhotoSet.h

Include

#include "Image/SpatialPhotoSet.h"

Syntax

template<typename PixelType>
struct TSpatialPhoto

Remarks

TSpatialPhoto represents a 2D image located in 3D space, ie the image plus camera parameters, which is essentially a "Photograph" of some 3D scene (hence the name)

Variables

Name Description

Public variable

FImageDimension...

 

Dimensions

Pixel dimensions of the photo image

Public variable

FFrame3d

 

Frame

Coordinate system of the view camera - X() is forward, Z() is up

Public variable

double

 

HorzFOVDegrees

Horizontal Field-of-View of the camera in degrees (full FOV, so generally calculations will use half this value)

Public variable

TImageBuilder< ...

 

Image

Pixels of the image

Public variable

double

 

NearPlaneDist

Near-plane distance for the camera, image pixels lie on this plane