You are here: Start » FIL.NET » FIL.ImageGapsToWorldPlane
FIL.ImageGapsToWorldPlane
Finds the world coordinates of image gaps.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageGapsToWorldPlane ( IList<FilNet.Gap1D> inImageGaps, FilNet.RectificationTransform inTransform, IList<FilNet.Gap1D> outWorldGaps )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageGaps | System.Collections.Generic.IList<FilNet.Gap1D> | Array of 2D points in the picture. | ||
![]() | inTransform | FilNet.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.IList<FilNet.Gap1D> |