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


