You are here: Start » FIL.NET » Invoke.ImagePathsToWorldPlane
Finds the world coordinates of image Paths.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImagePathsToWorldPlane ( List<Fil.Path> inImagePaths, Fil.RectificationTransform inTransform, List<Fil.Path> outWorldPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImagePaths | System.Collections.Generic.List<Fil.Path> | |||
![]() | inTransform | Fil.RectificationTransform | Transform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input. | ||
![]() | outWorldPaths | System.Collections.Generic.List<Fil.Path> |