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

Invoke.OpenSurfacePoints

Removes some existing points from the input surface when some points in their vicinity are missing.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void OpenSurfacePoints
(
	Avl.Surface inSurface,
	Optional<Avl.Region> inRoi,
	Avl.KernelShape inKernel,
	int inRadiusX,
	Optional<int> inRadiusY,
	bool inPreserveDimensions,
	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.
inPreserveDimensionsboolFlag indicating whether the surface dimensions should be preserved or not.
outSurfaceAvl.SurfaceOutput surface.

See also