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

FIS.SmoothImage_Mean_AnyKernel Method

Smooths an image by averaging pixels within an arbitrary kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothImage_Mean_AnyKernel
(
	FilNet.Image inImage,
	FilNet.Region inKernel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inKernelFilNet.RegionKernel shape (any).
outImageFilNet.ImageOutput image.

Function Overrides

See also