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


