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


