You are here: Start » FIL.NET » FIS.SmoothSurface_Gauss Method
FIS.SmoothSurface_Gauss Method
Smooths a surface using a gaussian kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothSurface_Gauss ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, float inStdDevX, float? inStdDevY, float inKernelRelativeSize, FilNet.Surface outSurface, out int diagKernelRadiusX, out int diagKernelRadiusY )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inRoi | FilNet.NullableRef<FilNet.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 | 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 | FilNet.Surface | |||
![]() | diagKernelRadiusX | int | Horizontal radius of Gaussian kernel being used. | ||
![]() | diagKernelRadiusY | int | Vertical radius of Gaussian kernel being used. |
Function Overrides
- SmoothSurface_Gauss(Surface, Single, Single, Surface)
- SmoothSurface_Gauss(Surface, NullableRef<Region>, Single, Nullable<Single>, Single, Surface)