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