Image

Choose your operating system:

Windows

macOS

Linux

Classes

Name

Description

Public class

FBCSplineFilter

Public class

FBoxFilter

Public class

FImageAdapter

FImageAdapter is a wrapper around different types of TImageBuilder that provides a standard interface, which allows functions that don't need to know about the specific image type to operate on "any" image.

Public class

FImageDimensions

FImageDimensions provides various functions for working with size/indices/coordinates of a 2D image, as well as standard UV spaces

Public class

FImageOccupancyMap

ImageOccupancyMap calculates and stores coverage information for a 2D image/texture, for example coverage derived from UV islands of a mesh, 2D polygons, etc.

Public class

FImageTile

Public class

FImageTiling

Public class

TImageBuilder

TImageBuilder is used to create and populate a 2D image with a templated "pixel" type.

Public class

TMarchingPixelInfill

TMarchingPixelInfill implements a very basic infilling strategy where the missing pixel with the most "known" neighbours is set to the average value of those neighbours, and this is iterated until all missing pixels are known.

Public struct

TSpatialPhoto

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)

Public class

TSpatialPhotoSet

TSpatialPhotoSet is a set of TSpatialPhotos.

Typedefs

Enums

Name

Description

Public enum

UE::Geometry::EBCSplineType