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


