You are here: Start » FIL.NET » FIL.WorldPlanePathsToImage
FIL.WorldPlanePathsToImage
Finds the image coordinates of world paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void WorldPlanePathsToImage ( IList<FilNet.Path> inWorldPlanePaths, FilNet.RectificationTransform inTransform, IList<FilNet.Path> outImagePaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inWorldPlanePaths | System.Collections.Generic.IList<FilNet.Path> | Array of paths in given world coordinate plane. | ||
![]() | 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. | ||
![]() | outImagePaths | System.Collections.Generic.IList<FilNet.Path> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Homography matrix must be a 3x3 matrix |