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


