You are here: Start » AVL.NET » AVL.SmoothImage_Median(AvlNet.Image, AvlNet.SmoothImageMedianKernel, int, AvlNet.Image)

AVL.SmoothImage_Median(AvlNet.Image, AvlNet.SmoothImageMedianKernel, int, AvlNet.Image)

Replaces each pixel with the median of pixels within a kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SmoothImage_Median(
	AvlNet.Image inImage,
	AvlNet.SmoothImageMedianKernel inKernel,
	int inRadius,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inKernel
Type: AvlNet.SmoothImageMedianKernel
inRadius
Type: System.Int32
Nearly half of the kernel's size (2*R+1)
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also