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

Invoke.SmoothSurface_Mean

Smooths a surface by averaging heights within a rectangular kernel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothSurface_Mean
(
	Fil.Surface inSurface,
	Optional<Fil.Region> inRoi,
	Fil.KernelShape inKernel,
	int inRadiusX,
	Optional<int> inRadiusY,
	Fil.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFil.Surface
inRoiFtl.Optional<Fil.Region>Range of points to be computed. Default value: ftl::NIL.
inKernelFil.KernelShapeKernel shape.
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.
outSurfaceFil.Surface

See also