You are here: Start » AVL.NET » AVL.SmoothImage_Median_Mask(AvlNet.Image, AvlNet.Image)

AVL.SmoothImage_Median_Mask(AvlNet.Image, AvlNet.Image)

Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SmoothImage_Median_Mask(
	AvlNet.Image inImage,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
outImage
Type: AvlNet.Image
Output image

See also