You are here: Start » AVL.NET » AVL.SmoothImage_Gauss(AvlNet.Image, AvlNet.Region, float, float?, float, AvlNet.Image)
AVL.SmoothImage_Gauss(AvlNet.Image, AvlNet.Region, float, 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, AvlNet.Region inRoi, float inStdDevX, float? inStdDevY, float inKernelRelativeSize, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of output pixels to be computed, or null. - inStdDevX
- Type: System.Single
Horizontal smoothing standard deviation - inStdDevY
- Type: System.Nullable<System.Single>
Vertical smoothing standard deviation, or null. - inKernelRelativeSize
- Type: System.Single
A multiple of the standard deviation determining the size of the kernel - outImage
- Type: AvlNet.Image
Output image
