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