You are here: Start » AVL.NET » AVS.SmoothImage_Median_Mask Method

AVS.SmoothImage_Median_Mask Method

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,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image.

Function Overrides

See also