You are here: Start » AVL.NET » Invoke.SmoothSurface_Gauss
Smooths a surface using a gaussian kernel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothSurface_Gauss ( Avl.Surface inSurface, Optional<Avl.Region> inRoi, float inStdDevX, Optional<float> inStdDevY, float inKernelRelativeSize, Avl.Surface outSurface, Diagnostic<int> diagKernelRadiusX, Diagnostic<int> diagKernelRadiusY )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | |||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of output points to be computed. Default value: atl::NIL. | ||
![]() | inStdDevX | float | <0.0f, INF> | 1.0f | Horizontal smoothing standard deviation. Default value: 1.0f. |
![]() | inStdDevY | Atl.Optional<float> | <0.0f, INF> | Vertical smoothing standard deviation. Default value: atl::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 | Avl.Surface | |||
![]() | diagKernelRadiusX | Avl.Diagnostic<int> | Horizontal radius of Gaussian kernel being used. | ||
![]() | diagKernelRadiusY | Avl.Diagnostic<int> | Vertical radius of Gaussian kernel being used. |