You are here: Start » FIL.NET » Invoke.WorldPlaneEdgesToImage
Finds the image coordinates of world plane Edges.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void WorldPlaneEdgesToImage ( List<Fil.Edge1D> inWorldEdges, Fil.RectificationTransform inTransform, List<Fil.Edge1D> outImageEdges )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inWorldEdges | System.Collections.Generic.List<Fil.Edge1D> | |||
![]() | inTransform | Fil.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.List<Fil.Edge1D> |


