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

FIS.SmoothSurface_Mean Method

Smooths a surface by averaging heights within a rectangular kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothSurface_Mean
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	FilNet.KernelShape inKernel,
	int inRadiusX,
	int? inRadiusY,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inRoiFilNet.NullableRef<FilNet.Region>Range of points to be computed. Default value: ftl::NIL.
inKernelFilNet.KernelShapeKernel shape.
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.
outSurfaceFilNet.Surface

Function Overrides

See also