Back to FabImage Studio website
You are here: Start » Filter Reference » Surface » Surface Spatial Transforms » ErodeSurfacePoints
Module: | Vision3DStandard |
---|
Removes some existing points from the input surface when some points in their vicinity are missing.
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 |
![]() |
inPreserveDimensions | Bool | Flag indicating whether the surface dimensions should be preserved or not | |
![]() |
outSurface | Surface | Output surface |
Description
The operation removes some existing points from the input surface when some points in their vicinity are missing. Internally the region of surface valid points is eroded using defined kernel. The surface points in locations that have vanished because of the erosion are removed and substituted with indefinite points.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- SurfaceValidPointsRegion – Computes region of locations where points are valid in a surface and where they are invalid.
- ErodeRegion – Performs a morphological erosion on a region using a predefined kernel.