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


