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