Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Image
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Image/SpatialPhotoSet.h |
| Include | #include "Image/SpatialPhotoSet.h" |
Syntax
template<typename PixelType, typename RealType>
class TSpatialPhotoSet
Remarks
TSpatialPhotoSet is a set of TSpatialPhotos. The ComputeSample() function can be used to determine the value "seen" by the photo set at a given 3D position/normal, if possible.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< TSpatialPhoto< PixelType >, ESPMode::ThreadSafe > > | Photos |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
TSpatialPhoto< PixelType >&& Photo |
Add a photo to the photo set via move operation | |
| PixelType | ComputeSample
(
const int& PhotoIndex, |
||
| PixelType | ComputeSample
(
const FVector3d& Position, |
Estimate a pixel value at the given 3D Position/Normal using the PhotoSet. | |
| bool | ComputeSampleLocation
(
const FVector3d& Position, |
||
| PixelType | ComputeSampleNearest
(
const int& PhotoIndex, |
||
| void | Empty () |
||
| const TSpatialPhoto< PixelType > & | |||
| int32 | Num () |