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


