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


