You are here: Start » FIL.NET » FIS.CropSurface_Relative Method
FIS.CropSurface_Relative Method
Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CropSurface_Relative ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, FilNet.Surface inBaseSurface, float? inMinRelativeHeight, float? inMaxRelativeHeight, float inHysteresis, bool inPreserveDimensions, FilNet.Surface outSurface, FilNet.Region outRejected )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inBaseSurface | FilNet.Surface | Heights of this surface are subtracted from inSurface heights before crop. | ||
![]() | inMinRelativeHeight | float? | Minimum relative height of a point to be not removed. Default value: ftl::NIL. | ||
![]() | inMaxRelativeHeight | float? | Maximum relative height of a point to be not removed. Default value: ftl::NIL. | ||
![]() | inHysteresis | float | <0.0f, INF> | 0.0f | Defines how much the threshold criteria are lowered for points neighboring with other not removed points. Default value: 0.0f. |
![]() | inPreserveDimensions | bool | False | Flag indicating whether the surface dimensions should be preserved or not. Default value: False. | |
![]() | outSurface | FilNet.Surface | |||
![]() | outRejected | FilNet.Region | Region of locations where points are removed. |
Function Overrides
- CropSurface_Relative(Surface, Surface, Nullable<Single>, Nullable<Single>, Single, Boolean, Surface)
- CropSurface_Relative(Surface, NullableRef<Region>, Surface, Nullable<Single>, Nullable<Single>, Single, Boolean, Surface)
- CropSurface_Relative(Surface, NullableRef<Region>, Surface, Nullable<Single>, Nullable<Single>, Single, Boolean, Surface, NullableRef<Region>)