You are here: Start » FIL.NET » Invoke.ImageGapsToWorldPlane
Finds the world coordinates of image Gaps.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageGapsToWorldPlane ( List<Fil.Gap1D> inImageGaps, Fil.RectificationTransform inTransform, List<Fil.Gap1D> outWorldGaps )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageGaps | System.Collections.Generic.List<Fil.Gap1D> | |||
![]() | inTransform | Fil.RectificationTransform | Transform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input. | ||
![]() | outWorldGaps | System.Collections.Generic.List<Fil.Gap1D> |