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