You are here: Start » FIL.NET » FIS.CropSurface_Dynamic Method
FIS.CropSurface_Dynamic 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_Dynamic ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, int inRadiusX, int? inRadiusY, float? inMinRelativeHeight, float? inMaxRelativeHeight, float inHysteresis, bool inPreserveDimensions, FilNet.Surface outSurface, FilNet.Region outRejected, FilNet.Surface diagBaseSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inRadiusX | int | <0, INF> | 1 | Horizontal radius of internal mean blur. Default value: 1. |
![]() | inRadiusY | int? | <0, INF> | Vertical radius of internal mean blur (Auto = inRadiusX). Default value: ftl::NIL. | |
![]() | 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. | ||
![]() | diagBaseSurface | FilNet.Surface | Diagnostic blurred input surface. |
Function Overrides
- CropSurface_Dynamic(Surface, Int32, Nullable<Single>, Nullable<Single>, Single, Boolean, Surface)
- CropSurface_Dynamic(Surface, NullableRef<Region>, Int32, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Single, Boolean, Surface)
- CropSurface_Dynamic(Surface, NullableRef<Region>, Int32, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Single, Boolean, Surface, NullableRef<Region>)
- CropSurface_Dynamic(Surface, NullableRef<Region>, Int32, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Single, Boolean, Surface, NullableRef<Region>, Surface)