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

FIS.SmoothImage_Mean_Mask Method

Smooths an image by averaging pixels within a small rectangular kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothImage_Mean_Mask
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	FilNet.MeanKernel inKernel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of outImage pixels to be computed. Default value: ftl::NIL.
inKernelFilNet.MeanKernelSelects a predefined kernel.
outImageFilNet.ImageOutput image.

Function Overrides

See also