You are here: Start » FIL.NET » FIS.CloseSurfacePoints Method

FIS.CloseSurfacePoints Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
inKernelFilNet.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: ftl::NIL.
outSurfaceFilNet.SurfaceOutput surface.

Function Overrides

See also