You are here: Start » FIL.NET » FIS.SmoothImage_Median_Mask Method

FIS.SmoothImage_Median_Mask Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothImage_Median_Mask
(
	FilNet.Image inImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outImageFilNet.ImageOutput image.

Function Overrides

See also