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