You are here: Start » AVL.NET » AVL.SmoothImage_Deriche(AvlNet.Image, float, AvlNet.Image)
AVL.SmoothImage_Deriche(AvlNet.Image, float, AvlNet.Image)
Smooths an image using Deriche filter.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothImage_Deriche( AvlNet.Image inImage, float inAlphaX, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inAlphaX
- Type: System.Single
Horizontal coefficient - outImage
- Type: AvlNet.Image
Output image
