You are here: Start » FIL.NET » FIL.WorldPlaneEdgesToImage
FIL.WorldPlaneEdgesToImage
Finds the image coordinates of world edges.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void WorldPlaneEdgesToImage ( IList<FilNet.Edge1D> inWorldPlaneEdges, FilNet.RectificationTransform inTransform, IList<FilNet.Edge1D> outImageEdges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inWorldPlaneEdges | System.Collections.Generic.IList<FilNet.Edge1D> | Array of 2D segments in given world coordinate plane. | ||
![]() | 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> |