You are here: Start » AVL.NET » AVL.SmoothImage_Gauss(AvlNet.Image, float, float, AvlNet.Image)
AVL.SmoothImage_Gauss(AvlNet.Image, float, float, AvlNet.Image)
Smooths an image using a gaussian kernel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothImage_Gauss( AvlNet.Image inImage, float inStdDevX, float inKernelRelativeSize, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inStdDevX
- Type: System.Single
Horizontal smoothing standard deviation - inKernelRelativeSize
- Type: System.Single
A multiple of the standard deviation determining the size of the kernel - outImage
- Type: AvlNet.Image
Output image
