You are here: Start » AVL.NET » AVS.DilateSurfacePoints Method

AVS.DilateSurfacePoints Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
inKernelAvlNet.KernelShapeKernel shape (predefined).
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: atl::NIL.
outSurfaceAvlNet.SurfaceOutput surface.

Function Overrides

See also