TGaussian2

2D Gaussian

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Sampling/Gaussians.h

Include

#include "Sampling/Gaussians.h"

Syntax

template<typename RealType>
class TGaussian2

Remarks

2D Gaussian

Variables

Name Description

Public variable

RealType

 

Sigma

Constructors

Name Description

Public function

TGaussian2

(
    RealType SigmaIn
)

Functions

Name Description

Public function Const

RealType

 

Evaluate

(
    const FVector2< RealType >& XY
)

Public function Const

RealType

 

EvaluateSqrUnscaled

(
    const FVector2< RealType >& XY
)

Public function Static

void

 

MakeKernelFromRadius

(
    RealType Radius,
    TDiscreteKernel2< RealType >& Kern...,
    bool bNormalized
)

Public function Static

void

 

MakeKernelFromRadius

(
    RealType Radius,
    TArray< RealType >& KernelOut,
    int32& IntRadiusOut,
    bool bNormalized
)

Public function Static

void

 

MakeKernelFromWidth

(
    int32 IntRadius,
    RealType Sigma,
    TArray< RealType >& KernelOut,
    bool bNormalized
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss