Back to FabImage Studio website
You are here: Start » Filter Reference » Surface Spatial Transforms » DilateSurfacePoints
Reconstructs missing points of the input surface by interpolating neighboring points.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inRoi | Region* | Region of interest | |
![]() |
inKernel | KernelShape | Kernel shape (predefined) | |
![]() |
inRadiusX | Integer | 0 - ![]() |
Nearly half of the kernel's width (2*R+1) |
![]() |
inRadiusY | Integer* | 0 - ![]() |
Nearly half of the kernel's height (2*R+1), or same as inRadiusX |
![]() |
outSurface | Surface | Output surface |
Description
The operation reconstructs some of missing points of the input surface by interpolating their neighboring points. Internally the region of surface valid points is dilated using defined kernel. Every missing point in location that have emerged because of the dilation is substituted with the arithmetic mean of existing points in locations that would be covered by the kernel if the middle of the kernel was precisely over the missing point location.
Complexity Level
This filter is available on Basic Complexity Level.