You are here: Start » AVL.NET » AVL.SmoothImage_Gauss(AvlNet.Image, float, float, AvlNet.Image, int, int)
AVL.SmoothImage_Gauss(AvlNet.Image, float, float, AvlNet.Image, int, int)
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, out int diagKernelRadiusX, out int diagKernelRadiusY )
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 - diagKernelRadiusX
- Type: System.Int32
Horizontal radius of Gaussian kernel being used - diagKernelRadiusY
- Type: System.Int32
Vertical radius of Gaussian kernel being used
