You are here: Start » FIL.NET » FIS.AnnotateGridPoints Method
FIS.AnnotateGridPoints Method
Select a subset of the given points that forms a grid and assign 2D indices to them.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void AnnotateGridPoints ( IList<FilNet.Point2D> inPoints, float inAngleTolerance, IList<FilNet.AnnotatedPoint2D> outImageGrid, IList<FilNet.Segment2D> diagValidSubgraph )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | Points to calculate a grid. | ||
![]() | inAngleTolerance | float | <0.0f, 90.0f> | 10.0f | Maximum deviation from right angles in the grid. Default value: 10.0f. |
![]() | outImageGrid | System.Collections.Generic.IList<FilNet.AnnotatedPoint2D> | Detected grid. | ||
![]() | diagValidSubgraph | System.Collections.Generic.IList<FilNet.Segment2D> | Graph forming a valid grid. |
Function Overrides
- AnnotateGridPoints(IList<Point2D>, Nullable<Single>, Nullable<Single>, Single, IList<AnnotatedPoint2D>)
- AnnotateGridPoints(IList<Point2D>, Nullable<Single>, Nullable<Single>, Single, IList<AnnotatedPoint2D>, IList<Segment2D>)