You are here: Start » FIL.NET » Invoke.CropSurface_Relative
Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CropSurface_Relative ( Fil.Surface inSurface, Optional<Fil.Region> inRoi, Fil.Surface inBaseSurface, Optional<float> inMinRelativeHeight, Optional<float> inMaxRelativeHeight, float inHysteresis, bool inPreserveDimensions, Fil.Surface outSurface, Optional<Fil.Region> outRejected )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inBaseSurface | Fil.Surface | Heights of this surface are subtracted from inSurface heights before crop. | ||
![]() | inMinRelativeHeight | Ftl.Optional<float> | Minimum relative height of a point to be not removed. Default value: ftl::NIL. | ||
![]() | inMaxRelativeHeight | Ftl.Optional<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 | Fil.Surface | |||
![]() | outRejected | Ftl.Optional<Fil.Region> | Region of locations where points are removed. |