You are here: Start » FIL.NET » Invoke.SmoothSurface_Gauss
Smooths a surface using a gaussian kernel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SmoothSurface_Gauss ( Fil.Surface inSurface, Optional<Fil.Region> inRoi, float inStdDevX, Optional<float> inStdDevY, float inKernelRelativeSize, Fil.Surface outSurface, Diagnostic<int> diagKernelRadiusX, Diagnostic<int> diagKernelRadiusY )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of output points to be computed. Default value: ftl::NIL. | ||
![]() | inStdDevX | float | <0.0f, INF> | 1.0f | Horizontal smoothing standard deviation. Default value: 1.0f. |
![]() | inStdDevY | Ftl.Optional<float> | <0.0f, INF> | Vertical smoothing standard deviation. Default value: ftl::NIL. | |
![]() | inKernelRelativeSize | float | <0.0f, 3.0f> | 2.0f | A multiple of the standard deviation determining the size of the kernel. Default value: 2.0f. |
![]() | outSurface | Fil.Surface | |||
![]() | diagKernelRadiusX | Fil.Diagnostic<int> | Horizontal radius of Gaussian kernel being used. | ||
![]() | diagKernelRadiusY | Fil.Diagnostic<int> | Vertical radius of Gaussian kernel being used. |