You are here: Start » FIL.NET » FIS.WorldPlaneEdgeToImage Method
FIS.WorldPlaneEdgeToImage Method
Finds the image coordinates of world plane Edge.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void WorldPlaneEdgeToImage ( FilNet.Edge1D inWorldEdge, FilNet.RectificationTransform inTransform, out FilNet.Edge1D outImageEdge )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inWorldEdge | FilNet.Edge1D | |||
![]() | 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. | ||
![]() | outImageEdge | FilNet.Edge1D |


