You are here: Start » AVL.NET » AVL.SmoothImage_Mean_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)
AVL.SmoothImage_Mean_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)
Smooths an image by averaging pixels within an arbitrary kernel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothImage_Mean_AnyKernel( AvlNet.Image inImage, AvlNet.Region inKernel, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inKernel
- Type: AvlNet.Region
Kernel shape (any) - outImage
- Type: AvlNet.Image
Output image
