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


