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

Invoke.SmoothSurface_Mean

Smooths a surface by averaging heights within a rectangular kernel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvl.Surface
inRoiAtl.Optional<Avl.Region>Range of points to be computed. Default value: atl::NIL.
inKernelAvl.KernelShapeKernel shape.
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYAtl.Optional<int><0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: atl::NIL.
outSurfaceAvl.Surface

See also