You are here: Start » FIL.NET » FIS.ImagePointsToWorldPlane Method
FIS.ImagePointsToWorldPlane Method
Finds the world coordinates of image Points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImagePointsToWorldPlane ( IList<FilNet.Point2D> inImagePoints, FilNet.RectificationTransform inTransform, IList<FilNet.Point2D> outWorldPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImagePoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | 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. | ||
![]() | outWorldPoints | System.Collections.Generic.IList<FilNet.Point2D> |