TImageBuilder::BilinearSample

Sample the image value at floating-point pixel coords with Bilinear interpolation

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

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

Include

#include "Image/ImageBuilder.h"

Syntax

template<typename ScalarType>
PixelType BilinearSample
(
    const FVector2d & PixelCoords,
    const PixelType & InvalidValue
) const

Remarks

Sample the image value at floating-point pixel coords with Bilinear interpolation