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

FIS.SmoothRegion_Mean Method

Smooths an region by averaging pixels within a rectangular kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothRegion_Mean
(
	FilNet.Region inRegion,
	int inRadiusX,
	int? inRadiusY,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYint?<0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also