You are here: Start » FIL.NET » FIS.WorldPlaneEdgesToImage Method
FIS.WorldPlaneEdgesToImage Method
Finds the image coordinates of world plane Edges.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void WorldPlaneEdgesToImage ( IList<FilNet.Edge1D> inWorldEdges, FilNet.RectificationTransform inTransform, IList<FilNet.Edge1D> outImageEdges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inWorldEdges | System.Collections.Generic.IList<FilNet.Edge1D> | |||
![]() | inTransform | FilNet.RectificationTransform | Transform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane. | ||
![]() | outImageEdges | System.Collections.Generic.IList<FilNet.Edge1D> |