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