You are here: Start » FIL.NET » Invoke.CloseSurfacePoints
Reconstructs missing points of the input surface by interpolating neighboring points.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CloseSurfacePoints ( Fil.Surface inSurface, Optional<Fil.Region> inRoi, Fil.KernelShape inKernel, int inRadiusX, Optional<int> inRadiusY, Fil.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inKernel | Fil.KernelShape | Kernel shape (predefined). | ||
![]() | inRadiusX | int | <0, INF> | 1 | Nearly half of the kernel's width (2*R+1). Default value: 1. |
![]() | inRadiusY | Ftl.Optional<int> | <0, INF> | Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL. | |
![]() | outSurface | Fil.Surface | Output surface. |