You are here: Start » AVL.NET » AVL.SmoothImage_Mean(AvlNet.Image, AvlNet.SmoothImageMeanKernel, int, AvlNet.Image)

AVL.SmoothImage_Mean(AvlNet.Image, AvlNet.SmoothImageMeanKernel, int, AvlNet.Image)

Smooths an image by averaging pixels within a rectangular kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SmoothImage_Mean(
	AvlNet.Image inImage,
	AvlNet.SmoothImageMeanKernel inKernel,
	int inRadiusX,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inKernel
Type: AvlNet.SmoothImageMeanKernel
Kernel shape
inRadiusX
Type: System.Int32
Nearly half of the kernel's width (2*R+1)
outImage
Type: AvlNet.Image
Output image

See also