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, float inStdDevX, float inKernelRelativeSize, FilNet.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inStdDevX | float | <0.0f, INF> | 1.0f | Horizontal smoothing standard deviation. Default value: 1.0f. |
![]() | 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 |
Function Overrides
- SmoothSurface_Gauss(Surface, NullableRef<Region>, Single, Nullable<Single>, Single, Surface)
- SmoothSurface_Gauss(Surface, NullableRef<Region>, Single, Nullable<Single>, Single, Surface, Int32, Int32)