You are here: Start » FIL.NET » Invoke.ErodeSurfacePoints

Invoke.ErodeSurfacePoints

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ErodeSurfacePoints
(
	Fil.Surface inSurface,
	Optional<Fil.Region> inRoi,
	Fil.KernelShape inKernel,
	int inRadiusX,
	Optional<int> inRadiusY,
	bool inPreserveDimensions,
	Fil.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
inKernelFil.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYFtl.Optional<int><0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL.
inPreserveDimensionsboolFlag indicating whether the surface dimensions should be preserved or not.
outSurfaceFil.SurfaceOutput surface.

See also