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

Invoke.DilateSurfacePoints

Reconstructs missing points of the input surface by interpolating neighboring points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DilateSurfacePoints
(
	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.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
inKernelAvl.KernelShapeKernel shape (predefined).
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.SurfaceOutput surface.

See also