You are here: Start » FIL.NET » FIS.SegmentSurface_PlanarCells Method
FIS.SegmentSurface_PlanarCells Method
Computes a list of planar cells of a surface
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SegmentSurface_PlanarCells ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, int inCellWidth, int? inCellHeight, double inFlatnessNoiseLevel, float inMinCellCoverage, IList<FilNet.Region> outPlanarCells )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inCellWidth | int | <2, INF> | 16 | Width of a single cell in the girds coordinate system. Default value: 16. |
![]() | inCellHeight | int? | <2, INF> | Height of a single cell in the girds coordinate system. Default value: ftl::NIL. | |
![]() | inFlatnessNoiseLevel | double | <0.0, 1.0> | 0.04D | Default value: 0.04D. |
![]() | inMinCellCoverage | float | <0.0f, 1.0f> | 0.3f | Minimum percentage of valid points that a planar cell has to have. Default value: 0.3f. |
![]() | outPlanarCells | System.Collections.Generic.IList<FilNet.Region> |
Function Overrides
- SegmentSurface_PlanarCells(Surface, Int32, Double, Single, IList<Region>)
- SegmentSurface_PlanarCells(Surface, NullableRef<Region>, Int32, Nullable<Int32>, Double, Single, IList<Region>, IList<Segment3D>, IList<Region>)