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