You are here: Start » FIL.NET » FIL.ImagePointsToWorldPlane
FIL.ImagePointsToWorldPlane
Finds the world coordinates of image points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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> | 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. | ||
![]() | outWorldPoints | System.Collections.Generic.IList<FilNet.Point2D> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | inTransform homography matrix must be a 3x3 matrix |