You are here: Start » FIL.NET » Invoke.SmoothRegion_Mean

Invoke.SmoothRegion_Mean

Smooths an region by averaging pixels within a rectangular kernel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothRegion_Mean
(
	Fil.Region inRegion,
	int inRadiusX,
	Optional<int> inRadiusY,
	Fil.Image outImage
)

Parameters

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

See also