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


