You are here: Start » FIL.NET » Function Reference » Surface » Surface Interpolations » FIL.SmoothSurface_Mean

FIL.SmoothSurface_Mean

Smooths a surface by averaging heights within a rectangular kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SmoothSurface_Mean
(
	FilNet.Surface inSurface,
	FilNet.KernelShape inKernel,
	int inRadiusX,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inKernelFilNet.KernelShapeKernel shape.
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
outSurfaceFilNet.Surface

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Region of interest exceeds an input surface in SmoothSurface_Mean.

Function Overrides

See also